vejja
vejja
@baroshem : Update after further review The bug @numselli found out for the `redis` driver was also a problem for all other drivers. The options were actually never passed to...
Hi @DamianGlowala The inline definitions of `defineRouteRules` work correctly on my side. Are you navigating on the client-side or are you hard-reloading the page from the server ? Cf https://nuxt-security.vercel.app/documentation/advanced/strict-csp#per-route-csp
Edit: Is your page pre-rendered ? This might actually be a corner case
OK, let me know if you can provide a repro. There might be something to fix.
Hi all This is essentially the same problem as #594 @GalacticHypernova would you by any chance have some time to modify the regex? @Baroshem The issue is on our side,...
I’m wondering whether we should modify our algorithm. Instead of trying to craft the perfect regex (which, as @GalacticHypernova rightly says, will exponentially grow in complexity), why don’t we parse...
Hi @jschroeter Unfortunately the PR is only a very preliminary draft. I asked Copilot to propose a fix and it kind of understood what the intent was but it is...
@zguig52 I think we can easily parse at server startup Right now the `runtime/nitro/plugins/00-routeRules` plugin is already used to instantiate the `appSecurityOptions` singleton at startup. This would also allow to...
Not normal Do you have duplicates in dev mode?
Which headers are duplicated? Can't see them above