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
b1c79245
Verified
Commit
b1c79245
authored
Jun 21, 2023
by
ma1
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
parent
688d2c9f
Branches
Branches containing commit
No related tags found
1 merge request
!689
Temporary remove download spam protection to work-around bug 41854
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+0
-3
0 additions, 3 deletions
browser/app/profile/001-base-profile.js
with
0 additions
and
3 deletions
browser/app/profile/001-base-profile.js
+
0
−
3
View file @
b1c79245
...
...
@@ -48,9 +48,6 @@ 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.
ma1
@ma1
mentioned in merge request
!688 (merged)
·
Jun 27, 2023
mentioned in merge request
!688 (merged)
mentioned in merge request !688
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