Skip to content

Commit

Permalink
Editing local CSRF trusted origin
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Apr 11, 2024
1 parent e64120a commit dc4848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lowfat/settings.py
Expand Up @@ -97,7 +97,7 @@
ROOT_URLCONF = 'lowfat.urls'

CSRF_TRUSTED_ORIGINS = [
'localhost:8000',
'http://127.0.0.1:8000',
'https://fellows.software.ac.uk',
]

Expand Down

0 comments on commit dc4848a

Please sign in to comment.