🔧(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:29:35 +02:00
committed by Anthony LC
parent 76368f1ae9
commit 3a6bc8c0f7
2 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ and this project adheres to
- 🐛(backend) gitlab oicd userinfo endpoint #232
- 🛂(frontend) redirect to the OIDC when private doc and unauthentified #292
- ♻️(backend) getting list of document versions available for a user #258
- 🔧(backend) fix configuration to avoid different ssl warning #297
## [1.4.0] - 2024-09-17