From fceb6e0e1308bed218499d64378feaa82f54ff04 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 12 Jul 2022 17:16:20 +0200 Subject: [PATCH] Removed CSRF_TRUSTED_ORIGINS from extra.py CSRF_TRUSTED_ORIGINS is already in configuration.py --- configuration/extra.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration/extra.py b/configuration/extra.py index 6d4c9b3..46f1877 100644 --- a/configuration/extra.py +++ b/configuration/extra.py @@ -53,7 +53,3 @@ # from datetime import datetime # now = datetime.now().strftime("%d/%m/%Y %H:%M:%S") # BANNER_TOP = f'This instance started on {now}.' - -# Allow CSRF trusted origins, e.g: -# CSRF_TRUSTED_ORIGINS = ['http://netbox.example.com'] -