Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits: 880f3361 by Pier Angelo Vendrame at 2024-08-21T12:45:09+02:00 fixup! Bug 23247: Communicating security expectations for .onion
Bug 43013: Mixed content upgrades also .onion domains.
- - - - -
1 changed file:
- netwerk/base/nsNetUtil.cpp
Changes:
===================================== netwerk/base/nsNetUtil.cpp ===================================== @@ -3054,7 +3054,8 @@ nsresult NS_ShouldSecureUpgrade( } // If it is a mixed content trustworthy loopback, then we shouldn't upgrade // it. - if (nsMixedContentBlocker::IsPotentiallyTrustworthyLoopbackURL(aURI)) { + if (nsMixedContentBlocker::IsPotentiallyTrustworthyLoopbackURL(aURI) || + nsMixedContentBlocker::IsPotentiallyTrustworthyOnion(aURI)) { aShouldUpgrade = false; return NS_OK; }
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/880f3361...
tbb-commits@lists.torproject.org