Skip to content
https://github.com

Security

· 32 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
84
GRADE
B
FIX
5
REVIEW
7
PASS
20
INFO
0
Checks
32
20 PASS 7 REVIEW 5 FIX
D
CSP Inline-Style Readiness
Action
115 inline style attribute(s) detected
FIX
115 inline style attribute(s) detected
Warning::
115 inline style attribute(s) detected
Each `style=""` attribute forces `style-src 'unsafe-inline'` in any Content-Security-Policy, which negates most of CSP's XSS-mitigation value. 115 inline style(s) is high. Affected element types include: body, div, span, svg, input. Move styles to a stylesheet; use CSS custom properties for runtime-dynamic values; or adopt a nonce/hash CSP policy. Most teams take the stylesheet path because it's also a maintainability win.
F
Subresource Integrity Adoption
Action
0% SRI adoption (0/80 third-party resources)
FIX
0% SRI adoption (0/80 third-party resources)
Warning::
SRI adoption: 0/80 third-party resources protected (0%)
Of 80 third-party `<script>` / `<link rel=stylesheet>` resources, 0 (0%) declare a Subresource Integrity hash via the `integrity=` attribute. SRI binds the page to the exact bytes of the third-party resource: if the CDN is compromised, attacker-modified bytes won't match the declared hash and the browser refuses to execute the resource. Missing SRI on (first 5 examples): - https://github.githubassets.com/assets/light-2ff56e1b36116ee2.css - https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.css - https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.css - https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.css - https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.css Fix: add `integrity="sha384-..."` and `crossorigin="anonymous"` attributes. Generators: srihash.org, or in-browser via `await crypto.subtle.digest('SHA-384', bytes)`. Cache-bust the resource URL when you change versions, since the integrity hash will mismatch with old cached bytes.
Got: 0% (0/80)
D
Referrer-Policy Strictness
Action
Referrer-Policy is `origin-when-cross-origin` (leaky -- origin sent cross-origin even on protocol downgrade)
FIX
Referrer-Policy is `origin-when-cross-origin` (leaky -- origin sent cross-origin even on protocol downgrade)
Warning::
Referrer-Policy: `origin-when-cross-origin` -- leaky -- origin sent cross-origin even on protocol downgrade
Same-origin requests get full URL; cross-origin gets only origin. Similar shape to the modern default BUT does NOT suppress Referer on HTTPS-to-HTTP downgrade -- the origin leaks even when the protocol is downgrading to HTTP. Switch to `strict-origin-when-cross-origin` for the same UX with no downgrade leak.
Got: origin-when-cross-origin
F
Subresource Integrity
Action
0 of 80 external resources have SRI
FIX
0 of 80 external resources have SRI
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/light-2ff56e1b36116ee2.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/light_high_contrast-f7f95d7633592089.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/dark-2d1fe43dbc9adf1f.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/dark_high_contrast-d530ee188d165539.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/primer-primitives-7f694b60439d06c0.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/primer-b48faa60c69660fa.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/global-81a5f61ff87ac6f0.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/github-f825c0edd7ad57f8.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/site-8e580c38ab6535be.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/landing-pages-270babc3e592e1db.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/home-b65ad196250a1364.css
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/high-contrast-cookie-218067197ba03c91.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/wp-runtime-a47dc0411ec7d2be.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/fetch-utilities-3140609b5732710f.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/28839-7adfdde5afeb1a03.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/85924-ac5602ef611dc506.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/34646-4c7883eb242d5210.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/environment-8e8857b66d545299.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/runtime-helpers-cb4dfbc9d23f30be.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/2966-d68f2b4558d86113.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/96232-540ff5f81016a9ca.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/41013-647932573fc130af.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/51210-45dfb7dd106f6b96.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/81058-fc9ccbdd06141af8.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/81683-382ccc88e034ea1d.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/46740-5a373320e5ef9c01.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/82097-b1ab4d7cbdda0f4a.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/67466-79abcbf599986a00.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/github-elements-928ee121cbc88eff.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/element-registry-9700d6f59e3c7632.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/react-core-b2929a643e0ecc05.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/react-lib-1353f2cef82bcdc0.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/79039-69acf717ffc901a4.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/61110-073153e0413daf3a.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/2887-91b9c645d570616a.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/26533-f22c29ae5e9b1ed2.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/86483-c3a819d46503a3da.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/49521-3b553cd29062db6a.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/60481-24b13ea726837f7b.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/46287-3a1f3269a02b8060.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/33805-da9f821452a32f15.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/89627-40275597692dc855.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/79087-4f706db8aa2ec0fb.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/71410-874f65a04c129aeb.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/99328-a2c6b180d25cb160.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/behaviors-d9f0cee1f9e3eb0f.js
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/react-core.0c5a60be620dab14.module.css
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/4244-97fb660009234136.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/notifications-global-442a23b66c306470.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/10284-c7eca2de15da2db7.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/22445-604e65e2ca54f03d.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/marketing-essentials-e60b26cbfd1e741e.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/70641-df7d286b6e757eb5.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/46752-7bd8967216f7ea42.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/65043-58417ea03a23223d.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/23576-a8960869d82a265b.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/48761-e0d707ef4ac523be.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/26024-460fed32b167946f.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/37826-36074ccbdf2fd58c.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/63050-9f22093e0909629c.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/39250-1f50271ac510e8d5.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/60196-cdf69ceb16269baf.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/54838-1a14af40ddd0e5aa.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/landing-pages-29d9816a92404e81.js
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/landing-pages.95e52e4789131d48.module.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/38963.cb21c1afb12a325d.module.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/70168.9ca30da65f3cc553.module.css
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/chunk-39118-635712f2ef75199c.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/chunk-8957-3ddb836bde3e634a.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/chunk-17064-1c0d5d88f6b7875d.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/66353-9b07ff24c0e06033.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/chunk-27502-09c0235910ce9b9f.js
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/keyboard-shortcuts-dialog.670668115736ecbc.module.css
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/global-banner-disable-7f8c9b12bd1db3c7.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/90350-89ca7e5359af8f77.js
Warning::
External script from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/sessions-e0da6ce03532723c.js
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/primer-react-css.48c74afb1f96b5a7.module.css
Warning::
External link from github.githubassets.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://github.githubassets.com/assets/marketing-navigation.9c460dc5436e5da3.module.css
SRI Coverage 0 / 80 of external resources have integrity hashes
TagDomainIntegrity
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<link>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<script>github.githubassets.com Missing
<link>github.githubassets.com Missing
<link>github.githubassets.com Missing
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=()
B
Security Headers
6 of 10 headers properly configured
REVIEW
6 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured
Got: max-age=31536000; includeSubdomains; preload
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: deny
Warning::
Referrer-Policy has a weak value
Got: origin-when-cross-origin, strict-origin-when-cross-origin 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: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.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
Info::
Server header is present without version info
Got: github.com
Info::
Domain is in the Chrome HSTS preload list (status: preloaded)
Got: preloaded
Expected: strict-origin-when-cross-origin
Why this matters

Weak Referrer-Policy values leak full URLs (with query params, tokens, IDs) to every third-party resource on the page.

Learn more

Default referrer behavior shares the full referring URL with images, scripts, and other resources from third-party origins. If your URLs contain tokens, session IDs, or user emails (in query strings or paths), every third-party tracker gets them. Set `Referrer-Policy: strict-origin-when-cross-origin` (or stricter).

Source: MDN Referrer-Policy / 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

B
WAF / Bot Protection
No WAF detected via response headers
REVIEW
No WAF detected via response headers
Info::
No WAF detected
Response headers don't match any known WAF or bot-management product. Sites exposed to abuse (login, signup, payment) typically benefit from a WAF such as Cloudflare, Akamai, AWS WAF, or Imperva.
C
Cross-Origin Tab Safety
Action
1 of 11 new-tab link(s) missing rel=noopener
REVIEW
1 of 11 new-tab link(s) missing rel=noopener
Warning::
1 link(s) open in a new tab without rel=noopener
Without rel="noopener", the destination tab can navigate the original tab via window.opener -- a reverse-tabnabbing phishing primitive. Modern browsers default to noopener since Chrome 88 / Firefox 79 / Safari 12.1, but explicit rel="noopener noreferrer" remains the documented best practice for older browsers, in-app webviews, and security scanners.
B
Trusted Types (XSS Sink Hardening)
Trusted Types not enabled
REVIEW
Trusted Types not enabled
Info::
Trusted Types not enabled
Trusted Types (CSP3) is a Chrome 83+ defense that requires DOM-XSS sinks (innerHTML, document.write, eval, ...) to receive a typed-and-sanitized value rather than a raw string. Adding `Content-Security-Policy: require-trusted-types-for 'script'; trusted-types default` neutralizes most DOM-XSS even when a payload reaches a sink. Adoption is currently ~0.1% of pages so this is informational; a roll-out usually starts in report-only mode.
C
Permissions-Policy Granularity
Action
No Permissions-Policy header set -- powerful features (camera / microphone / geolocation / payment / USB) default to allow-on-same-origin
REVIEW
No Permissions-Policy header set -- powerful features (camera / microphone / geolocation / payment / USB) default to allow-on-same-origin
Warning::
Permissions-Policy header not set -- features default to allow-on-same-origin
Without a `Permissions-Policy` (or legacy `Feature-Policy`) header, every powerful browser feature defaults to its spec default policy (typically `self`). A third-party iframe injected via XSS or a misconfigured embed can still request access to the user's camera, microphone, geolocation, payment APIs, USB devices, etc. Explicitly deny features the page doesn't need: ``` Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=(), accelerometer=(), gyroscope=() ``` Features the page legitimately uses can stay enabled with `feature=(self)`.
Got: header absent
B
Email Security
DMARC: quarantine, SPF: ~all, DKIM
REVIEW
DMARC: quarantine, SPF: ~all, DKIM
Info::
DMARC policy is quarantine — good protection
Info::
SPF ends in ~all (soft fail)
Soft fail tells receivers to accept-but-mark unauthorized mail. Migrate to -all once you've confirmed all legitimate senders are listed (DMARC aggregate reports help verify).
Info::
DKIM configured (selectors: selector1, google, smtpapi, k1, s2, s1, k2)
Info::
MTA-STS not configured
MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
Info::
TLS-RPT not configured
TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.
Info::
BIMI not configured
BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.
DMARC
Policy quarantine — good protection Record v=DMARC1; p=quarantine; sp=reject; pct=100; rua=mailto:dmarc@github.com; ruf=mailto:dmarc@github.com; fo=1

