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
1 changed file:
Changes:
... | ... | @@ -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
|