diff --git a/components/AboutGroup.js b/components/AboutGroup.js index efb66f7f..65f830f5 100644 --- a/components/AboutGroup.js +++ b/components/AboutGroup.js @@ -54,8 +54,8 @@ AboutGroup.prototype = { null, null, Services.scriptSecurityManager.getSystemPrincipal(), - null, - Components.interfaces.nsILoadInfo.SEC_NORMAL, + Services.scriptSecurityManager.getSystemPrincipal(), + Components.interfaces.nsILoadInfo.SEC_REQUIRE_SAME_ORIGIN_DATA_IS_BLOCKED, Components.interfaces.nsIContentPolicy.TYPE_OTHER ); },