mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
Merged PR 8645: fix example
This commit is contained in:
parent
91404d87bb
commit
f0b31bfd41
@ -110,7 +110,11 @@ 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 contoso.com/docs.
|
`.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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user