tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 2e4fd6c92d3b3ce04f1b7e86ce49070d7f0da011
parent 404688c2813d27bde7e6f142a9fdfa7160e01eec
Author: Diego Escalante <descalante@mozilla.com>
Date:   Mon,  3 Nov 2025 14:11:21 +0000

Bug 1991105 - Enable @scope pref by default on all channels. r=dshin

Differential Revision: https://phabricator.services.mozilla.com/D270674

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -10215,7 +10215,7 @@ # Whether @scope rule is enabled - name: layout.css.at-scope.enabled type: RelaxedAtomicBool - value: @IS_NIGHTLY_BUILD@ + value: true mirror: always rust: true