Content security policy and Safari

时间:2015-06-15 14:38:50

标签: safari content-security-policy

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 个答案:

没有答案