Disable nextcloud checks until alternative is found

This commit is contained in:
caskd 2019-08-08 22:11:38 +02:00
parent 6f7e2a1a23
commit da1e615efd
No known key found for this signature in database
GPG Key ID: 4D0C454CCA5DF3B6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ backend yagpdb
http-response set-header Content-Security-Policy default-src\ \'self\';connect-src\ \'self\';font-src\ https:\ data:\ \'self\';script-src\ \'unsafe-inline\'\ \'unsafe-eval\'\ https://cdnjs.cloudflare.com\ https://code.jquery.com\ \'self\';style-src\ https://stackpath.bootstrapcdn.com\ https://fonts.googleapis.com\ \'self\'\ \'unsafe-inline\';media-src\ https:\ \'self\';img-src\ https:\ blob:\ data:\ \'self\';frame-src\ \'self\';object-src\ \'none\';block-all-mixed-content;upgrade-insecure-requests
backend nextcloud
server nextcloud-docker cloud_nextcloud:80 check
server nextcloud-docker cloud_nextcloud:80
option httpchk HEAD / HTTP/1.1\r\nHost:\ cloud.redxen.eu
http-response set-header Content-Security-Policy default-src\ \'self\';connect-src\ \'self\';font-src\ https:\ data:\ \'self\';script-src\ \'unsafe-inline\'\ https://office.redxen.eu\ \'self\';style-src\ \'self\'\ \'unsafe-inline\';media-src\ https:\ \'self\';img-src\ https:\ blob:\ data:\ \'self\';frame-src\ https://office.redxen.eu\ https://youtube.com\ \'self\';object-src\ \'none\';block-all-mixed-content;upgrade-insecure-requests
http-response set-header X-Robots-Tag none