Pier Angelo Vendrame pushed to branch tor-browser-115.14.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: c76183e2 by Pier Angelo Vendrame at 2024-08-19T09:31:18+02:00 fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
Bug 42596: Add preferences for log levels.
Added a comment to start a section where we can put the various default log levels.
- - - - - c02100c4 by Pier Angelo Vendrame at 2024-08-19T09:32:48+02:00 fixup! Bug 30237: Add v3 onion services client authentication prompt
Bug 42596: Add preferences for log levels.
- - - - -
1 changed file:
- browser/app/profile/000-tor-browser.js
Changes:
===================================== browser/app/profile/000-tor-browser.js ===================================== @@ -108,3 +108,6 @@ pref("extensions.torlauncher.tordatadir_path", ""); pref("extensions.torlauncher.bridgedb_front", "www.phpmyadmin.net"); pref("extensions.torlauncher.bridgedb_reflector", "https://1723079976.rsc.cdn77.org"); pref("extensions.torlauncher.moat_service", "https://bridges.torproject.org/moat"); + +// Log levels +pref("browser.onionAuthPrompt.loglevel", "Warn");
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/1f0b8c0...
tbb-commits@lists.torproject.org