From c88d30d8012061f16aa6b04e1bbc5925ac0eb72d Mon Sep 17 00:00:00 2001 From: JustOff Date: Tue, 17 Apr 2018 18:26:40 +0300 Subject: [PATCH] Soften security restrictions on the caa: protocol (for Waterfox 56.1+) --- bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.js b/bootstrap.js index 41dde3e..37175e8 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -236,7 +236,7 @@ CAAProtocolHandler.prototype = Object.freeze({ protocolFlags: Ci.nsIProtocolHandler.URI_NORELATIVE | 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_OPENING_EXECUTES_SCRIPT,