mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
fix: fix grafana headers again
This commit is contained in:
parent
52b647b12c
commit
7d3356e27a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
|
|
||||||
add_header Strict-Transport-Security $hsts_header always;
|
add_header Strict-Transport-Security $hsts_header always;
|
||||||
|
|
||||||
add_header Content-Security-Policy "script-src 'self' 'unsafe-inline'; object-src 'self'; base-uri 'self';" always;
|
add_header Content-Security-Policy "script-src 'self' 'unsafe-inline' 'unsafe-eval'; object-src 'self'; base-uri 'self';" always;
|
||||||
|
|
||||||
add_header Referrer-Policy no-referrer always;
|
add_header Referrer-Policy no-referrer always;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue