mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-23 07:32:47 +00: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,
|
||||
"addGoogleAnalytics": true
|
||||
},
|
||||
"cookiePolicy": "strict",
|
||||
"cookiePolicy": "lax",
|
||||
"db": {
|
||||
"username": "",
|
||||
"password": "",
|
||||
|
|
Loading…
Reference in a new issue