aboutsummaryrefslogtreecommitdiff
path: root/Docker/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-11-05 18:11:38 +0100
committerGravatar GitHub <noreply@github.com> 2019-11-05 18:11:38 +0100
commit8b0f9fae9f34ef25458e79a477758a45873b7cd4 (patch)
treee86e90a6189c7271080c40ddcff5290d615e891e /Docker/README.md
parentbba0b0565559fbecf5df170b472cadc58627027a (diff)
Cookie same-site (#2630)
* Set-Cookie SameSite * https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 * https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7 * https://blog.mozilla.org/security/2018/04/24/same-site-cookies-in-firefox-60/ * https://blog.chromium.org/2019/10/developers-get-ready-for-new.html Set to Lax instead of Strict to allow linking to allow linking to FreshRSS sub-pages without having to log-in again
Diffstat (limited to 'Docker/README.md')
-rw-r--r--Docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 15510a220..d06016fb9 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -320,7 +320,7 @@ server {
# Other SSL stuff goes here
# Needed for Freshrss cookie/session :
- proxy_cookie_path / "/; HTTPOnly; Secure";
+ proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax";
location / {
try_files $uri $uri/ =404;