Skip to content
https://apps.apple.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
69
GRADE
D
FIX
3
REVIEW
4
PASS
5
INFO
0
Checks
12
5 PASS 4 REVIEW 3 FIX
F
Subresource Integrity
Action
0 of 3 external resources have SRI
FIX
0 of 3 external resources have SRI
Warning::
External link from www.apple.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.apple.com/wss/fonts?families=SF+Pro,v4%7CSF+Pro+Icons,v1&display=swap
Warning::
External script from js-cdn.music.apple.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js-cdn.music.apple.com/hls.js/2.820.0/hls.js/hls.js
Warning::
External script from js-cdn.music.apple.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js-cdn.music.apple.com/hls.js/2.820.0/rtc.js/rtc.js
SRI Coverage 0 / 3 of external resources have integrity hashes
TagDomainIntegrity
<link>www.apple.com Missing
<script>js-cdn.music.apple.com Missing
<script>js-cdn.music.apple.com Missing
F
Email Security
Action
No DMARC
FIX
No DMARC
Warning::
No DMARC record found
Without DMARC, email receivers have no policy for handling authentication failures.
DMARC

No DMARC record found

Without DMARC, email receivers have no policy for handling authentication failures from your domain.

Without DMARC, email receivers have no policy for handling authentication failures.

Why this matters

Without DMARC, anyone can send phishing emails using your domain name.

Learn more

DMARC tells receiving mail servers what to do with email that fails SPF/DKIM checks for your domain. With a strict 'p=reject' policy, spoofed emails get bounced; without it they reach the inbox. Domains used in phishing campaigns lose deliverability and brand trust fast.

Source: DMARC.org / NIST

D
Permissions-Policy
Action
No header set
FIX
No header set
Warning::
No Permissions-Policy header
Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

No Permissions-Policy header set.

Without this header, embedded iframes can request access to sensitive device features.

Suggested header
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=()
C
Security Headers
Action
5 of 10 headers properly configured
REVIEW
5 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured (consider adding preload)
Got: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: DENY
Warning::
Referrer-Policy header is missing
Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
Expected: strict-origin-when-cross-origin
Warning::
Permissions-Policy header is missing
Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
Expected: geolocation=(), camera=(), microphone=()
Info::
Content-Security-Policy is present
Got: upgrade-insecure-requests; default-src 'none'; img-src 'self' https://*.apple.co…
Warning::
Cross-Origin-Opener-Policy header is missing
COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
Expected: same-origin
Warning::
Cross-Origin-Embedder-Policy header is missing
COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
Expected: require-corp
Info::
X-Powered-By header is not present
Warning::
Server header reveals version information
The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.
Got: daiquiri/5

Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.

Expected: strict-origin-when-cross-origin
Why this matters

Default browser behavior leaks full URLs (including query params and tokens) to every third-party resource — set a strict policy.

Learn more

Without a Referrer-Policy header, browsers send the full referring URL with images, scripts, and fonts loaded from third-party origins. URLs containing tokens, user IDs, or session params end up in third-party logs. Set `Referrer-Policy: strict-origin-when-cross-origin` (or stricter) to limit leakage.

Source: MDN / W3C

Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.

Expected: geolocation=(), camera=(), microphone=()
Why this matters

Permissions-Policy locks down browser APIs you don't use — without it, every page can request camera/mic/geolocation if XSS lands.

Learn more

By default every page can request the camera, microphone, geolocation, payment APIs, and dozens more. Permissions-Policy turns off the ones you don't need so a future bug can't quietly start using them. It's a defense-in-depth header — one line, big surface reduction.

Source: MDN / W3C

COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.

Expected: same-origin
Why this matters

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Learn more

Cross-Origin-Opener-Policy: same-origin prevents cross-origin pages from sharing a browsing-context group with yours. This blocks cross-window references that enable Spectre-style timing attacks and tab-nabbing. Required if you want to enable SharedArrayBuffer.

