Skip to content

Commit fceb6e0

Browse files
committed
Removed CSRF_TRUSTED_ORIGINS from extra.py
CSRF_TRUSTED_ORIGINS is already in configuration.py
1 parent f05a9c6 commit fceb6e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configuration/extra.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@
5353
# from datetime import datetime
5454
# now = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
5555
# BANNER_TOP = f'<marquee width="200px">This instance started on {now}.</marquee>'
56-
57-
# Allow CSRF trusted origins, e.g:
58-
# CSRF_TRUSTED_ORIGINS = ['http://netbox.example.com']
59-

0 commit comments

Comments
 (0)