Skip to content

Commit

Permalink
Fix typo in Django_Security_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk authored Oct 30, 2024
1 parent dafc538 commit e3dd012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Django_Security_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The `SECRET_KEY` parameter in settings.py is used for cryptographic signing and
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY')
```

- Regularly rotate the key, keeping in mind that this action can invalidate sessions, password reset tokens, etc. Rotate the key immediatley it if it ever gets exposed.
- Regularly rotate the key, keeping in mind that this action can invalidate sessions, password reset tokens, etc. Rotate the key immediately it if it ever gets exposed.

## Headers

Expand Down

0 comments on commit e3dd012

Please sign in to comment.