Skip to content

Commit

Permalink
fix: fixed another stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Oct 30, 2024
1 parent 57691cc commit 351fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humitifier-server/src/humitifier_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
X_FRAME_OPTIONS = "DENY"
SECURE_SSL_REDIRECT = _https_enabled
SECURE_REDIRECT_EXEMPT = [
r'^api/upload-scans/$'
r'^api/upload_scans/$'
]

SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
Expand Down

0 comments on commit 351fe32

Please sign in to comment.