update mesh docker conf

This commit is contained in:
wh1te909 2021-01-10 00:20:44 +00:00
parent ed011ecf28
commit 821e02dc75
1 changed files with 1 additions and 6 deletions

View File

@ -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"
}
}
}