Disable nextcloud checks until alternative is found
This commit is contained in:
parent
6f7e2a1a23
commit
da1e615efd
|
@ -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
|
||||
|
|
Reference in New Issue