mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
Update for the <path> element
Enterprise Mode sitelist manager outputs: <emie> <domain exclude="true">fabrikam.com <path exclude="false">/products</path> </domain> </emie> The above mentioned version is the only version that works. Current version of the documentation (that does not work as expected) is the following: <emie> <domain exclude="false">fabrikam.com <path exclude="true">/products</path> </domain> </emie>
This commit is contained in:
@ -131,8 +131,8 @@ This table includes the elements used by the Enterprise Mode schema.
|
||||
<p><b>Example</b>
|
||||
<pre class="syntax">
|
||||
<emie>
|
||||
<domain exclude="false">fabrikam.com
|
||||
<path exclude="true">/products</path>
|
||||
<domain exclude="true">fabrikam.com
|
||||
<path exclude="false">/products</path>
|
||||
</domain>
|
||||
</emie></pre><p>
|
||||
Where http://fabrikam.com doesn't use IE8 Enterprise Mode, but http://fabrikam.com/products does.</td>
|
||||
|
Reference in New Issue
Block a user