🔧(backend) fix configuration to avoid different ssl warning

Fix following warning messages :
- You have not set a value for the SECURE_HSTS_SECONDS setting.
- Your SECURE_SSL_REDIRECT setting is not set to True.
This commit is contained in:
Jacques ROUSSEL
2024-09-30 09:26:59 +02:00
committed by Marie
parent 75008d3e9a
commit fbb2accefb
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
### Fixed
- ♿️(frontend) fix left nav panel #396
- 🔧(backend) fix configuration to avoid different ssl warning #432
### Changed