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>
This commit is contained in:
David Mehren 2020-11-11 19:30:59 +01:00
parent ab18c4d6d4
commit 46647170f3
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -35,7 +35,7 @@
"addDisqus": true, "addDisqus": true,
"addGoogleAnalytics": true "addGoogleAnalytics": true
}, },
"cookiePolicy": "strict", "cookiePolicy": "lax",
"db": { "db": {
"username": "", "username": "",
"password": "", "password": "",