From 1944616d647c4aa255582dd5fc1c155025016354 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 10 Dec 2024 01:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20authcore=20referrer=20issu?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 522cbf18..d6f2e0c2 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -152,6 +152,10 @@ export default { 'portal-vue/nuxt', ], + helmet: { + referrerPolicy: { policy: 'strict-origin' }, + }, + // Axios module configuration: https://go.nuxtjs.dev/config-axios axios: { browserBaseURL: '/api',