[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.

morgan (@morgan) git at gitlab.torproject.org
Mon Sep 9 19:01:17 UTC 2024



morgan pushed to branch base-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
69a7c008 by Morgan at 2024-09-09T19:01:06+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/69a7c0088de36e4fff8d899a8c5377b6e6f6e723

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/69a7c0088de36e4fff8d899a8c5377b6e6f6e723
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240909/97fc3da7/attachment-0001.htm>


More information about the tor-commits mailing list