From a8f1f6e9fe0fd7703ac2e3c632ed5924d62071e8 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 12 Dec 2024 19:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Allow=20referrer=20in?= =?UTF-8?q?=20helmet=20for=20authcore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nuxt.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/nuxt.config.js b/src/nuxt.config.js index 96d283c9d..d4dbb3336 100644 --- a/src/nuxt.config.js +++ b/src/nuxt.config.js @@ -305,6 +305,11 @@ const nuxtConfig = { }, }, }, + + helmet: { + referrerPolicy: { policy: 'strict-origin' }, + }, + /* ** Global CSS */