Restore old flags
Fixes reports!
This commit is contained in:
parent
506482551d
commit
8cb0c58b60
1 changed files with 3 additions and 1 deletions
|
@ -1265,7 +1265,9 @@ ZoteroProtocolHandler.prototype = {
|
|||
Ci.nsIProtocolHandler.URI_NORELATIVE
|
||||
| Ci.nsIProtocolHandler.URI_NOAUTH
|
||||
| Ci.nsIProtocolHandler.URI_INHERITS_SECURITY_CONTEXT
|
||||
| Ci.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE
|
||||
// URI_IS_UI_RESOURCE: more secure than URI_LOADABLE_BY_ANYONE, less secure than URI_DANGEROUS_TO_LOAD
|
||||
// This is the security level used by the chrome:// protocol
|
||||
| Ci.nsIProtocolHandler.URI_IS_UI_RESOURCE
|
||||
| Ci.nsIProtocolHandler.URI_NON_PERSISTABLE
|
||||
| Ci.nsIProtocolHandler.URI_IS_LOCAL_RESOURCE
|
||||
| Ci.nsIProtocolHandler.URI_SYNC_LOAD_IS_OK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue