Open
Cached
·
just now
7
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https://*.apple.com musics: itmss://*.apple.com; img-src 'self' https://*.apple.com https://*.mzstatic.com artwork: data:; style-src 'self' https://*.apple.com 'unsafe-inline'; script-src 'self' https://*.apple.com blob: 'unsafe-eval'; connect-src 'self' https://*.apple.com https://*.mzstatic.com; media-src 'self' https://*.apple.com https://*.mzstatic.com blob:; block-all-mixed-content;
default-src
Keyword
—
'self'
default-src
Scheme
—
musics:
img-src
Keyword
—
'self'
img-src
Scheme
—
artwork:
img-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Scheme
—
blob:
script-src
Keyword
—
'unsafe-eval'
connect-src
Keyword
—
'self'
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
block-all-mixed-content
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.