Loading toolkit/components/resistfingerprinting/RFPHelper.jsm +2 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,8 @@ class _RFPHelper { contentPrincipal.isSystemPrincipal || // ... about: URIs EXCEPT about:blank (currentURI.schemeIs("about") && currentURI.filePath !== "blank") || // ... source code currentURI.schemeIs("view-source") || // ... browser extensions contentPrincipal.addonPolicy ); Loading Loading
toolkit/components/resistfingerprinting/RFPHelper.jsm +2 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,8 @@ class _RFPHelper { contentPrincipal.isSystemPrincipal || // ... about: URIs EXCEPT about:blank (currentURI.schemeIs("about") && currentURI.filePath !== "blank") || // ... source code currentURI.schemeIs("view-source") || // ... browser extensions contentPrincipal.addonPolicy ); Loading