Skip to content
Snippets Groups Projects
Verified Commit 1c325548 authored by ma1's avatar ma1
Browse files

fixup! Firefox preference overrides.

Bug 41945: disable cookie banner automatic dismissal.
parent 62bc13e5
No related branches found
Tags FIREFOX_102_12_0esr_BUILD1
No related merge requests found
......@@ -203,6 +203,12 @@ pref("browser.newtabpage.activity-stream.default.sites", "");
pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
pref("browser.newtabpage.activity-stream.telemetry", false);
// tor-browser#41945 - disable automatic cookie banners dismissal until
// we're sure it does not causes fingerprinting risks or other issues.
pref("cookiebanners.service.mode", 0);
pref("cookiebanners.service.mode.privateBrowsing", 0);
pref("cookiebanners.ui.desktop.enabled", false);
// tor-browser#40788: disable AS's calls to home.
// Notice that null is between quotes because it is a JSON string.
// Keep checked firefox.js to see if new entries are added.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment