mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-08 10:22:47 -04:00
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:
parent
ab18c4d6d4
commit
46647170f3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
"addDisqus": true,
|
"addDisqus": true,
|
||||||
"addGoogleAnalytics": true
|
"addGoogleAnalytics": true
|
||||||
},
|
},
|
||||||
"cookiePolicy": "strict",
|
"cookiePolicy": "lax",
|
||||||
"db": {
|
"db": {
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue