]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #312 from bp88/patch-2
authorMichael Kaply <consulting@kaply.com>
Tue, 18 Dec 2018 16:20:18 +0000 (10:20 -0600)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 16:20:18 +0000 (10:20 -0600)
Add RejectTracker key to Cookies dict

1  2 
mac/org.mozilla.firefox.plist

index 85c599081c2e7a6478e64aea740c8e404cc1d7a4,4119092071686cd4b3aede1f4b99e73d9212ff75..36fde9edae31c16985ab75da0173e5f45f41adcc
@@@ -92,6 -92,8 +92,8 @@@
                <string>never</string>
                <key>ExpireAtSessionEnd</key>
                <true/>
+               <key>RejectTracker</key>
+               <true/>         
                <key>Locked</key>
                <true/>
        </dict>
                <array>
                        <string>https://www.example.org</string>
                </array>
 +              <key>Default</key>
 +              <true/>
 +              <key>Locked</key>
 +              <true/>
        </dict>
        <key>HardwareAcceleration</key>
        <false/>

patrick-canterino.de