Update csp header to allow svg image icons to load
All checks were successful
release / Publish to Cloudflare Pages (push) Successful in 1m15s

This commit is contained in:
2025-02-12 15:14:03 +10:30
parent 80244e2d88
commit ce797b4b05

View File

@@ -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 X-Content-Type-Options: nosniff