Soften security restrictions on the caa: protocol (for Waterfox 56.1+)

Este commit está contenido en:
JustOff
2018-04-17 18:26:40 +03:00
padre c2a3ce87d1
commit c88d30d801

2
bootstrap.js vendido
Ver fichero

@@ -236,7 +236,7 @@ CAAProtocolHandler.prototype = Object.freeze({
protocolFlags: Ci.nsIProtocolHandler.URI_NORELATIVE | protocolFlags: Ci.nsIProtocolHandler.URI_NORELATIVE |
Ci.nsIProtocolHandler.URI_NOAUTH | Ci.nsIProtocolHandler.URI_NOAUTH |
Ci.nsIProtocolHandler.URI_DANGEROUS_TO_LOAD | Ci.nsIProtocolHandler.URI_LOADABLE_BY_ANYONE |
Ci.nsIProtocolHandler.URI_IS_LOCAL_RESOURCE | Ci.nsIProtocolHandler.URI_IS_LOCAL_RESOURCE |
Ci.nsIProtocolHandler.URI_OPENING_EXECUTES_SCRIPT, Ci.nsIProtocolHandler.URI_OPENING_EXECUTES_SCRIPT,