From ea8921cd0ea525e7115fd00c8646ac78679f4f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= <43091603+glazk0@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:55:59 +0200 Subject: [PATCH] Increasing strict --- next.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index f248e86..82355ba 100644 --- a/next.config.js +++ b/next.config.js @@ -30,7 +30,11 @@ const nextConfig = { }, { key: 'Referrer-Policy', - value: 'origin-when-cross-origin' + value: 'strict-origin-when-cross-origin' + }, + { + key: 'Strict-Transport-Security', + value: 'max-age=31536000; includeSubDomains; preload' } ] }