Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
ebc08997
Verified
Commit
ebc08997
authored
Jul 20, 2023
by
ma1
Committed by
Pier Angelo Vendrame
Oct 4, 2023
Browse files
Options
Downloads
Patches
Plain Diff
MB 214: Enable cross-tab identity leak protection in "quiet" mode
parent
62457533
No related branches found
No related tags found
1 merge request
!90
Rebase Mullvad Browser on top of 115.3.1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
toolkit/components/securitylevel/SecurityLevel.jsm
+12
-0
12 additions, 0 deletions
toolkit/components/securitylevel/SecurityLevel.jsm
with
12 additions
and
0 deletions
toolkit/components/securitylevel/SecurityLevel.jsm
+
12
−
0
View file @
ebc08997
...
...
@@ -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
,
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment