Skip to content

Commit

Permalink
Add RejectTracker key to Cookies dict
Browse files Browse the repository at this point in the history
https://github.com/mozilla/policy-templates#cookies currently states that `RejectTracker` is a key that takes a boolean value. Adding this to plist template.
  • Loading branch information
bp88 committed Dec 17, 2018
1 parent 4bf1dc9 commit 28b617e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mac/org.mozilla.firefox.plist
Expand Up @@ -92,6 +92,8 @@
<string>never</string>
<key>ExpireAtSessionEnd</key>
<true/>
<key>RejectTracker</key>
<true/>
<key>Locked</key>
<true/>
</dict>
Expand Down

0 comments on commit 28b617e

Please sign in to comment.