From 9e11e68a872ccc07c0c5a89098eced5c77598be1 Mon Sep 17 00:00:00 2001 From: laura <73724677+me-th@users.noreply.github.com> Date: Fri, 16 May 2025 11:00:49 +0200 Subject: [PATCH] Update README.md Replace "sane" with "sensible" to avoid ableist language Signed-off-by: laura <73724677+me-th@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d768c81..22544fc 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ Getting CSRF protection right is important, so here's some background: approaches. - Cookies are authenticated and based on the [securecookie](https://github.com/gorilla/securecookie) library. They're also Secure (issued over HTTPS only) and are HttpOnly - by default, because sane defaults are important. + by default, because sensible defaults are important. - Cookie SameSite attribute (prevents cookies from being sent by a browser during cross site requests) are not set by default to maintain backwards compatibility for legacy systems. The SameSite attribute can be set with the SameSite option.