From 82d589c7a2188c352b83daf8a9d39792fe54e4f9 Mon Sep 17 00:00:00 2001 From: miberc <44696251+miberc@users.noreply.github.com> Date: Fri, 2 Nov 2018 10:35:28 +0200 Subject: [PATCH] Update for the element Enterprise Mode sitelist manager outputs: fabrikam.com /products The above mentioned version is the only version that works. Current version of the documentation (that does not work as expected) is the following: fabrikam.com /products --- .../enterprise-mode-schema-version-1-guidance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a503628344..87de33e7d8 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 @@ -131,8 +131,8 @@ This table includes the elements used by the Enterprise Mode schema.

Example

 <emie>
-  <domain exclude="false">fabrikam.com
-    <path exclude="true">/products</path>
+  <domain exclude="true">fabrikam.com
+    <path exclude="false">/products</path>
   </domain>
 </emie>

Where http://fabrikam.com doesn't use IE8 Enterprise Mode, but http://fabrikam.com/products does.