ma1 pushed to branch mullvad-browser-115.11.0esr-13.5-1 at The Tor Project / 
Applications / Mullvad Browser


Commits:
d53848c0 by hackademix at 2024-05-09T10:52:58+02:00
Bug 42574: Letterboxing, exempt pdf.js.

- - - - -


1 changed file:

- toolkit/components/resistfingerprinting/RFPHelper.sys.mjs


Changes:

=====================================
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
=====================================
@@ -475,6 +475,8 @@ class _RFPHelper {
     return (
       // ... privileged pages
       contentPrincipal.isSystemPrincipal ||
+      // pdf.js
+      contentPrincipal.origin.startsWith("resource://pdf.js") ||
       // ... about: URIs EXCEPT about:blank
       (currentURI.schemeIs("about") && currentURI.filePath !== "blank") ||
       // ... source code



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/d53848c06c860e836bb01f2563f656f84108796e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/d53848c06c860e836bb01f2563f656f84108796e
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to