diff options
author | David Mehren | 2020-11-11 19:30:59 +0100 |
---|---|---|
committer | David Mehren | 2020-11-11 19:30:59 +0100 |
commit | 46647170f323f38857fccf9cd1d3c5dd99259818 (patch) | |
tree | bd80513d84d0475e2b7c4398059b63cdc1cf64e3 /config.json.example | |
parent | ab18c4d6d46abb92d0ea84b2de4da76b1919a285 (diff) |
Use lax `cookiePolicy` in example config
This was previously changed in the default config, but the example was not updated.
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 84ae53bd..71187b96 100644 --- a/config.json.example +++ b/config.json.example @@ -35,7 +35,7 @@ "addDisqus": true, "addGoogleAnalytics": true }, - "cookiePolicy": "strict", + "cookiePolicy": "lax", "db": { "username": "", "password": "", |