fix: upgrade-insecure-requests
cannot be turned off for static build
#214
Labels
bug
Something isn't working
Milestone
Version
nuxt-security: 0.14.4
nuxt: 3.7.3
Reproduction Link
https://stackblitz.com/edit/github-xdxcbc?file=nuxt.config.ts
Steps to reproduce
run
nuxt generate
, thennpx serve .output/public
and inspect the content-security-policy headerWhat is Expected?
As it's set to
false
in nuxt's configuration there should be noupgrade-insecure-requests
policyWhat is actually happening?
There is a
upgrade-insecure-requests
policy.The text was updated successfully, but these errors were encountered: