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
10bb50ed
Verified
Commit
10bb50ed
authored
11 months ago
by
henry
Committed by
Pier Angelo Vendrame
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 42653: Hide neterror reporting checkbox.
parent
bfa15afd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1222
Bug 43166: Rebased alpha onto 128.3.0esr
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 @
10bb50ed
...
...
@@ -209,6 +209,9 @@ pref("browser.tabs.crashReporting.sendReport", false);
pref
(
"
browser.crashReports.unsubmittedCheck.autoSubmit2
"
,
false
);
// Added in tor-browser#41496 even though false by default
pref
(
"
browser.crashReports.unsubmittedCheck.enabled
"
,
false
);
// Disable checkbox in about:neterror that controls
// security.xfocsp.errorReporting.automatic. See tor-browser#42653.
pref
(
"
security.xfocsp.errorReporting.enabled
"
,
false
);
// Added in tor-browser#41496 even though it shuld be already always disabled
// since we disable MOZ_CRASHREPORTER.
pref
(
"
breakpad.reportURL
"
,
"
data:
"
);
...
...
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