More firefox settings

This commit is contained in:
Charlotte Van Petegem 2022-01-21 13:46:27 +01:00
parent c354beeb5a
commit 3da32b72b7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -122,6 +122,22 @@ in
};
})
];
profiles.default.settings = {
"browser.aboutConfig.showWarning" = false;
"browser.contentblocking.category" = "custom";
"browser.download.dir" = "/home/charlotte/downloads";
"browser.newtabpage.enabled" = false;
"browser.safebrowsing.malware.enabled" = false;
"browser.safebrowsing.phishing.enabled" = false;
"browser.shell.checkDefaultBrowser" = false;
"browser.startup.homepage" = "about:blank";
"dom.security.https_only_mode_pbm" = true;
"network.cookie.cookieBehavior" = 1;
"privacy.annotate_channels.strict_list.enabled" = true;
"privacy.trackingprotection.enabled" = true;
"privacy.trackingprotection.socialtracking.enabled" = true;
"security.identityblock.show_extended_validation" = true;
};
};
};
};