diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-10-20 19:09:40 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-10-20 19:09:40 -0400 |
commit | c4cbed0a687d22dece072f02a3d3cfbde1e85a70 (patch) | |
tree | dce9fa2683aaadbfe4f9eada3c99922d613ca9a7 /modules | |
parent | 89fdeb9a9dda2574263c7b447a8af113c515d8b0 (diff) | |
download | iceweasel-uxp-c4cbed0a687d22dece072f02a3d3cfbde1e85a70.tar.gz |
Remove some additonal Contextual Identity referencesv2.2
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ContentClick.jsm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm index 40101d5..4cd665f 100644 --- a/modules/ContentClick.jsm +++ b/modules/ContentClick.jsm @@ -88,11 +88,6 @@ var ContentClick = { triggeringPrincipal: json.triggeringPrincipal, }; - // The new tab/window must use the same userContextId. - if (json.originAttributes.userContextId) { - params.userContextId = json.originAttributes.userContextId; - } - window.openLinkIn(json.href, where, params); } }; |