richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
3fbd7156
by Pier Angelo Vendrame at 2023-08-29T08:48:14+02:00
1 changed file:
Changes:
| ... | ... | @@ -266,7 +266,12 @@ pref("dom.serviceWorkers.enabled", false); | 
| 266 | 266 |  pref("dom.push.enabled", false);
 | 
| 267 | 267 | |
| 268 | 268 |  // Fingerprinting
 | 
| 269 | +// tor-browser#41797: For release builds, lock RFP
 | |
| 270 | +#if MOZ_UPDATE_CHANNEL == release
 | |
| 271 | +pref("privacy.resistFingerprinting", true, locked);
 | |
| 272 | +#else
 | |
| 269 | 273 |  pref("privacy.resistFingerprinting", true);
 | 
| 274 | +#endif
 | |
| 270 | 275 |  // tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
 | 
| 271 | 276 |  // can be used when creating a WebGL context if the browser detects that the
 | 
| 272 | 277 |  // performance would be low. That could be used to fingerpting users with a not
 |