Cannot override the CSP defaults despite what the doc says
When I add
Source: https://fresh.deno.dev/docs/plugins/csp
"img-src 'self' data: 'https://firebasestorage.googleapis.com'", to my csp[] list, I get:Ignoring duplicate Content-Security-Policy directive 'img-src'How do i override the default
img-src 'self' data: that I see in the header?Source: https://fresh.deno.dev/docs/plugins/csp

