ma1 pushed to branch mullvad-browser-140.4.0esr-15.0-1 at The Tor Project /
Applications / Mullvad Browser
Commits:
bfc262ff by hackademix at 2025-10-22T13:03:23+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
=====================================
@@ -350,14 +350,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/mullvad-browser/-/commit/bfc262ffa9836946f1449ba595495e65fae1f63f
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/bfc262ffa9836946f1449ba595495e65fae1f63f
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]