Skip to content

Commit

Permalink
Add Cookie Banner Reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Dec 9, 2023
1 parent 0f6b060 commit 64a7fe4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ pref("browser.urlbar.suggest.weather", true);
pref("browser.urlbar.suggest.bestmatch", true, sticky);

pref("browser.newtabpage.activity-stream.section.highlights.rows", 2);
pref("browser.newtabpage.activity-stream.showSponsored", true, locked);
pref("browser.newtabpage.activity-stream.showSponsoredTopSites", true, locked);
pref("browser.newtabpage.activity-stream.feeds.topsites", true); // Shortcuts
pref("browser.newtabpage.activity-stream.feeds.snippets", false); // [DEFAULT]

/////////////////////////Privacy//////////////////
pref("network.dns.disablePrefetch", true);
Expand Down Expand Up @@ -2868,9 +2868,11 @@ pref("browser.pdfjs.feature-tour", "{\"screen\":\"\",\"complete\":false}");

// Enables cookie banner handling in Nightly in Private Browsing Mode. See
// StaticPrefList.yaml for a description of the prefs.
#ifdef NIGHTLY_BUILD
pref("cookiebanners.service.mode.privateBrowsing", 1);
#endif

pref("cookiebanners.service.mode", 2);
pref("cookiebanners.service.mode.privateBrowsing", 2);
pref("cookiebanners.service.enableGlobalRules", true);


#if defined(EARLY_BETA_OR_EARLIER)
// Enables the cookie banner desktop UI.
Expand Down

0 comments on commit 64a7fe4

Please sign in to comment.