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
cfca55d2
Commit
cfca55d2
authored
May 15, 2023
by
ma1
Committed by
Richard Pospesel
May 18, 2023
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
#41764
, prevent automatic download stuffing / DOS
parent
042af9e8
Branches
base-browser-102.11.0esr-12.0-1
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 @
cfca55d2
...
...
@@ -44,6 +44,9 @@ pref("security.nocertdb", true);
pref
(
"
browser.download.useDownloadDir
"
,
false
);
pref
(
"
browser.download.manager.addToRecentDocs
"
,
false
);
// Prevent download stuffing / DOS (tor-browser#41764)
pref
(
"
browser.download.enable_spam_prevention
"
,
true
);
// Misc privacy: Disk
pref
(
"
signon.rememberSignons
"
,
false
);
pref
(
"
browser.formfill.enable
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
!640 (merged)
·
May 18, 2023
mentioned in merge request
!640 (merged)
mentioned in merge request !640
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