Loading toolkit/components/securitylevel/SecurityLevel.sys.mjs +12 −0 Original line number Original line Diff line number Diff line Loading @@ -142,6 +142,18 @@ let noscriptSettings = safetyLevel => ({ enforced: true, enforced: true, autoAllowTop: false, 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, isTorBrowser: true, tabId: -1, tabId: -1, }); }); Loading Loading
toolkit/components/securitylevel/SecurityLevel.sys.mjs +12 −0 Original line number Original line Diff line number Diff line Loading @@ -142,6 +142,18 @@ let noscriptSettings = safetyLevel => ({ enforced: true, enforced: true, autoAllowTop: false, 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, isTorBrowser: true, tabId: -1, tabId: -1, }); }); Loading