Issue #756 - Remove Contextual Identity from Basilisk

This commit is contained in:
Gaming4JC 2019-03-18 20:51:28 -04:00 committed by Roy Tam
commit ac50c95756
46 changed files with 39 additions and 1467 deletions

View file

@ -208,10 +208,6 @@ ContentRestoreInternal.prototype = {
? Utils.deserializePrincipal(loadArguments.triggeringPrincipal)
: null;
if (loadArguments.userContextId) {
webNavigation.setOriginAttributesBeforeLoading({ userContextId: loadArguments.userContextId });
}
webNavigation.loadURIWithOptions(loadArguments.uri, loadArguments.flags,
referrer, referrerPolicy, postData,
null, null, triggeringPrincipal);