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?