tor-browser

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

commit b4c1813c982931c5ec52b2bb80f52872dbe90ca2
parent 4b29e2284032984e4a8dfc98ca6d5778c64d86f9
Author: Bob Owen <bobowencode@gmail.com>
Date:   Thu,  6 Nov 2025 13:05:44 +0000

Bug 1998122 - Use USER_LIMITED for the Windows GPU process sandbox on early Beta. r=yjuglaret

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

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 @@ -16929,7 +16929,7 @@ - name: security.sandbox.gpu.level type: int32_t #if defined(XP_WIN) -#if defined(NIGHTLY_BUILD) +#if defined(EARLY_BETA_OR_EARLIER) value: 2 #else value: 1