summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mehren2020-11-11 19:30:59 +0100
committerDavid Mehren2020-11-11 19:30:59 +0100
commit46647170f323f38857fccf9cd1d3c5dd99259818 (patch)
treebd80513d84d0475e2b7c4398059b63cdc1cf64e3
parentab18c4d6d46abb92d0ea84b2de4da76b1919a285 (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>
-rw-r--r--config.json.example2
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": "",