いろいろ変えてもやっぱさっきのwarningは変わらなかった。しかしsecurityフラグを付けておくことに越したことはないのでcommit

This commit is contained in:
oonuma ryouyu 2016-06-03 13:11:16 +09:00
parent 1f60e17a85
commit 2e365b30a3

View File

@ -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
);
},