Skip to content
Snippets Groups Projects
Commit 52821276 authored by ma1's avatar ma1 Committed by Richard Pospesel
Browse files

MB 214: Enable cross-tab identity leak protection in "quiet" mode

parent e8120181
Branches
Tags mullvad-browser-115.5.0esr-13.0-1-build1
1 merge request!95Rebase Mullvd Browser stable to 115.5.0esr
......@@ -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,
});
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment