[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.11.0esr-13.5-1] Bug 42574: Letterboxing, exempt pdf.js.



Title: GitLab

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

Commits:

  • 410bb24f
    by hackademix at 2024-05-08T22:26:45+02:00
    Bug 42574: Letterboxing, exempt pdf.js.
    

1 changed file:

Changes:

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

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