Content security policy and Safari

1.1k views Asked by At

I have Content-Security-Policy header on my site available by HTTP protocol with value

script-src 'self' 'unsafe-inline' 'unsafe-eval' *.googlesyndication.com

and it works well except Safari browser under Mac that refuses to load scripts from http://googlesyndication.com via HTTPS protocol

How can I make CSP works for Safari?

0

There are 0 answers