Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Revert "Enable HTTP to HTTPS redirects (#51)"
Browse files Browse the repository at this point in the history
This reverts commit 4bd4164.
  • Loading branch information
AetherUnbound committed Feb 15, 2023
1 parent beb69dc commit 0e33a8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pycascades/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@
AWS_STORAGE_BUCKET_NAME = "pycascades-cms-files"
AWS_S3_ENDPOINT_URL = "https://sfo2.digitaloceanspaces.com"

# HTTP to HTTPS redirect
# https://github.com/pycascades/pycascades-cms/issues/46
SECURE_SSL_REDIRECT = True

django_heroku.settings(locals())

0 comments on commit 0e33a8d

Please sign in to comment.