Skip to content

Commit

Permalink
Fix SAMESITE documentation - closes #647
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Aug 27, 2024
1 parent c65adb8 commit 78eef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ applications `settings.py` to make use of cookies:

```python
SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
SESSION_COOKIE_SAMESITE = None
SESSION_COOKIE_SAMESITE = 'None'
SESSION_COOKIE_SECURE = True
```

Expand Down

0 comments on commit 78eef88

Please sign in to comment.