Skip to content
Snippets Groups Projects
Commit d6ea9c5b authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

Bug 42574: Letterboxing, exempt pdf.js.

parent eadae964
Branches
Tags
1 merge request!1462BB/TB 43584: Rebased stable again onto 128.9.0esr build2
......@@ -409,6 +409,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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment