Merge branch 'csrf-trusted-origins' into develop
This commit is contained in:
commit
1130ff6c6d
|
@ -53,3 +53,7 @@
|
|||
# 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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue