added templates component

This commit is contained in:
VLE2FE
2020-07-27 17:52:03 +02:00
parent 15aeeb27ee
commit 55248e25ef
42 changed files with 862 additions and 57 deletions

4
cf_config/Staticfile Normal file
View File

@ -0,0 +1,4 @@
pushstate: enabled
force_https: true
root: UI
location_include: ../../headers.conf

1
cf_config/headers.conf Normal file
View File

@ -0,0 +1 @@
add_header Content-Security-Policy "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self'; connect-src https://definma-api.apps.de1.bosch-iot-cloud.com; form-action 'none'; frame-ancestors 'none'; base-uri 'self'";