Skip to content

Commit

Permalink
Bug 1861377 - Enable global cookie banner rules by default. r=timhuang
Browse files Browse the repository at this point in the history
When the feature is enabled this also enables global rules used to handle
CMPs by default.

Differential Revision: https://phabricator.services.mozilla.com/D191948
  • Loading branch information
Trikolon committed Nov 15, 2023
1 parent b15e060 commit 31b42b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,6 @@ pref("browser.pdfjs.feature-tour", "{\"screen\":\"\",\"complete\":false}");
// StaticPrefList.yaml for a description of the prefs.
#ifdef NIGHTLY_BUILD
pref("cookiebanners.service.mode.privateBrowsing", 1);
pref("cookiebanners.service.enableGlobalRules", true);
#endif

#if defined(EARLY_BETA_OR_EARLIER)
Expand Down
2 changes: 1 addition & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@
# selectors for every page.
- name: cookiebanners.service.enableGlobalRules
type: bool
value: false
value: true
mirror: always

# Whether global rules are allowed to run in sub-frames. Running query selectors
Expand Down

0 comments on commit 31b42b6

Please sign in to comment.