From d88e4d88ecb8b4d311264c658deb876ee0fe026e Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 6 Aug 2020 11:26:13 +0200 Subject: [PATCH] hotfix: 'F' --- 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 83ef538..c8575a1 100644 --- a/extension/lib/commands.coffee +++ b/extension/lib/commands.coffee @@ -552,7 +552,7 @@ helper_follow_clickable = (options, args) -> triggeringPrincipal: json.triggeringPrincipal, csp: if json.csp then E10SUtils.deserializeCSP(json.csp) else null, frameOuterWindowID: json.frameOuterWindowID, # <=fx79 - frameID: data.frameID, # >=fx80 + frameID: json.frameID, # >=fx80 allowInheritPrincipal: true, } if json.originAttributes.userContextId -- 2.39.3