From 821e02dc75c3a8899cd93927ba35eabcefb1a86c Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 10 Jan 2021 00:20:44 +0000 Subject: [PATCH] update mesh docker conf --- docker/containers/tactical-meshcentral/entrypoint.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker/containers/tactical-meshcentral/entrypoint.sh b/docker/containers/tactical-meshcentral/entrypoint.sh index aa1182ed..4db4cacd 100644 --- a/docker/containers/tactical-meshcentral/entrypoint.sh +++ b/docker/containers/tactical-meshcentral/entrypoint.sh @@ -41,12 +41,7 @@ mesh_config="$(cat << EOF "NewAccounts": false, "mstsc": true, "GeoLocation": true, - "CertUrl": "https://${NGINX_HOST_IP}:443", - "httpheaders": { - "Strict-Transport-Security": "max-age=360000", - "_x-frame-options": "sameorigin", - "Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'" - } + "CertUrl": "https://${NGINX_HOST_IP}:443" } } }