Source: MDN / web.dev

COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.

Expected: require-corp
Why this matters

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Learn more

Cross-Origin-Embedder-Policy: require-corp ensures every embedded resource (script, iframe, image) explicitly allows being loaded cross-origin. Combined with COOP, this enables the cross-origin-isolated context that unlocks SharedArrayBuffer, high-resolution timers, and other powerful APIs.

Source: MDN / web.dev

The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.

Why this matters

Server: nginx/1.18.0 tells attackers exactly which CVEs to test — strip the version string.

Learn more

Server version disclosure helps attackers select exploits matching your stack. Configure your server to omit the version (nginx: `server_tokens off;`, Apache: `ServerTokens Prod`). Doesn't fix vulnerabilities but removes the easy reconnaissance step.

Source: OWASP

B
Cookie Security
1 cookies analyzed, 0 checks passed
REVIEW
1 cookies analyzed, 0 checks passed
Critical::
Cookie 'geo' is missing the Secure flag
Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
Warning::
Cookie 'geo' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Warning::
Cookie 'geo' has no SameSite attribute
Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
1 cookies analyzed 1 critical 2 warnings
NameSecureHttpOnlySameSiteSizeIssues
geo5 B3
B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
B
security.txt
Published with 0 contact(s)
REVIEW

security.txt

A
Content Security Policy
7 of 10 CSP checks passed
PASS
7 of 10 CSP checks passed
Info::
Raw CSP policy
Got: upgrade-insecure-requests; default-src 'none'; img-src 'self' https://*.apple.com https://*.mzstatic.com data:; font-src 'self' https://*.apple.com; style-src 'self' https://*.apple.com 'unsafe-inline'; script-src 'self' https://*.apple.com 'sha256-MS6/3FCg4WjP9gwgaBGwLpRCY6fZBgwmhVCdrPrNf3E=' 'sha256-tQjf8gvb2ROOMapIxFvFAYBeUJ0v1HCbOcSmDNXGtDo=' 'sha256-p7PoC97FO+Lu90RNjGWxhbm13yALSR4xzV8vaDhaQBo=' 'sha256-+5XkZFazzJo8n0iOP4ti/cLCMUudTf//Mzkb7xNPXIc='; connect-src 'self' https://*.apple.com https://*.mzstatic.com; media-src 'self' https://*.apple.com blob:; child-src 'self' https://*.apple.com; frame-src 'self' https://*.apple.com itms-appss: macappstore:; worker-src blob:; frame-ancestors 'none'; block-all-mixed-content; report-uri /api/csp-report
Info::
default-src directive is set
Got: default-src 'none'
Info::
No 'unsafe-inline' in script source
Info::
No 'unsafe-eval' in script source
Info::
No wildcard in script source
Info::
object-src falls back to default-src
Warning::
base-uri directive is missing
Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
Expected: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'none'
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is enabled

Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.

Expected: base-uri 'self'
Why this matters

Missing base-uri in CSP leaves a base-tag injection attack path open even on otherwise strict policies.

Learn more

A common omission: developers add CSP for script-src and frame-ancestors but forget base-uri. The result is a CSP that looks strict but lets an attacker rewrite every URL on the page via <base href>. Add `base-uri 'self'` to close the gap.

Source: MDN CSP

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

Parsed Policy

