]> git.p6c8.net - policy-templates.git/commitdiff
Add RejectTracker key to Cookies dict
authorbp88 <balmes.pavlov@gmail.com>
Mon, 17 Dec 2018 15:56:27 +0000 (10:56 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 15:56:27 +0000 (10:56 -0500)
https://github.com/mozilla/policy-templates#cookies currently states that `RejectTracker` is a key that takes a boolean value. Adding this to plist template.

mac/org.mozilla.firefox.plist

index db7da2da6611b68dfafa68406b3cda2b268198fb..4119092071686cd4b3aede1f4b99e73d9212ff75 100644 (file)
@@ -92,6 +92,8 @@
                <string>never</string>
                <key>ExpireAtSessionEnd</key>
                <true/>
+               <key>RejectTracker</key>
+               <true/>         
                <key>Locked</key>
                <true/>
        </dict>

patrick-canterino.de