mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
Merged PR 8667: fix merge conflict
This commit is contained in:
@ -110,11 +110,7 @@ Entry | Result
|
|||||||
`contoso.com` | Blocks all requests to contoso.com, www.contoso.com, and sub.www.contoso.com
|
`contoso.com` | Blocks all requests to contoso.com, www.contoso.com, and sub.www.contoso.com
|
||||||
`https://*` | Blocks all HTTPS requests to any domain.
|
`https://*` | Blocks all HTTPS requests to any domain.
|
||||||
`mail.contoso.com` | Blocks requests to mail.contoso.com but not to www.contoso.com or contoso.com
|
`mail.contoso.com` | Blocks requests to mail.contoso.com but not to www.contoso.com or contoso.com
|
||||||
<<<<<<< HEAD
|
|
||||||
`.contoso.com` | Blocks contoso.com but not its subdomains, like subdomain.contoso.com.
|
`.contoso.com` | Blocks contoso.com but not its subdomains, like subdomain.contoso.com.
|
||||||
=======
|
|
||||||
`.contoso.com` | Blocks contoso.com but not its subdomains, like contoso.com/docs.
|
|
||||||
>>>>>>> refs/remotes/origin/master
|
|
||||||
`.www.contoso.com` | Blocks www.contoso.com but not its subdomains.
|
`.www.contoso.com` | Blocks www.contoso.com but not its subdomains.
|
||||||
`*` | Blocks all requests except for URLs in the Blocked URL Exceptions list.
|
`*` | Blocks all requests except for URLs in the Blocked URL Exceptions list.
|
||||||
`*:8080` | Blocks all requests to port 8080.
|
`*:8080` | Blocks all requests to port 8080.
|
||||||
|
Reference in New Issue
Block a user