いろいろ変えてもやっぱさっきのwarningは変わらなかった。しかしsecurityフラグを付けておくことに越したことはないのでcommit
This commit is contained in:
parent
1f60e17a85
commit
2e365b30a3
@ -54,8 +54,8 @@ AboutGroup.prototype = {
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
Services.scriptSecurityManager.getSystemPrincipal(),
|
Services.scriptSecurityManager.getSystemPrincipal(),
|
||||||
null,
|
Services.scriptSecurityManager.getSystemPrincipal(),
|
||||||
Components.interfaces.nsILoadInfo.SEC_NORMAL,
|
Components.interfaces.nsILoadInfo.SEC_REQUIRE_SAME_ORIGIN_DATA_IS_BLOCKED,
|
||||||
Components.interfaces.nsIContentPolicy.TYPE_OTHER
|
Components.interfaces.nsIContentPolicy.TYPE_OTHER
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user