This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser.
commit f33d66f2c9b68ac2127aaf6fd9fa8b28ef4ed409 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Wed Nov 16 15:31:36 2022 +0100
fixup! Firefox preference overrides.
Add webchannel.allowObject.urlWhitelist to all platforms. --- browser/app/profile/001-base-profile.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js index 3f27d1ba410c..eb2fb6ce458e 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -83,6 +83,9 @@ pref("security.ssl3.rsa_aes_256_sha", false, locked);
// Misc privacy: Remote pref("browser.send_pings", false); +// Space separated list of URLs that are allowed to send objects (instead of +// only strings) through webchannels. +pref("webchannel.allowObject.urlWhitelist", ""); pref("geo.enabled", false); pref("geo.provider.network.url", ""); pref("geo.provider.ms-windows-location", false);