Removed CSRF_TRUSTED_ORIGINS from extra.py

CSRF_TRUSTED_ORIGINS is already in configuration.py
This commit is contained in:
Tobias Genannt 2022-07-12 17:16:20 +02:00
parent f05a9c67ae
commit fceb6e0e13
1 changed files with 0 additions and 4 deletions

View File

@ -53,7 +53,3 @@
# from datetime import datetime
# now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
# BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
# Allow CSRF trusted origins, e.g:
# CSRF_TRUSTED_ORIGINS = ['http://netbox.example.com']