Skip to content
https://msnbc.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
62
GRADE
D
FIX
6
REVIEW
2
PASS
4
INFO
0
Checks
12
4 PASS 2 REVIEW 6 FIX
F
Security Headers
Action
3 of 10 headers properly configured
FIX
3 of 10 headers properly configured
Critical::
HSTS header is missing
Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
Expected: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Warning::
X-Frame-Options header is missing
This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
Expected: 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=()
Critical::
Content-Security-Policy header is missing
CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
Expected: default-src 'self'
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: urllo

Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.

Expected: max-age=31536000; includeSubDomains
Why this matters

Without HSTS, a network attacker can downgrade the very first connection to HTTP and steal the user's session.

Learn more

HSTS tells browsers 'never speak HTTP to this domain again.' Without it, a network attacker (public WiFi, malicious ISP, hostile DNS) intercepts the first HTTP attempt and serves a downgraded version of your site. One header, big surface reduction.

Source: RFC 6797 / OWASP

CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.

Expected: default-src 'self'
Why this matters

Without a CSP, a single XSS bug can exfiltrate everything your users type — including credentials.

Learn more

Content-Security-Policy is the browser-enforced firewall against XSS. With a strict CSP, a script injection that would otherwise steal session cookies or rewrite the page is silently blocked. Without it, your only defense is hoping every input on every form is escaped correctly forever.

Source: OWASP / MDN

This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.

Expected: DENY
Why this matters

Without frame protection, your site can be embedded in a hostile page and used for clickjacking.

Learn more

Clickjacking overlays your site under a transparent malicious page so users click invisible buttons. Setting X-Frame-Options: DENY (or a modern frame-ancestors CSP directive) blocks the embedding entirely. There's almost never a legitimate reason to allow it.

Source: OWASP / MDN

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

F
Content Security Policy
Action
No enforcing CSP policy found
FIX
No enforcing CSP policy found
Critical::
No Content-Security-Policy header found
CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.
Expected: default-src 'self'

CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

Expected: default-src 'self'
Why this matters

Without a CSP, a single XSS bug can exfiltrate everything users type — credentials, payment data, session tokens.

Learn more

Content-Security-Policy is the browser-enforced firewall against XSS. With a strict CSP, a script injection that would otherwise steal session cookies is silently blocked. Without it, your only defense is hoping every input on every form is escaped correctly forever. Start in Report-Only mode, fix violations, then graduate to enforcing.

Source: OWASP / MDN

