From 77fdf74fa532e7075ee0c7818cc1ef25907dfb37 Mon Sep 17 00:00:00 2001 From: Alex de Landgraaf Date: Fri, 13 Oct 2023 18:59:21 +0200 Subject: [PATCH] Updating referrer --- src/open_inwoner/conf/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/open_inwoner/conf/base.py b/src/open_inwoner/conf/base.py index 17fadf7c0c..c79a85de66 100644 --- a/src/open_inwoner/conf/base.py +++ b/src/open_inwoner/conf/base.py @@ -888,4 +888,5 @@ from .app.csp import * # noqa -SECURE_REFERRER_POLICY = "same-origin" +SECURE_REFERRER_POLICY = "origin-when-cross-origin" +# SECURE_REFERRER_POLICY = "same-origin"