forked from bitlair/ansible
etherpad: Fix HTTP permission error
This commit is contained in:
parent
33567e6190
commit
fedc15a1d7
2 changed files with 1 additions and 2 deletions
|
@ -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 / {
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"allowUnknownFileEnds": true,
|
||||
"requireAuthentication": false,
|
||||
"requireAuthorization": false,
|
||||
"trustProxy": false,
|
||||
"trustProxy": true,
|
||||
"cookie": {
|
||||
"sameSite": "Lax"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue