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
7d51a125
Commit
7d51a125
authored
Feb 28, 2024
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! MB 38: Mullvad Browser configuration
s/privacy-browser/mullvad-browser/
parent
60c28c5d
No related branches found
No related tags found
1 merge request
!111
MB 274: Rebase alpha onto 115.9.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/000-mullvad-browser.js
+5
-5
5 additions, 5 deletions
browser/app/profile/000-mullvad-browser.js
with
5 additions
and
5 deletions
browser/app/profile/000-mullvad-browser.js
+
5
−
5
View file @
7d51a125
...
...
@@ -5,23 +5,23 @@
// a result.
pref
(
"
browser.toolbars.bookmarks.visibility
"
,
"
never
"
);
//
privacy
-browser#19: Enable Mullvad's DOH
//
mullvad
-browser#19: Enable Mullvad's DOH
pref
(
"
network.trr.uri
"
,
"
https://dns.mullvad.net/dns-query
"
);
pref
(
"
network.trr.default_provider_uri
"
,
"
https://dns.mullvad.net/dns-query
"
);
pref
(
"
network.trr.mode
"
,
3
);
pref
(
"
doh-rollout.provider-list
"
,
"
[{
\"
UIName
\"
:
\"
Mullvad
\"
,
\"
autoDefault
\"
:true,
\"
canonicalName
\"
:
\"\"
,
\"
id
\"
:
\"
mullvad
\"
,
\"
last_modified
\"
:0,
\"
schema
\"
:0,
\"
uri
\"
:
\"
https://dns.mullvad.net/dns-query
\"
},{
\"
UIName
\"
:
\"
Mullvad (Ad-blocking)
\"
,
\"
autoDefault
\"
:false,
\"
canonicalName
\"
:
\"\"
,
\"
id
\"
:
\"
mullvad
\"
,
\"
last_modified
\"
:0,
\"
schema
\"
:0,
\"
uri
\"
:
\"
https://adblock.dns.mullvad.net/dns-query
\"
}]
"
);
//
privacy
-browser#122: Audit DoH heuristics
//
mullvad
-browser#122: Audit DoH heuristics
pref
(
"
doh-rollout.disable-heuristics
"
,
true
);
//
privacy
-browser#37: Customization for the about dialog
//
mullvad
-browser#37: Customization for the about dialog
pref
(
"
app.releaseNotesURL.aboutDialog
"
,
"
about:blank
"
);
//
privacy
-browser#94: Disable legacy global microphone/webcam indicator
//
mullvad
-browser#94: Disable legacy global microphone/webcam indicator
// Disable the legacy Firefox Quantum-styled global webcam/microphone indicator in favor of each
// platform's native indicator
pref
(
"
privacy.webrtc.legacyGlobalIndicator
"
,
false
);
//
privacy
-browser#87: Windows and Linux need additional work to make the
//
mullvad
-browser#87: Windows and Linux need additional work to make the
// default browser choice working.
// We are shipping only the portable versions for the initial release anyway, so
// we leave this popup enabled only on macOS.
...
...
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