Skip to content

Commit

Permalink
Trying to allow django to load this particular frame over non-https
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Nov 25, 2024
1 parent a2c8a7b commit be1437b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jwql/website/jwql_proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@
CSRF_TRUSTED_ORIGINS = ['https://jwql.stsci.edu',
'https://jwql-test.stsci.edu',
'https://jwql-dev.stsci.edu',
'https://127.0.0.1']
'https://127.0.0.1',
'http://dljwql.stsci.edu']

0 comments on commit be1437b

Please sign in to comment.