summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-10-20 19:09:40 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-10-20 19:09:40 -0400
commitc4cbed0a687d22dece072f02a3d3cfbde1e85a70 (patch)
treedce9fa2683aaadbfe4f9eada3c99922d613ca9a7 /modules
parent89fdeb9a9dda2574263c7b447a8af113c515d8b0 (diff)
downloadiceweasel-uxp-c4cbed0a687d22dece072f02a3d3cfbde1e85a70.tar.gz
Remove some additonal Contextual Identity referencesv2.2
Diffstat (limited to 'modules')
-rw-r--r--modules/ContentClick.jsm5
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);
}
};