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 committed Jul 20, 2023
1 parent d856e6e commit c228745
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions toolkit/components/securitylevel/SecurityLevel.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,16 @@ let noscriptSettings = safetyLevel => ({
autoAllowTop: false,
},
sync: {
TabGuardMode: "off", // we want to turn it off in PB until tor-browser#41112
// 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: 1,
version: 2,
},
isTorBrowser: true,
tabId: -1,
Expand Down

0 comments on commit c228745

Please sign in to comment.