Loading toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,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 Loading Loading
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,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 Loading