Lock firefox cookies setting

This commit is contained in:
Evie Litherland-Smith 2023-12-08 15:16:40 +00:00
parent 56c93c8dc6
commit f664607df1

View file

@ -5,7 +5,10 @@
enable = true;
languagePacks = [ "en-GB" ];
policies = {
Cookies = { Behaviour = "reject-tracker-and-partition-foreign"; };
Cookies = {
Behavior = "reject-tracker-and-partition-foreign";
Locked = true;
};
DisableAppUpdate = true;
DisableBuiltinPDFViewer = true;
DisableFirefoxAccounts = true;