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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Applications
Tor Browser
Commits
1c325548
Verified
Commit
1c325548
authored
1 year ago
by
ma1
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 41945: disable cookie banner automatic dismissal.
parent
62bc13e5
No related branches found
Branches containing commit
Tags
FIREFOX_102_12_0esr_BUILD1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+6
-0
6 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
6 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
6
−
0
View file @
1c325548
...
...
@@ -203,6 +203,12 @@ pref("browser.newtabpage.activity-stream.default.sites", "");
pref
(
"
browser.newtabpage.activity-stream.feeds.telemetry
"
,
false
);
pref
(
"
browser.newtabpage.activity-stream.telemetry
"
,
false
);
// tor-browser#41945 - disable automatic cookie banners dismissal until
// we're sure it does not causes fingerprinting risks or other issues.
pref
(
"
cookiebanners.service.mode
"
,
0
);
pref
(
"
cookiebanners.service.mode.privateBrowsing
"
,
0
);
pref
(
"
cookiebanners.ui.desktop.enabled
"
,
false
);
// tor-browser#40788: disable AS's calls to home.
// Notice that null is between quotes because it is a JSON string.
// Keep checked firefox.js to see if new entries are added.
...
...
This diff is collapsed.
Click to expand it.
ma1
@ma1
mentioned in merge request
!794 (merged)
·
1 year ago
mentioned in merge request
!794 (merged)
mentioned in merge request !794
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
register
or
sign in
to comment