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
|
@ -15,6 +15,8 @@ location ~ __PATH__/(?<ndpath>.*) {
|
|||
proxy_set_header Connection "keep-alive";
|
||||
proxy_store off;
|
||||
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_proxied any;
|
||||
|
|
Loading…
Add table
Reference in a new issue