diff --git a/src/client/dom/document.ts b/src/client/dom/document.ts index dfb2283..0be4453 100644 --- a/src/client/dom/document.ts +++ b/src/client/dom/document.ts @@ -9,7 +9,7 @@ export default function (client: ScramjetClient, self: typeof window) { ctx.args[0], client.cookieStore, client.meta, - true + false ); }, });