Pier Angelo Vendrame pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
1a4edd77
by Morgan at 2024-08-22T09:36:46+02:00
 
1 changed file:
Changes:
| ... | ... | @@ -3529,6 +3529,8 @@ pref("browser.safebrowsing.downloads.remote.block_uncommon", true); | 
| 3529 | 3529 |  // Android SafeBrowsing's configuration is in ContentBlocking.java, keep in sync.
 | 
| 3530 | 3530 |  #ifndef MOZ_WIDGET_ANDROID
 | 
| 3531 | 3531 | |
| 3532 | +// tor-browser#42604: safe-browsing is disabled elsewhere, but no reason to ship scary google prefs
 | 
|
| 3533 | +#ifndef BASE_BROWSER_VERSION
 | 
|
| 3532 | 3534 |  // Google Safe Browsing provider (legacy)
 | 
| 3533 | 3535 |  pref("browser.safebrowsing.provider.google.pver", "2.2");
 | 
| 3534 | 3536 |  pref("browser.safebrowsing.provider.google.lists", "goog-badbinurl-shavar,goog-downloadwhite-digest256,goog-phish-shavar,googpub-phish-shavar,goog-malware-shavar,goog-unwanted-shavar");
 | 
| ... | ... | @@ -3552,6 +3554,7 @@ pref("browser.safebrowsing.provider.google4.advisoryURL", "https://developers.go | 
| 3552 | 3554 |  pref("browser.safebrowsing.provider.google4.advisoryName", "Google Safe Browsing");
 | 
| 3553 | 3555 |  pref("browser.safebrowsing.provider.google4.dataSharingURL", "https://safebrowsing.googleapis.com/v4/threatHits?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
 | 
| 3554 | 3556 |  pref("browser.safebrowsing.provider.google4.dataSharing.enabled", false);
 | 
| 3557 | +#endif // ifndef BASE_BROWSER_VERSION
 | 
|
| 3555 | 3558 | |
| 3556 | 3559 |  #endif // ifndef MOZ_WIDGET_ANDROID
 | 
| 3557 | 3560 |