Tee Ming
Tee Ming
As a workaround for now, add this above your `` block where the warning occurs: ```html ```
Thank you for the PR. I think it's good to merge, but is it possible if we add some kind of test such as one that checks that the CSP...
> Thx for PR. I want to try avoiding breaking change if possible. Couldn't we check to only do this if custom `Sec-WebSocket-Protocol` is returned in upgrade hook? I'm not...
I've added tests but there's an issue with Bun not being able to configure the automatic sub-protocol returning behaviour. I've filed an issue for it https://github.com/oven-sh/bun/issues/18243
SvelteKit also uses this option and sets it to "strict" for both our server and client bundles
From a quick look through the codebase, it seems an app with SSR and prerendering turned off can still benefit from using SvelteKit's `fetch` since it tracks the fetched URL...
Hi @trek . It seems that the issue still persists. Navigating to https://vercel-rewrite-drab.vercel.app/?example reveals that the URL search param is discarded
Interestingly, it only discards it if there's only one instance of the key. If there are multiple of the same key e.g., `?example&example`, the search param isn't discarded
Closing this in favour of the issue opened on the Vercel platform https://community.vercel.com/t/sveltekit-issues-on-the-vercel-platform/18042