Commit f6da5c8f authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

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

parent a55852bf
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -152,6 +152,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,
});