From 2c0a030e5f58ea1df0731bc4edc051e37b31eb63 Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 4 Aug 2021 20:09:11 +0200 Subject: [PATCH] Note where contentAreaClick's allowMixedContent came from There was a new commit, 32025eb4c69c59e6a84c62ce262c4a7d2cd457de, to ClickHandlerParent.jsm (bailing if browser is null). This one doesn't apply to us, since this can only happen in asnyc/postMessage-triggered contexts. --- extension/lib/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/lib/commands.coffee b/extension/lib/commands.coffee index d8a39e9..df5e14e 100644 --- a/extension/lib/commands.coffee +++ b/extension/lib/commands.coffee @@ -545,7 +545,7 @@ helper_follow_clickable = (options, args) -> params = { charset: browser.characterSet, referrerInfo: E10SUtils.deserializeReferrerInfo(json.referrerInfo), - allowMixedContent: json.allowMixedContent, + allowMixedContent: json.allowMixedContent, # <=fx88 isContentWindowPrivate: json.isContentWindowPrivate, originPrincipal: json.originPrincipal, originStoragePrincipal: json.originStoragePrincipal, -- 2.39.3