Skip to content

Commit

Permalink
trusted origins
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 20, 2024
1 parent beced4d commit 2904eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bats_ai/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class KitwareConfiguration(BatsAiMixin, _BaseConfiguration):
MINIO_STORAGE_MEDIA_USE_PRESIGNED = True
MINIO_STORAGE_MEDIA_URL = 'http://127.0.0.1:9000/django-storage'
ALLOWED_HOSTS = ['batdetectai.kitware.com']
CSRF_TRUSTED_ORIGINS = ["https://batdetectai.kitware.com", "https://www.batdetectai.kitware.com"]


class ProductionConfiguration(BatsAiMixin, ProductionBaseConfiguration):
Expand Down

0 comments on commit 2904eb1

Please sign in to comment.