Pier Angelo Vendrame pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: ca4b1535 by Pier Angelo Vendrame at 2026-07-21T17:20:57+02:00 fixup! Firefox preference overrides. BB 44811: Remove the lock on pdfjs.disable. This is not a fingerprinting hazard anymore thanks to Bug 1999126. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -570,10 +570,6 @@ pref("network.http.microsoft-entra-sso.enabled", false); pref("network.microsoft-sso-authority-list", ""); // 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 // tor-browser#43850. Keep forced colors off by default for all platforms. // Upstream sets a value of "0" for Windows. pref("browser.display.document_color_use", 1); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ca4b1535... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ca4b1535... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)