diff --git a/configuration/extra.py b/configuration/extra.py index 46f1877..6d4c9b3 100644 --- a/configuration/extra.py +++ b/configuration/extra.py @@ -53,3 +53,7 @@ # 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'] +