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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Tor Browser
Commits
f23c4fda
Commit
f23c4fda
authored
Mar 29, 2023
by
Richard Pospesel
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 41701: Reporting an extension does not work
parent
59162ed3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+3
-0
3 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
3 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
3
−
0
View file @
f23c4fda
...
...
@@ -452,6 +452,9 @@ pref("browser.discovery.enabled", false);
pref
(
"
extensions.webextensions.restrictedDomains
"
,
""
);
// Don't give Mozilla-recommended third-party extensions special privileges.
pref
(
"
extensions.postDownloadThirdPartyPrompt
"
,
false
);
// tor-browser#41701: Reporting an extension does not work
// disable extension reporting since the request goes to Mozilla and is rejected anyway (HTTP 400)
pref
(
"
extensions.abuseReport.enabled
"
,
false
);
// We are already providing the languages we support in multi-lingual packages.
// Therefore, do not allow download of additional language packs. They are not a
// privacy/security threat, we are disabling them for UX reasons. See bug 41377.
...
...
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
!600 (merged)
·
Mar 29, 2023
mentioned in merge request
!600 (merged)
mentioned in merge request !600
Toggle commit list
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