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'] -