From b7f49f400dc00092d9e3c85473b95177430129de Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 12 Oct 2022 19:25:59 +0200 Subject: [PATCH] Port Bug 1738694 to VimFx' contentAreaClick() introduced in mozilla-central c8109d2173855306cd9259468d56bc9924f5aaff. Not implementing globalHistoryOptions.triggeringSponsoredURL from Bugs 1784242 and 1776609 (8e973ab39108dbc319da9eba52af2086852e820b and 8c85026ef0f1c30027c1e7a1202df4b8fb879d11), since that seems to only matter for click tracking (!) of adverts (!!) on the default home page. --- extension/lib/utils.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/lib/utils.coffee b/extension/lib/utils.coffee index 149ac43..c8dfdc1 100644 --- a/extension/lib/utils.coffee +++ b/extension/lib/utils.coffee @@ -327,6 +327,7 @@ contentAreaClick = (data, browser) -> frameID: data.frameID, # >=fx80 allowInheritPrincipal: true, openerBrowser: browser, # >=fx98 + hasValidUserGestureActivation: true, # >=fx103 } if data.originAttributes.userContextId -- 2.39.3