D
Subresource Integrity
Action
3 of 78 external resources have SRI
FIX
3 of 78 external resources have SRI
Warning::
External script from platform.iteratehq.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://platform.iteratehq.com/match-prod-67d8f1bd8a59a394cfc1.js
Warning::
External script from platform.iteratehq.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://platform.iteratehq.com/loader.js
Warning::
External script from nbcu.track.securedvisit.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://nbcu.track.securedvisit.com/js/sv.js?sv_cid=5998_04719&sv_origin=ms.now
Warning::
External script from gum.criteo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //gum.criteo.com/sync?c=72&r=2&j=TRC.getRTUS
Warning::
External script from c.amazon-adsystem.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //c.amazon-adsystem.com/aax2/apstag.js
Warning::
External script from securepubads.g.doubleclick.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://securepubads.g.doubleclick.net/tag/js/gpt.js
Warning::
External script from sb.scorecardresearch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://sb.scorecardresearch.com/beacon.js
Warning::
External script from jssdkcdns.mparticle.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://jssdkcdns.mparticle.com/js/v2/us1-7dfd4871ebb63b46b4b08088d78d3869/mparticle.js
Warning::
External script from cdn.taboola.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //cdn.taboola.com/libtrc/versant-msnow/loader.js
Warning::
External script from www.zeropartyforms.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.zeropartyforms.com/w37htfhcq2/vendor/697e200c-8291-4ee7-8cb5-8219de9dd9db/main.js?cb=8DCB3ECB413095BC01D1B29BF4757228
Warning::
External script from www.zeropartyforms.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.zeropartyforms.com/w37htfhcq2/vendor/697e200c-8291-4ee7-8cb5-8219de9dd9db/custom.js?cb=36D686A4C1CB0297BBD25EEC149FC2DC
Warning::
External script from www.zeropartyforms.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.zeropartyforms.com/w37htfhcq2/vendor/697e200c-8291-4ee7-8cb5-8219de9dd9db/user.js?cb=639119661505161657
Warning::
External script from app.mps.vsnt.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //app.mps.vsnt.net/fetch/ext/load-msnow-web.js?nowrite=2
Warning::
External script from geolocation.onetrust.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/dnsfeed
Info::
script from cdn.cookielaw.org has SRI protection
Warning::
External script from cdn.cookielaw.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.cookielaw.org/opt-out/otCCPAiab.js
Warning::
External script from assets.adobedtm.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://assets.adobedtm.com/77ca722dd820/ea05dfdf92b1/launch-1af0e6c80127.min.js
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/modules/related-posts/related-posts.css?ver=20240116
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/blocks/image/style.min.css?ver=6.9.4
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/blocks/gallery/style.min.css?ver=6.9.4
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/blocks/social-links/style.min.css?ver=6.9.4
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/curator/dist/storylines/style-index.css?ver=0.2.3
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/curator/dist/feed/style-index.css?ver=0.2.3
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/slider/style-index.css?ver=1.0.1
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/msnbc-ads/assets/css/ads.css?ver=0.1.0
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/msnbc-livevideo/dist/main.css?ver=1776710367
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css?minify=false&ver=75be4b99af5da8e881da
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/dist/main.css?ver=1776710367
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/dist/print.css?ver=1776710367
Warning::
External link from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/sailthru-widget/css/widget.subscribe.css?ver=6.9.4
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/announcement/view.js?ver=0ed49865e3d4a3904160
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/flyout-menu/flyout.js?ver=d416236ba72830367c4f
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/_inc/blocks/sharing-button/view.js?ver=7a60508789cbb43a0036
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/_inc/blocks/sharing-buttons/view.js?ver=de664331a3235b6a9831
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/drop-down/dropdown.js?ver=c99cd7b9477825f1f0d6
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/page-tray/tray.js?ver=18e965026170f6529363
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/card/card.js?ver=eed0c924dfec9fc7f59f
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/slider/scripts/index.js?ver=b12a3d90b5d909e5741d
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/taboola/scripts/index.js?ver=d72c533b393d84907176
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/vendor/nps.js?ver=1774385836
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/jquery/jquery.min.js?ver=3.7.1
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
Warning::
External script from experiments.parsely.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://experiments.parsely.com/vip-experiments.js?apiKey=ms.now&ver=3.23.1
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/dist/eventBus.js?ver=1776710367
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/sailthru-widget/js/widget.subscribe.js?ver=6.9.4
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/rkv-blocks/dist/live-video/viewModule.js?ver=f9d3493cdbae125e06d3
Info::
script from cdn.cookielaw.org has SRI protection
Warning::
External link from www.zeropartyforms.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.zeropartyforms.com/w37htfhcq2/static/fb_lightbox.2.1.5.css?cb=20240725
Warning::
External script from appcms.staging.asset.viewlift.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://appcms.staging.asset.viewlift.com/MediaSDK.js
Warning::
External script from ak.sail-horizon.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://ak.sail-horizon.com/spm/spm.v1.min.js
Warning::
External script from pub.doubleverify.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://pub.doubleverify.com/dvtag/40158041/DV1940158/pub.js
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4
Info::
script from cdn.cookielaw.org has SRI protection
Warning::
External script from config.aps.amazon-adsystem.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://config.aps.amazon-adsystem.com/configs/3219
Warning::
External script from securepubads.g.doubleclick.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963
Warning::
External script from micro.rubiconproject.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://micro.rubiconproject.com/prebid/dynamic/24610.js
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/_inc/blocks/sharing-button/view.js?minify=false&ver=1776195303
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/curator/dist/view/scripts/carousel/index.js?ver=69543706b4d2ab685040
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/dist/privacy.js?ver=1776710367
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/msnbc-livevideo/dist/main.js?ver=1776710367
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/plugins/msnow-homepage-refresh/assets/js/homepage-refresh.js?ver=1.0.0
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=517685b2423141b3a0a3
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-includes/js/dist/url.min.js?ver=9e178c9516d1222dc834
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/jetpack-15.5/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&ver=75be4b99af5da8e881da
Warning::
External script from stats.wp.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //stats.wp.com/w.js?ver=202617
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/mu-plugins/wp-parsely-3.23/build/loader.js?ver=ecf94842061bea03d54b
Warning::
External script from cdn.parsely.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.parsely.com/keys/ms.now/p.js?ver=3.23.1
Warning::
External script from www.ms.now lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.ms.now/wp-content/themes/msnow/assets/dist/main.js?ver=1776710367
Warning::
External script from www.queryly.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.queryly.com/js/queryly.v4.js?ver=4.0
Warning::
External script from www.zeropartyforms.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.zeropartyforms.com/w37htfhcq2/vendor/697e200c-8291-4ee7-8cb5-8219de9dd9db/lightbox_speed.js?ver=6.9.4
Warning::
External script from platform.twitter.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://platform.twitter.com/widgets.js?ver=1
Warning::
External script from www.instagram.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.instagram.com/embed.js?ver=1
Warning::
External script from embed.bsky.app lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://embed.bsky.app/static/embed.js?ver=1
Warning::
External script from stats.wp.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://stats.wp.com/e-202617.js
SRI Coverage 3 / 78 of external resources have integrity hashes
TagDomainIntegrity
<script>platform.iteratehq.com Missing
<script>platform.iteratehq.com Missing
<script>nbcu.track.securedvisit.com Missing
<script>gum.criteo.com Missing
<script>c.amazon-adsystem.com Missing
<script>securepubads.g.doubleclick.net Missing
<script>sb.scorecardresearch.com Missing
<script>jssdkcdns.mparticle.com Missing
<script>cdn.taboola.com Missing
<script>www.zeropartyforms.com Missing
<script>www.zeropartyforms.com Missing
<script>www.zeropartyforms.com Missing
<script>app.mps.vsnt.net Missing
<script>geolocation.onetrust.com Missing
<script>cdn.cookielaw.org Protected
<script>cdn.cookielaw.org Missing
<script>assets.adobedtm.com Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<link>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>experiments.parsely.com Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>cdn.cookielaw.org Protected
<link>www.zeropartyforms.com Missing
<script>appcms.staging.asset.viewlift.com Missing
<script>ak.sail-horizon.com Missing
<script>pub.doubleverify.com Missing
<script>www.ms.now Missing
<script>cdn.cookielaw.org Protected
<script>config.aps.amazon-adsystem.com Missing
<script>securepubads.g.doubleclick.net Missing
<script>micro.rubiconproject.com Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>www.ms.now Missing
<script>stats.wp.com Missing
<script>www.ms.now Missing
<script>cdn.parsely.com Missing
<script>www.ms.now Missing
<script>www.queryly.com Missing
<script>www.zeropartyforms.com Missing
<script>platform.twitter.com Missing
<script>www.instagram.com Missing
<script>embed.bsky.app Missing
<script>stats.wp.com Missing
D
Email Security
Action
DMARC: none
FIX
DMARC: none
Warning::
DMARC policy is none — monitoring only
This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.
DMARC
Policy none — monitoring only, does not block spoofing Record v=DMARC1; p=none; fo=1; rua=mailto:dmarc_rua@emaildefense.proofpoint.com; ruf=mailto:dmarc_ruf@emaildefense.proofpoint.com

