Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' ; connect-src 'self' https://www.apple.com ; font-src 'self' https://*.apple.com https://*.cdn-apple.com ; frame-ancestors 'none' ; frame-src https://idmsa.apple.com https://idmsa.apple.com.cn https://signin.apple.com https://idmsauth.corp.apple.com ; img-src 'self' https://*.apple.com https://*.cdn-apple.com https://*.mzstatic.com data: ; object-src 'self' ; script-src 'self' https://*.cdn-apple.com https://ssl.apple.com https://www.apple.com ; style-src 'unsafe-inline' 'self' https://*.cdn-apple.com https://ssl.apple.com https://www.apple.com ;
default-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
font-src
Keyword
—
'self'
font-src
Host
—
frame-ancestors
Keyword
—
'none'
frame-src
Host
—
img-src
Keyword
—
'self'
img-src
Host
—
img-src
Scheme
—
data:
object-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Host
—
script-src
Host
—
style-src
Keyword
—
'unsafe-inline'
style-src
Keyword
—
'self'
style-src
Host
—
style-src
Host
—
Content-Security-Policy-Report-Only
No report-only CSP headers found.