Hi, is there a way to disable the NEXT_LOCALE cookie that gets created when using paraglide with the App Router? Currently we have tried to remove it via the middleware and even though it is no longer present in the browser, it still get's detected by cookie scanners.
TLDR - Add cookie or disableCookie property to Middleware options?
Can we remove this entirely somehow, perhaps via a config here:
Hi, is there a way to disable the NEXT_LOCALE cookie that gets created when using paraglide with the App Router? Currently we have tried to remove it via the middleware and even though it is no longer present in the browser, it still get's detected by cookie scanners.
TLDR - Add cookie or disableCookie property to Middleware options?
Can we remove this entirely somehow, perhaps via a config here:
Here is the code that removes it currently: