Lock firefox cookies setting
This commit is contained in:
parent
56c93c8dc6
commit
f664607df1
|
@ -5,7 +5,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
languagePacks = [ "en-GB" ];
|
languagePacks = [ "en-GB" ];
|
||||||
policies = {
|
policies = {
|
||||||
Cookies = { Behaviour = "reject-tracker-and-partition-foreign"; };
|
Cookies = {
|
||||||
|
Behavior = "reject-tracker-and-partition-foreign";
|
||||||
|
Locked = true;
|
||||||
|
};
|
||||||
DisableAppUpdate = true;
|
DisableAppUpdate = true;
|
||||||
DisableBuiltinPDFViewer = true;
|
DisableBuiltinPDFViewer = true;
|
||||||
DisableFirefoxAccounts = true;
|
DisableFirefoxAccounts = true;
|
||||||
|
|
Loading…
Reference in a new issue