Try reordering script-src CSP rule
parent
490f46fde9
commit
4515264adf
|
@ -42,7 +42,7 @@
|
||||||
img-src 'self' https://stats.mat.services;
|
img-src 'self' https://stats.mat.services;
|
||||||
style-src 'self' 'unsafe-inline';
|
style-src 'self' 'unsafe-inline';
|
||||||
font-src 'self';
|
font-src 'self';
|
||||||
script-src 'sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc=' 'strict-dynamic';
|
script-src 'strict-dynamic' 'sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc=';
|
||||||
form-action 'none';
|
form-action 'none';
|
||||||
frame-ancestors 'none';
|
frame-ancestors 'none';
|
||||||
base-uri 'none';
|
base-uri 'none';
|
||||||
|
|
Loading…
Reference in New Issue