]> git.p6c8.net - policy-templates.git/commitdiff
Correct error with Cookie Intune IDs - Fixes #889
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 12 May 2022 20:08:37 +0000 (16:08 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 12 May 2022 20:09:22 +0000 (16:09 -0400)
README.md

index 94b131b499c1396e07eb0c5dc8f664f5ccf8989a..59425e4e4b4d3c851338fdac52a665d1483010ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -993,7 +993,7 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
-<data id="Cookies_Allow" value="1&#xF000;https://example.com"/>
+<data id="Permissions" value="1&#xF000;https://example.com"/>
 ```
 OMA-URI:
 ```
@@ -1002,7 +1002,7 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
-<data id="Cookies_Allow" value="1&#xF000;https://example.edu"/>
+<data id="Permissions" value="1&#xF000;https://example.edu"/>
 ```
 OMA-URI:
 ```
@@ -1011,7 +1011,7 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
-<data id="Cookies_Block" value="1&#xF000;https://example.org"/>
+<data id="Permissions" value="1&#xF000;https://example.org"/>
 ```
 OMA-URI:
 ```

patrick-canterino.de