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

@ -13,7 +13,6 @@ server {
{% endif %}
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
location / {

View file

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