Soft fail tells receivers to accept-but-mark unauthorized mail. Migrate to -all once you've confirmed all legitimate senders are listed (DMARC aggregate reports help verify).

Why this matters

Informational: a labeled value pair from the audit.

MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.

Why this matters

Without MTA-STS, inbound mail can be silently downgraded to plain SMTP by a network attacker.

Learn more

MTA-STS (RFC 8461) tells sending mail servers to use TLS and to refuse delivery if TLS fails. Requires both a TXT record at _mta-sts.<domain> AND a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt. Without it, an active attacker on the network path can strip STARTTLS and read the email in plaintext.

Source: RFC 8461

TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.

Why this matters

Without TLS-RPT, you have no visibility into inbound TLS failures — MTA-STS misconfigurations stay hidden until users complain.

Learn more

TLS-RPT (RFC 8460) is the feedback channel for MTA-STS: senders post aggregate reports of TLS-handshake failures to the URI in your _smtp._tls TXT record. Without it, an MTA-STS misconfiguration silently rejects mail and you find out only when someone notices missing email.

Source: RFC 8460

BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.

Why this matters

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

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
A+
Content Security Policy
9 of 10 CSP checks passed
PASS
9 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net productionresultssa1.blob.core.windows.net productionresultssa2.blob.core.windows.net productionresultssa3.blob.core.windows.net productionresultssa4.blob.core.windows.net productionresultssa5.blob.core.windows.net productionresultssa6.blob.core.windows.net productionresultssa7.blob.core.windows.net productionresultssa8.blob.core.windows.net productionresultssa9.blob.core.windows.net productionresultssa10.blob.core.windows.net productionresultssa11.blob.core.windows.net productionresultssa12.blob.core.windows.net productionresultssa13.blob.core.windows.net productionresultssa14.blob.core.windows.net productionresultssa15.blob.core.windows.net productionresultssa16.blob.core.windows.net productionresultssa17.blob.core.windows.net productionresultssa18.blob.core.windows.net productionresultssa19.blob.core.windows.net github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com edge.fullstory.com rs.fullstory.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com www.youtube-nocookie.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com user-images.githubusercontent.com private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com images.ctfassets.net/8aevphvgewt8/; manifest-src 'self'; media-src github.com user-images.githubusercontent.com secured-user-images.githubusercontent.com private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com assets.ctfassets.net/8aevphvgewt8/ videos.ctfassets.net/8aevphvgewt8/; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
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
Info::
base-uri is properly restricted
Got: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'none'
Info::
form-action directive is set
Got: form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com
Info::
upgrade-insecure-requests is enabled

Parsed Policy

default-src 'none'
base-uri 'self'
child-src github.githubassets.comgithub.com/assets-cdn/worker/github.com/assets/gist.github.com/assets-cdn/worker/
connect-src 'self'uploads.github.comwww.githubstatus.comcollector.github.comraw.githubusercontent.comapi.github.comgithub-cloud.s3.amazonaws.comgithub-production-repository-file-5c1aeb.s3.amazonaws.comgithub-production-upload-manifest-file-7fdce7.s3.amazonaws.comgithub-production-user-asset-6210df.s3.amazonaws.com*.rel.tunnels.api.visualstudio.comwss://*.rel.tunnels.api.visualstudio.comgithub.githubassets.comobjects-origin.githubusercontent.comcopilot-proxy.githubusercontent.comproxy.individual.githubcopilot.comproxy.business.githubcopilot.comproxy.enterprise.githubcopilot.com*.actions.githubusercontent.comwss://*.actions.githubusercontent.comproductionresultssa0.blob.core.windows.netproductionresultssa1.blob.core.windows.netproductionresultssa2.blob.core.windows.netproductionresultssa3.blob.core.windows.netproductionresultssa4.blob.core.windows.netproductionresultssa5.blob.core.windows.netproductionresultssa6.blob.core.windows.netproductionresultssa7.blob.core.windows.netproductionresultssa8.blob.core.windows.netproductionresultssa9.blob.core.windows.netproductionresultssa10.blob.core.windows.netproductionresultssa11.blob.core.windows.netproductionresultssa12.blob.core.windows.netproductionresultssa13.blob.core.windows.netproductionresultssa14.blob.core.windows.netproductionresultssa15.blob.core.windows.netproductionresultssa16.blob.core.windows.netproductionresultssa17.blob.core.windows.netproductionresultssa18.blob.core.windows.netproductionresultssa19.blob.core.windows.netgithub-production-repository-image-32fea6.s3.amazonaws.comgithub-production-release-asset-2e65be.s3.amazonaws.cominsights.github.comwss://alive.github.comwss://alive-staging.github.comapi.githubcopilot.comapi.individual.githubcopilot.comapi.business.githubcopilot.comapi.enterprise.githubcopilot.comedge.fullstory.comrs.fullstory.com
font-src github.githubassets.com
form-action 'self'github.comgist.github.comcopilot-workspace.githubnext.comobjects-origin.githubusercontent.com
frame-ancestors 'none'
frame-src viewscreen.githubusercontent.comnotebooks.githubusercontent.comwww.youtube-nocookie.com
img-src 'self'data:blob:github.githubassets.commedia.githubusercontent.comcamo.githubusercontent.comidenticons.github.comavatars.githubusercontent.comprivate-avatars.githubusercontent.comgithub-cloud.s3.amazonaws.comobjects.githubusercontent.comrelease-assets.githubusercontent.comsecured-user-images.githubusercontent.comuser-images.githubusercontent.comprivate-user-images.githubusercontent.comopengraph.githubassets.commarketplace-screenshots.githubusercontent.comcopilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/github-production-user-asset-6210df.s3.amazonaws.comcustomer-stories-feed.github.comspotlights-feed.github.comobjects-origin.githubusercontent.com*.githubusercontent.comimages.ctfassets.net/8aevphvgewt8/
manifest-src 'self'
media-src github.comuser-images.githubusercontent.comsecured-user-images.githubusercontent.comprivate-user-images.githubusercontent.comgithub-production-user-asset-6210df.s3.amazonaws.comgist.github.comgithub.githubassets.comassets.ctfassets.net/8aevphvgewt8/videos.ctfassets.net/8aevphvgewt8/
script-src github.githubassets.com
style-src 'unsafe-inline'github.githubassets.com
upgrade-insecure-requests
worker-src github.githubassets.comgithub.com/assets-cdn/worker/github.com/assets/gist.github.com/assets-cdn/worker/
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_128_GCM_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
OCSP stapling not enabled
Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
Info::
Certificate is valid (expires in 84 days)
Got: 2026-08-02T23:59:59Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA256
Info::
Certificate covers 2 domain(s)
Got: github.com, www.github.com
Info::
Certificate is issued by a trusted CA
Got: CN=Sectigo Public Server Authentication CA DV E36,O=Sectigo Limited,C=GB

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

Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.

