tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fefcaf9b84209915a8741358c90f4fc858dfa939
parent da1250e131a8f8541a4eea76cd0cefe481e1d831
Author: Lando <lando@lando.test>
Date:   Tue,  7 Oct 2025 11:10:49 +0000

Bug 1936389, 1992712: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mtoolkit/components/antitracking/AntiTrackingUtils.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/components/antitracking/AntiTrackingUtils.cpp b/toolkit/components/antitracking/AntiTrackingUtils.cpp @@ -626,7 +626,7 @@ AntiTrackingUtils::GetStoragePermissionStateInParent(nsIChannel* aChannel) { // access could be granted using Storage-Access-Headers. And granting it // if instructed by the server via the "Activate-Storage-Access"-header. // Storage-Access headers are only sent in secure context - if(!nsMixedContentBlocker::IsPotentiallyTrustworthyOrigin(trackingURI)) { + if (!nsMixedContentBlocker::IsPotentiallyTrustworthyOrigin(trackingURI)) { return nsILoadInfo::NoStoragePermission; }