upgrade-insecure-requests
default-src 'none'
img-src 'self'https://*.apple.comhttps://*.mzstatic.comdata:
font-src 'self'https://*.apple.com
style-src 'self'https://*.apple.com'unsafe-inline'
script-src 'self'https://*.apple.com'sha256-MS6/3FCg4WjP9gwgaBGwLpRCY6fZBgwmhVCdrPrNf3E=''sha256-tQjf8gvb2ROOMapIxFvFAYBeUJ0v1HCbOcSmDNXGtDo=''sha256-p7PoC97FO+Lu90RNjGWxhbm13yALSR4xzV8vaDhaQBo=''sha256-+5XkZFazzJo8n0iOP4ti/cLCMUudTf//Mzkb7xNPXIc='
connect-src 'self'https://*.apple.comhttps://*.mzstatic.com
media-src 'self'https://*.apple.comblob:
child-src 'self'https://*.apple.com
frame-src 'self'https://*.apple.comitms-appss:macappstore:
worker-src blob:
frame-ancestors 'none'
block-all-mixed-content
report-uri /api/csp-report
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_256_GCM_SHA384
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 119 days)
Got: 2026-08-19T17:56:01Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 72 domain(s)
Got: se-edge.itunes.apple.com, upp.itunes.apple.com, b4.mzstatic.com, a5.mzstatic.com, itunes.apple.com, sb.music.apple.com, search.itunes.apple.com, a2.mzstatic.com, b2.mzstatic.com, sp.itunes.apple.com, music.apple.com, api.books.apple.com, is1-ssl.mzstatic.com, is5-ssl.mzstatic.com, tv.apple.com, radio.itunes.apple.com, uts-api-siri.itunes.apple.com, is2-ssl.mzstatic.com, init.itunes.apple.com, is4-ssl.mzstatic.com, su.itunes.apple.com, videos.apple.com, atve.tv.apple.com, configuration.apple.com, itc.mzstatic.com, radio-activity.itunes.apple.com, accertify.mzstatic.com, s2.mzstatic.com, desktop-music-legacy.itunes.apple.com, s3.mzstatic.com, siri-search.itunes.apple.com, vocabulary.itunes.apple.com, a4.mzstatic.com, store.mzstatic.com, edge.itunes.apple.com, pd.itunes.apple.com, sb.tv.apple.com, s5.mzstatic.com, api-edge.apps.apple.com, api.videos.apple.com, api.itunes.apple.com, tf-feedback.itunes.apple.com, se.itunes.apple.com, api.apps.apple.com, bookkeeper.itunes.apple.com, sync.itunes.apple.com, s1.mzstatic.com, api.edu.apple.com, apps.mzstatic.com, b3.mzstatic.com, images-mercury.mzstatic.com, s4.mzstatic.com, apps.apple.com, sf-api-token-service.itunes.apple.com, amp-api-edge.apps.apple.com, metrics.mzstatic.com, b5.mzstatic.com, a3.mzstatic.com, radio-quickplay.itunes.apple.com, amp-api-search-edge.apps.apple.com, books.apple.com, s.mzstatic.com, api.podcasts.apple.com, assets-mercury.mzstatic.com, a1.mzstatic.com, desktop-store.itunes.apple.com, b1.mzstatic.com, is3-ssl.mzstatic.com, podcasts.apple.com, amp-api-edge.music.apple.com, api.music.apple.com, radio-services.itunes.apple.com
Info::
Certificate is issued by a trusted CA
Got: CN=Apple Public EV Server RSA CA 1 - G1,O=Apple Inc.,C=US

HTTP/2 provides multiplexing and header compression for better performance.

Why this matters

HTTP/1.1 forces the browser to make sequential requests, multiplying latency on every page.

Learn more

HTTP/2 (and HTTP/3) multiplex many requests over a single connection, eliminating head-of-line blocking. HTTP/1.1 forces the browser to either queue requests or open many parallel connections — both worse. Most modern web servers support HTTP/2 with one config line.

Source: MDN Web Docs

