commit 3f47f521fbed40bb2129a09c77319e04df731408 parent d28dc3d6d1d18188202e64444e2d168c345abb1b Author: Lando <lando@lando.test> Date: Wed, 29 Oct 2025 15:20:15 +0000 Bug 1980376: apply code formatting via Lando # ignore-this-changeset Diffstat:
| M | dom/security/nsContentSecurityUtils.cpp | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dom/security/nsContentSecurityUtils.cpp b/dom/security/nsContentSecurityUtils.cpp @@ -1407,8 +1407,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