Why this matters

Without OCSP stapling, every first-time visitor pays an extra OCSP roundtrip — and the CA learns who's visiting your site.

Learn more

OCSP stapling has the server fetch its own revocation status from the CA and attach the signed response to the TLS handshake. Without it, browsers contact the CA directly: extra latency for the user and a privacy leak (the CA sees who connected). Enable ssl_stapling on (nginx) / SSLUseStapling On (Apache) / OCSPStapling = on (Caddy auto-enables).

Source: RFC 6961 / Mozilla Server-Side TLS guide

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

Certificate Chain

Leaf Certificate
Subject CN=github.comIssuer CN=Sectigo Public Server Authentication CA DV E36,O=Sectigo Limited,C=GBValid 2026-05-05T00:00:00Z → 2026-08-02T23:59:59ZExpires in 84 days SANs github.com, www.github.comSignature ECDSA-SHA256Serial e7cecc3b13fb3b7b8a46ea8cd0aeb71c
Intermediate (CA Certificate)
Subject CN=Sectigo Public Server Authentication CA DV E36,O=Sectigo Limited,C=GBIssuer CN=Sectigo Public Server Authentication Root E46,O=Sectigo Limited,C=GBValid 2021-03-22T00:00:00Z → 2036-03-21T23:59:59ZExpires in 3603 days Signature ECDSA-SHA384Serial 36e059ed888dd57aedd570b6727f9bda
Intermediate (CA Certificate)
Subject CN=Sectigo Public Server Authentication Root E46,O=Sectigo Limited,C=GBIssuer CN=USERTrust ECC Certification Authority,O=The USERTRUST Network,L=Jersey City,ST=New Jersey,C=USValid 2021-03-22T00:00:00Z → 2038-01-18T23:59:59ZExpires in 4271 days Signature ECDSA-SHA384Serial 1a9eafec6de8e19b5c193141b68d90dd
A+
Cookie Security
3 cookies analyzed, 8 checks passed
PASS
3 cookies analyzed, 8 checks passed
Info::
Cookie '_gh_sess' has the Secure flag
Info::
Cookie '_gh_sess' has the HttpOnly flag
Info::
Cookie '_gh_sess' has SameSite=Lax
Info::
Cookie '_octo' has the Secure flag
Warning::
Cookie '_octo' is missing the HttpOnly flag
Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
Info::
Cookie '_octo' has SameSite=Lax
Info::
Cookie 'logged_in' has the Secure flag
Info::
Cookie 'logged_in' has the HttpOnly flag
Info::
Cookie 'logged_in' has SameSite=Lax
3 cookies analyzed 1 warnings
NameSecureHttpOnlySameSiteSizeIssues
_gh_sessLax364 B
_octoLax32 B1
logged_inLax11 B
A+
security.txt
Vulnerability disclosure policy
PASS
Vulnerability disclosure policy
Info::
security.txt found
Got: https://github.com/.well-known/security.txt

