Skip to content

Commit

Permalink
Removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayjain18 committed Jul 30, 2024
1 parent c489156 commit 5b80a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fluence/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
CSRF_COOKIE_SAMESITE = 'Strict'
SESSION_COOKIE_SAMESITE = 'Strict'

SECURE_HSTS_SECONDS = 31536000 # 1 year
SECURE_HSTS_INCLUDE_SUBDOMAINS = True
SECURE_HSTS_PRELOAD = True

SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = os.getenv("CLIENT_ID")
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = os.getenv("CLIENT_SECRET")

Expand Down

0 comments on commit 5b80a85

Please sign in to comment.