From 070c3eaf3a931ab6ff1cd12dbc60e9d4a167040d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Harbo=20Dahle?= Date: Tue, 5 Dec 2023 13:07:35 +0100 Subject: [PATCH] endre crossorigin til anonymous --- src/head.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/head.ts b/src/head.ts index cb9774e1b..9a796d976 100644 --- a/src/head.ts +++ b/src/head.ts @@ -14,7 +14,7 @@ export const fontAttribs = { href: 'https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2', as: 'font', type: 'font/woff2', - crossorigin: 'true', + crossorigin: 'anonymous', }; type Tag = {