From 31b42b6aa8059e94bbec3f37f85e4546c2cf3622 Mon Sep 17 00:00:00 2001 From: Paul Zuehlcke Date: Wed, 15 Nov 2023 09:49:25 +0000 Subject: [PATCH] Bug 1861377 - Enable global cookie banner rules by default. r=timhuang When the feature is enabled this also enables global rules used to handle CMPs by default. Differential Revision: https://phabricator.services.mozilla.com/D191948 --- browser/app/profile/firefox.js | 1 - modules/libpref/init/StaticPrefList.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 7de9ef8bfb3eb..254a88f3b6d8c 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 21e60eafdd5b9..2d78a830cf6f6 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -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