etherpad: Fix HTTP permission error

This commit is contained in:
polyfloyd 2024-06-24 20:25:36 +02:00
parent 33567e6190
commit fedc15a1d7
2 changed files with 1 additions and 2 deletions

View file

@ -69,7 +69,7 @@
"allowUnknownFileEnds": true,
"requireAuthentication": false,
"requireAuthorization": false,
"trustProxy": false,
"trustProxy": true,
"cookie": {
"sameSite": "Lax"
},