remove old mesh overrides #217

This commit is contained in:
wh1te909 2021-01-10 00:15:11 +00:00
parent d861de4c2f
commit ed011ecf28
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_VERSION="30"
SCRIPT_VERSION="31"
SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/install.sh'
sudo apt install -y curl wget
@ -304,12 +304,7 @@ meshcfg="$(cat << EOF
"CertUrl": "https://${meshdomain}:443/",
"GeoLocation": true,
"CookieIpCheck": false,
"mstsc": true,
"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'"
}
"mstsc": true
}
}
}