vejja
vejja
ok got it the route definitions seem correct but it looks like cloudflare creates the duplicates when it merges `/*` with `/settings` is that normal?
I looked at the Cloudflare docs here : https://developers.cloudflare.com/pages/configuration/headers/ They have this section:  This is why the headers are getting duplicated @pi0 as per you suggestion to track https://github.com/nitrojs/nitro/issues/2909...
Works on my side. I can now connect Thanks for the fix @anas-araid 🙏🏻 BTW no idea if this is relevant or not, but I can see this in my...
Awesome @anas-araid Works here 🚀🚀🚀 For newbies like me: > >To side-load a VSIX from a GitHub release, follow these steps: > >* Download the VSIX file from the GitHub...
Hey @jschroeter Is your list of status codes comprehensive ?
Hi @MinakoKitani The reason for including `preload` and `modulepreload` links is documented here: https://github.com/Baroshem/nuxt-security/blob/main/src/runtime/nitro/plugins/30-cspSsgHashes.ts#L75 We tried to implement the RFC as correctly as possible, but there might be some glitches....
Hey @maple3142 I'm still turning my head around the potential implications of this, but your example is not a bug. What you are doing here is not XSS. You are...
I get this part: > The problem here is that nuxt-security does a simple string replacement to add nonce to script tags, without considering whether it is actually a script...
Ok, I get it now @GalacticHypernova would you have an idea for this ? @maple3142 actually has a valid point in his description above The issue is that: ```html ```...
Agree with your analysis. However it would still be nice to modify our regex, would it be extremely difficult ?