tor-browser

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

commit 9b135048c0d15c0286c3bde7c206b3cb0ce26cb3
parent c4251eba3fb4f9993ad57a5c6100b4f9bc0d310b
Author: Bob Owen <bobowencode@gmail.com>
Date:   Wed,  3 Dec 2025 09:26:11 +0000

Bug 1860062 - Let USER_LIMITED for the GPU process sandbox ride the trains. r=handyman

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -17145,11 +17145,7 @@ - name: security.sandbox.gpu.level type: int32_t #if defined(XP_WIN) -#if defined(EARLY_BETA_OR_EARLIER) value: 2 -#else - value: 1 -#endif #elif defined(XP_MACOSX) value: 1 #else