tor-browser

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

commit f45dc38d9ab419a29246f85865518b77da9adcfe
parent bd21e15d9b165ac3931f4ddbf5e2485d84a82d61
Author: Lando <lando@lando.test>
Date:   Mon, 13 Oct 2025 16:13:44 +0000

Bug 1980376: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mdom/security/nsContentSecurityUtils.cpp | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dom/security/nsContentSecurityUtils.cpp b/dom/security/nsContentSecurityUtils.cpp @@ -1403,8 +1403,7 @@ static nsLiteralCString sImgSrcAddonsAllowList[] = { // img-src * // UNSAFE! Allows loading everything. static nsLiteralCString sImgSrcWildcardAllowList[] = { - "about:reader"_ns, - "chrome://browser/content/syncedtabs/sidebar.xhtml"_ns, + "about:reader"_ns, "chrome://browser/content/syncedtabs/sidebar.xhtml"_ns, // STOP! Do not add anything to this list. }; // img-src https://example.org