security.txt

Contact: https://hackerone.com/github
Expires: 2026-06-09T09:41:05z
Policy: https://github.com/.well-known/security.txt
A+
Bot Challenge Detection
Scan reached real page content (no bot-protection interstitial)
PASS
Scan reached real page content (no bot-protection interstitial)
Info::
No bot-protection interstitial detected -- the rest of the report reflects the real page
A+
Soft-404 Detection
No soft-404 patterns detected in page title or headings
PASS
No soft-404 patterns detected in page title or headings
Info::
No soft-404 patterns detected in page title or headings
A+
Empty Page Detection
Page has substantive body text and no placeholder / template-leak signals
PASS
Page has substantive body text and no placeholder / template-leak signals
Info::
Page has substantive body text and no placeholder / template-leak signals
A+
Geo-Restriction Detection
No geo-restriction signals detected -- scan reached the page from an allowed region
PASS
No geo-restriction signals detected -- scan reached the page from an allowed region
Info::
No geo-restriction detected
A+
Maintenance Mode Detection
No maintenance-mode signals detected -- scan reached a normal page
PASS
No maintenance-mode signals detected -- scan reached a normal page
Info::
No maintenance-mode signals detected
A+
CORS Depth
No CORS response headers -- the resource is same-origin-only by browser default
PASS
No CORS response headers -- the resource is same-origin-only by browser default
Info::
No CORS response headers -- the resource is same-origin-only by browser default
A+
Source Map Exposure
Source-map probe didn't run on this scan
PASS
Source-map probe didn't run on this scan
Info::
Source-map probe didn't run on this scan
A+
HTML Version Disclosure
No software-version disclosures in HTML
PASS
No software-version disclosures in HTML
Info::
No software-version disclosures in HTML
A+
Open Redirect Surface
No redirect-shaped query parameters in DOM links
PASS
No redirect-shaped query parameters in DOM links
Info::
No redirect-shaped query parameters in DOM links
A+
Auth Security
Page is not a login form -- auth-security checks are N/A
PASS
Page is not a login form -- auth-security checks are N/A
Info::
Page does not appear to be a login form
A+
Subdomain Inventory Exposure
No risky subdomain names in certificate SANs
PASS
No risky subdomain names in certificate SANs
Info::
No risky subdomain names in certificate SANs
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
/package.json Not founddependency-manifest
/composer.json Not founddependency-manifest
/Gemfile Not founddependency-manifest
/Gemfile.lock Not founddependency-manifest
/requirements.txt Not founddependency-manifest
/pom.xml Not founddependency-manifest
/.gitlab-ci.yml Not foundci-config
/.travis.yml Not foundci-config
A+
API Surface
No API specs or GraphQL introspection found (probed 11 candidate path(s))
PASS
No API specs or GraphQL introspection found (probed 11 candidate path(s))
Info::
No API specs or GraphQL introspection found (probed 11 path(s))
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) not advertised
HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
Info::
HSTS enabled (includeSubDomains, preload)
Info::
HSTS preload enabled
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