Skip to content

Commit

Permalink
MB 214: Enable cross-tab identity leak protection in "quiet" mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hackademix authored and PieroV committed Jan 15, 2024
1 parent 3e79437 commit 9917db4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions toolkit/components/securitylevel/SecurityLevel.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ let noscriptSettings = safetyLevel => ({
enforced: true,
autoAllowTop: false,
},
sync: {
// Apply cross-tab identity leak protection to PBM windows
TabGuardMode: "incognito",
// Prompt only on problematic POST requests
TabGuardPrompt: "post",
},
// host-specific metadata
settingsHost: {
// help NoScript cooperate by versioning these settings
id: "mullvad",
version: 2,
},
isTorBrowser: true,
tabId: -1,
});
Expand Down

0 comments on commit 9917db4

Please sign in to comment.