mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
Issue #756 - Remove Contextual Identity from Basilisk
This commit is contained in:
parent
fbd9f1fcd4
commit
ac50c95756
46 changed files with 39 additions and 1467 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue