Skip to content

Commit 9e11e68

Browse files
authored
Update README.md
Replace "sane" with "sensible" to avoid ableist language Signed-off-by: laura <[email protected]>
1 parent 9dd6af1 commit 9e11e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Getting CSRF protection right is important, so here's some background:
371371
approaches.
372372
- Cookies are authenticated and based on the [securecookie](https://github.com/gorilla/securecookie)
373373
library. They're also Secure (issued over HTTPS only) and are HttpOnly
374-
by default, because sane defaults are important.
374+
by default, because sensible defaults are important.
375375
- Cookie SameSite attribute (prevents cookies from being sent by a browser
376376
during cross site requests) are not set by default to maintain backwards compatibility
377377
for legacy systems. The SameSite attribute can be set with the SameSite option.

0 commit comments

Comments
 (0)