From f8e4f93c940a425a414883eefcd3d18fc8f976a7 Mon Sep 17 00:00:00 2001 From: vato007 Date: Wed, 12 Feb 2025 15:23:56 +1030 Subject: [PATCH] Allow inline SVG icons through CSP (#2) Reviewed-on: https://git.michaelpivato.dev/vato007/website/pulls/2 --- _headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_headers b/_headers index 7466e31..7211fd5 100644 --- a/_headers +++ b/_headers @@ -1,3 +1,3 @@ /* - Content-Security-Policy: default-src 'self'; frame-ancestors 'none' + Content-Security-Policy: default-src 'self'; img-src 'self' data:; frame-ancestors 'none' X-Content-Type-Options: nosniff \ No newline at end of file