Loading toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +3 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,9 @@ class _RFPHelper { // ... privileged pages contentPrincipal.isSystemPrincipal || // ... about: URIs EXCEPT about:blank (currentURI.schemeIs("about") && currentURI.filePath !== "blank") (currentURI.schemeIs("about") && currentURI.filePath !== "blank") || // ... browser extensions contentPrincipal.addonPolicy ); } Loading Loading
toolkit/components/resistfingerprinting/RFPHelper.sys.mjs +3 −1 Original line number Diff line number Diff line Loading @@ -375,7 +375,9 @@ class _RFPHelper { // ... privileged pages contentPrincipal.isSystemPrincipal || // ... about: URIs EXCEPT about:blank (currentURI.schemeIs("about") && currentURI.filePath !== "blank") (currentURI.schemeIs("about") && currentURI.filePath !== "blank") || // ... browser extensions contentPrincipal.addonPolicy ); } Loading