diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index e78df6c4c1..16c87cb775 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -224,75 +224,9 @@ In this example, `contoso.com/about/careers` will use the default version of Int ## How to target specific sites If you want to target specific sites in your organization. -
Targeted site | -Example | -Explanation | -
---|---|---|
You can specify subdomains in the domain tag | -
--<docMode> - <domain docMode="5">contoso.com</domain> - <domain docMode="9">info.contoso.com</domain> -<docMode> |
-
-
|
You can specify exact URLs by listing the full path | -
--<emie> - <domain exclude="false">bing.com</domain> - <domain exclude="false" forceCompatView="true">contoso.com</domain> -<emie> |
-
-
|
You can nest paths underneath domains | -
--<emie> - <domain exclude="true">contoso.com - <path exclude="false">/about</path> - <path exclude="true">/about/business</path> - </domain> -</emie> |
-
-
|
You can’t add a path underneath a path. The file will still be parsed, but the sub-path will be ignored | -
--<emie> - <domain exclude="true">contoso.com - <path>/about - <path exclude="true">/business</path> - </path> - </domain> -</emie> |
-
-
|
<docMode>
<domain docMode="5">contoso.com</domain>
<domain docMode="9">info.contoso.com</domain>
<docMode>
|<emie>
<domain exclude="false">bing.com</domain>
<domain exclude="false" forceCompatView="true">contoso.com</domain>
<emie>
|<emie>
<domain exclude="true">contoso.com
<path exclude="false">/about</path>
<path exclude="true">
/about/business</path>
</domain>
</emie>
|<emie>
<domain exclude="true">contoso.com
<path>/about
<path exclude="true">/business</path>
</path>
</domain>
</emie>
|