ma1 pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
37ddf133
by hackademix at 2023-09-20T17:19:01+00:00
 
1 changed file:
Changes:
| ... | ... | @@ -203,6 +203,12 @@ pref("browser.newtabpage.activity-stream.default.sites", ""); | 
| 203 | 203 |  pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
 | 
| 204 | 204 |  pref("browser.newtabpage.activity-stream.telemetry", false);
 | 
| 205 | 205 | |
| 206 | +// tor-browser#41945 - disable automatic cookie banners dismissal until
 | 
|
| 207 | +// we're sure it does not causes fingerprinting risks or other issues.
 | 
|
| 208 | +pref("cookiebanners.service.mode", 0);
 | 
|
| 209 | +pref("cookiebanners.service.mode.privateBrowsing", 0);
 | 
|
| 210 | +pref("cookiebanners.ui.desktop.enabled", false);
 | 
|
| 211 | +  | 
|
| 206 | 212 |  // tor-browser#40788: disable AS's calls to home.
 | 
| 207 | 213 |  // Notice that null is between quotes because it is a JSON string.
 | 
| 208 | 214 |  // Keep checked firefox.js to see if new entries are added.
 |