This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

Why this matters

DMARC p=none collects reports but doesn't actually block spoofed mail — phishing emails still reach inboxes.

Learn more

DMARC's three policies are p=none (monitor only), p=quarantine (mark as spam), and p=reject (bounce). Most domains start at p=none to gather data, but stay there forever, leaving spoofers unblocked. After 30 days of clean DMARC reports, graduate to p=quarantine, then p=reject.

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=()
D
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

No security.txt found at /.well-known/security.txt

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
Transport Security
HTTP/3, HSTS, and TLS version analysis
REVIEW
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.
Warning::
Missing Strict-Transport-Security header
HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
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::
Certificate is valid (expires in 52 days)
Got: 2026-06-13T09:24:39Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 1 domain(s)
Got: msnbc.com
Info::
Certificate is issued by a trusted CA
Got: CN=R13,O=Let's Encrypt,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_128_GCM_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=msnbc.comIssuer CN=R13,O=Let's Encrypt,C=USValid 2026-03-15T09:24:40Z → 2026-06-13T09:24:39ZExpires in 52 days SANs msnbc.comSignature SHA256-RSASerial 6a9794b11a246b1c095cfdce7e38227d152
Intermediate (CA Certificate)
Subject CN=R13,O=Let's Encrypt,C=USIssuer CN=ISRG Root X1,O=Internet Security Research Group,C=USValid 2024-03-13T00:00:00Z → 2027-03-12T23:59:59ZExpires in 325 days Signature SHA256-RSASerial 5a00f212d8d4b480f3924157ea298305
A+
Cookie Security
No cookies set — no cookie security risks
PASS
No cookies set — no cookie security risks
Info::
No cookies set — no cookie security risks

No cookies detected — no cookie security risks to report.

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::
No security.txt found
Consider adding a security.txt at /.well-known/security.txt.
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 Not foundSecurity Policy
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback