Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
f6d5a694
Unverified
Commit
f6d5a694
authored
4 years ago
by
Matthew Finkel
Browse files
Options
Downloads
Patches
Plain Diff
Revert "fixup! TB4: Tor Browser's Firefox preference overrides."
This reverts commit
c386fb33
.
parent
28436085
Branches
tor-browser-68.12.0esr-10.0-1
Tags
tor-browser-68.12.0esr-10.0-1-build1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/000-tor-browser.js
+2
-0
2 additions, 0 deletions
browser/app/profile/000-tor-browser.js
with
2 additions
and
0 deletions
browser/app/profile/000-tor-browser.js
+
2
−
0
View file @
f6d5a694
...
...
@@ -287,6 +287,8 @@ pref("extensions.htmlaboutaddons.recommendations.enabled", false);
pref
(
"
extensions.legacy.exceptions
"
,
"
{972ce4c6-7e08-4474-a285-3208198ce6fd},torbutton@torproject.org
"
);
// Bug 26114: Allow NoScript to access addons.mozilla.org etc.
pref
(
"
extensions.webextensions.restrictedDomains
"
,
""
);
// Bug 31396: Disable indexedDB WebExtension storage backend.
pref
(
"
extensions.webextensions.ExtensionStorageIDB.enabled
"
,
false
);
// Bug 28896: Make sure our bundled WebExtensions are running in Private Browsing Mode
pref
(
"
extensions.allowPrivateBrowsingByDefault
"
,
true
);
...
...
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
register
or
sign in
to comment