Connection
Protocol
TLS 1.3
Cipher Suite
TLS_AES_256_GCM_SHA384
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject SERIALNUMBER=C0806592,CN=itunes.apple.com,O=Apple Inc.,L=Cupertino,ST=California,C=US,1.3.6.1.4.1.311.60.2.1.2=#130a43616c69666f726e6961,1.3.6.1.4.1.311.60.2.1.3=#13025553,2.5.4.15=#131450726976617465204f7267616e697a6174696f6eIssuer CN=Apple Public EV Server RSA CA 1 - G1,O=Apple Inc.,C=USValid 2026-02-10T17:37:13Z → 2026-08-19T17:56:01ZExpires in 119 days SANs se-edge.itunes.apple.com, upp.itunes.apple.com, b4.mzstatic.com, a5.mzstatic.com, itunes.apple.com, sb.music.apple.com, search.itunes.apple.com, a2.mzstatic.com, b2.mzstatic.com, sp.itunes.apple.com, music.apple.com, api.books.apple.com, is1-ssl.mzstatic.com, is5-ssl.mzstatic.com, tv.apple.com, radio.itunes.apple.com, uts-api-siri.itunes.apple.com, is2-ssl.mzstatic.com, init.itunes.apple.com, is4-ssl.mzstatic.com, su.itunes.apple.com, videos.apple.com, atve.tv.apple.com, configuration.apple.com, itc.mzstatic.com, radio-activity.itunes.apple.com, accertify.mzstatic.com, s2.mzstatic.com, desktop-music-legacy.itunes.apple.com, s3.mzstatic.com, siri-search.itunes.apple.com, vocabulary.itunes.apple.com, a4.mzstatic.com, store.mzstatic.com, edge.itunes.apple.com, pd.itunes.apple.com, sb.tv.apple.com, s5.mzstatic.com, api-edge.apps.apple.com, api.videos.apple.com, api.itunes.apple.com, tf-feedback.itunes.apple.com, se.itunes.apple.com, api.apps.apple.com, bookkeeper.itunes.apple.com, sync.itunes.apple.com, s1.mzstatic.com, api.edu.apple.com, apps.mzstatic.com, b3.mzstatic.com, images-mercury.mzstatic.com, s4.mzstatic.com, apps.apple.com, sf-api-token-service.itunes.apple.com, amp-api-edge.apps.apple.com, metrics.mzstatic.com, b5.mzstatic.com, a3.mzstatic.com, radio-quickplay.itunes.apple.com, amp-api-search-edge.apps.apple.com, books.apple.com, s.mzstatic.com, api.podcasts.apple.com, assets-mercury.mzstatic.com, a1.mzstatic.com, desktop-store.itunes.apple.com, b1.mzstatic.com, is3-ssl.mzstatic.com, podcasts.apple.com, amp-api-edge.music.apple.com, api.music.apple.com, radio-services.itunes.apple.comSignature SHA256-RSASerial 2c1c6d6d8ea849bac63b8f3bd164e91
Intermediate (CA Certificate)
Subject CN=Apple Public EV Server RSA CA 1 - G1,O=Apple Inc.,C=USIssuer CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=USValid 2020-04-29T12:55:34Z → 2030-04-10T23:59:59ZExpires in 1450 days Signature SHA256-RSASerial 4f22ecc21fcb4382ac28b8f2d641fc0
A+
JS Library Vulnerabilities
No known vulnerabilities
PASS
No known vulnerabilities
Info::
No known JavaScript library vulnerabilities detected

No known JavaScript library vulnerabilities detected.

A+
Information Leakage
No exposures
PASS
No exposures
Info::
security.txt is present — good practice
Info::
No sensitive files exposed

No sensitive files exposed — all paths returned 404.

PathStatusCategoryRisk
/.git/HEAD Not foundVersion Control
/.git/config Not foundVersion Control
/.svn/entries Not foundVersion Control
/.env Not foundConfiguration
/.env.local Not foundConfiguration
/.env.production Not foundConfiguration
/wp-config.php Not foundConfiguration
/.htaccess Not foundConfiguration
/phpinfo.php Not foundDebug
/server-status Not foundDebug
/server-info Not foundDebug
/.well-known/security.txt ExposedSecurity PolicyInfo
A+
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) supported
The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
Info::
HSTS enabled (includeSubDomains)
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback