Loading toolkit/components/resistfingerprinting/RFPHelper.jsm +3 −1 Original line number Diff line number Diff line Loading @@ -381,7 +381,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.jsm +3 −1 Original line number Diff line number Diff line Loading @@ -381,7 +381,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