morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
a36c4f1c by Morgan at 2024-09-09T18:59:45+00:00
fixup! Firefox preference overrides.
Bug 42255: lock pdfjs.disabled to false in stable
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -433,6 +433,10 @@ pref("network.http.referer.XOriginTrimmingPolicy", 2); //
Bug 17228: Force trim
pref("network.http.windows-sso.enabled", false, locked);
// tor-browser#40424
pref("pdfjs.enableScripting", false);
+#if MOZ_UPDATE_CHANNEL == release
+// tor-browser#42255: pdfjs.disabled used to be part of RFP until Bug 1838415;
lock pref to false in stable
+pref("pdfjs.disabled", false, locked);
+#endif
// Bug 40057: Ensure system colors are not used for CSS4 colors
pref("browser.display.use_system_colors", false);
// Enforce non-native widget theme (true by default, defense in depth).
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a36c4f1c12ac4d01c8b8d3b426f7c5c3f5447195
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a36c4f1c12ac4d01c8b8d3b426f7c5c3f5447195
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits