ma1 pushed to branch base-browser-140.4.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
290bf297 by hackademix at 2025-10-22T13:03:18+02:00
fixup! BB 40925: Implemented the Security Level component
BB 44275: Reduce console noise on security level guessing
- - - - -
1 changed file:
- toolkit/components/securitylevel/SecurityLevel.sys.mjs
Changes:
=====================================
toolkit/components/securitylevel/SecurityLevel.sys.mjs
=====================================
@@ -338,14 +338,14 @@ var read_setting_from_prefs = function (prefNames) {
const actual = Services.prefs.getBoolPref(prefName);
if (wanted !== actual) {
possibleSetting = false;
- logger.info(
+ logger.debug(
`${prefName} does not match level ${settingIndex}: ${actual}, should
be ${wanted}!`
);
break;
}
}
if (possibleSetting) {
- // We have a match!
+ logger.debug(`Preferences match level ${settingIndex}.`);
return settingIndex;
}
}
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/290bf297f2bee042ba528fc50be2bfc75b112e62
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/290bf297f2bee042ba528fc50be2bfc75b112e62
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]