mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Allow inline script source
This commit is contained in:
parent
11d5064f3c
commit
f606cd2826
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ location ~ __PATH__/(?<ndpath>.*) {
|
||||||
proxy_store off;
|
proxy_store off;
|
||||||
proxy_pass http://127.0.0.1:19999/$ndpath$is_args$args;
|
proxy_pass http://127.0.0.1:19999/$ndpath$is_args$args;
|
||||||
|
|
||||||
|
add_header Content-Security-Policy "upgrade-insecure-requests; object-src 'none'; script-src https: 'unsafe-eval' 'unsafe-inline'";
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
gzip_types *;
|
gzip_types *;
|
||||||
|
|
Loading…
Add table
Reference in a new issue