From 384a7072c4c51e00dbd7302c101fc17d56e1e300 Mon Sep 17 00:00:00 2001 From: jzakotnik Date: Wed, 27 Mar 2024 18:36:09 +0100 Subject: [PATCH] disabled security by default --- .env_example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env_example b/.env_example index b415d9a..384cb67 100644 --- a/.env_example +++ b/.env_example @@ -20,8 +20,9 @@ COVERIMAGE_FILESTORAGE_PATH=/somepath # Login Session Timeout for inactivity in seconds (e.g. 500) LOGIN_SESSION_TIMEOUT=seconds + # Configure if content security policy is set on the http headers, if you don't want CSR header, use "insecure" -SECURITY_HEADERS=secure +SECURITY_HEADERS=insecure # School name