firefox: update settings

This commit is contained in:
Primrose 2025-05-22 00:56:46 +02:00
parent 3c0c1bfb32
commit 441c076da0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -8,7 +8,7 @@ in {
# https://mozilla.github.io/policy-templates # https://mozilla.github.io/policy-templates
policies = { policies = {
HardwareAcceleration = true; HardwareAcceleration = true;
DisableFirefoxScreenshots = true; DisableFirefoxScreenshots = false;
DisablePocket = true; DisablePocket = true;
DisplayMenuBar = "never"; DisplayMenuBar = "never";
DisplayBookmarksToolbar = "never"; DisplayBookmarksToolbar = "never";
@ -31,11 +31,6 @@ in {
DNSOverHTTPS = { DNSOverHTTPS = {
Enabled = true; Enabled = true;
}; };
EnableTrackingProtection = {
Value = true;
Cryptomining = true;
Fingerprinting = true;
};
}; };
profiles.default = { profiles.default = {