Skip to content
https://wa.me

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
75
GRADE
C
FIX
3
REVIEW
3
PASS
6
INFO
0
Checks
12
6 PASS 3 REVIEW 3 FIX
F
Subresource Integrity
Action
0 of 10 external resources have SRI
FIX
0 of 10 external resources have SRI
Warning::
External link from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v5/yf/l/0,cross/kVqnnGSuZMa.css
Warning::
External link from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v5/yT/l/0,cross/2C6Y15M3ulD.css
Warning::
External link from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v5/yC/l/0,cross/Jld_ox0qHt4.css
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4/yD/r/qDXfTrpu0Qv.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4i7M54/yc/l/en_US-j/J3EtfcjxlpA.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4/yY/r/9CF57n7D_FO.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4/yq/r/Ifn2UJHfihq.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4/yb/r/0591o8rJy79.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4/ym/r/4Wa2C-N0Vhc.js
Warning::
External script from static.whatsapp.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.whatsapp.net/rsrc.php/v4ibQ14/y9/l/en_US-j/j8u7mnmjrtK.js
SRI Coverage 0 / 10 of external resources have integrity hashes
TagDomainIntegrity
<link>static.whatsapp.net Missing
<link>static.whatsapp.net Missing
<link>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net Missing
<script>static.whatsapp.net 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
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

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

B
Security Headers
7 of 10 headers properly configured
REVIEW
7 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured
Got: max-age=31536000; preload; 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
Info::
Permissions-Policy is set
Got: accelerometer=(), attribution-reporting=(), autoplay=(), bluetooth=(), camera=(), ch-device-memory=(), ch-downlink=(), ch-dpr=(), ch-ect=(), ch-rtt=(), ch-save-data=(), ch-ua-arch=(), ch-ua-bitness=(), ch-viewport-height=(), ch-viewport-width=(), ch-width=(), clipboard-read=(), clipboard-write=(), compute-pressure=(), display-capture=(), encrypted-media=(), fullscreen=(self), gamepad=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), keyboard-map=(), local-fonts=(), magnetometer=(), microphone=(), midi=(), otp-credentials=(), payment=(), picture-in-picture=(), private-state-token-issuance=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), shared-storage=(), shared-storage-select-url=(), private-state-token-redemption=(), usb=(), unload=(self), window-management=(), xr-spatial-tracking=();report-to="permissions_policy"
Info::
Content-Security-Policy is present
Got: default-src 'self' blob: *.whatsapp.net *.whatsapp.com *.fbcdn.net *.facebook.co…
Info::
Cross-Origin-Opener-Policy is set but not 'same-origin'
Got: unsafe-none;report-to="coop_report" 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 not present

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

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

Expected: same-origin
Why this matters

COOP is set to a less-restrictive value (same-origin-allow-popups or unsafe-none) — partial isolation only.

Learn more

COOP: same-origin is the strictest level. same-origin-allow-popups allows authenticated popup windows back to your origin. unsafe-none is the legacy default (effectively off). Pick the strictest level your app's popup flows tolerate.

Source: MDN COOP

B
Content Security Policy
5 of 10 CSP checks passed
REVIEW
5 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'self' blob: *.whatsapp.net *.whatsapp.com *.fbcdn.net *.facebook.com *.facebook.net;script-src *.whatsapp.com *.whatsapp.net *.facebook.com *.facebook.net 'nonce-3xcjkvX6' 'self' blob: *.fbcdn.net;style-src *.whatsapp.com *.whatsapp.net 'unsafe-inline' *.facebook.com 'self' blob: *.fbcdn.net *.facebook.net;connect-src *.whatsapp.com *.whatsapp.net wss://*.facebook.com:* *.fbcdn.net 'self' data: blob:;font-src *.whatsapp.com *.whatsapp.net *.facebook.com static.xx.fbcdn.net 'self' data: blob:;img-src *.whatsapp.com *.whatsapp.net *.facebook.com *.fbcdn.net static.xx.fbcdn.net 'self' data: blob:;media-src *.fbcdn.net 'self' data: blob:;child-src 'self' data: blob:;frame-src *.facebook.com *.whatsapp.com 'self' blob: whatsapp:;manifest-src 'self' data: blob:;object-src 'self' data: blob:;worker-src *.whatsapp.com *.whatsapp.net *.facebook.com *.facebook.net 'nonce-3xcjkvX6' 'self' data: blob:;block-all-mixed-content;upgrade-insecure-requests;
Info::
default-src directive is set
Got: default-src 'self' blob: *.whatsapp.net *.whatsapp.com *.fbcdn.net *.facebook.com *.facebook.net
Info::
No 'unsafe-inline' in script source
Info::
No 'unsafe-eval' in script source
Info::
No wildcard in script source
Warning::
object-src allows plugin content
Set object-src to 'none' to prevent Flash/Java plugin exploits.
Got: object-src 'self' data: blob: Expected: object-src 'none'
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'
Warning::
frame-ancestors directive is missing
frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
Expected: frame-ancestors 'self'
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

Set object-src to 'none' to prevent Flash/Java plugin exploits.

Expected: object-src 'none'
Why this matters

object-src open in CSP allows Flash/PDF/plugin embedding — a now-deprecated attack vector that should be explicitly blocked.

Learn more

object-src controls <object>, <embed>, and <applet> elements. Modern sites have no need for plugins; setting `object-src 'none'` blocks an entire class of legacy XSS vectors at zero cost. If your CSP missed it, add the directive.

Source: MDN CSP

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

frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.

Expected: frame-ancestors 'self'
Why this matters

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

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

default-src 'self'blob:*.whatsapp.net*.whatsapp.com*.fbcdn.net*.facebook.com*.facebook.net
script-src *.whatsapp.com*.whatsapp.net*.facebook.com*.facebook.net'nonce-3xcjkvX6''self'blob:*.fbcdn.net
style-src *.whatsapp.com*.whatsapp.net'unsafe-inline'*.facebook.com'self'blob:*.fbcdn.net*.facebook.net
connect-src *.whatsapp.com*.whatsapp.netwss://*.facebook.com:**.fbcdn.net'self'data:blob:
font-src *.whatsapp.com*.whatsapp.net*.facebook.comstatic.xx.fbcdn.net'self'data:blob:
img-src *.whatsapp.com*.whatsapp.net*.facebook.com*.fbcdn.netstatic.xx.fbcdn.net'self'data:blob:
media-src *.fbcdn.net'self'data:blob:
child-src 'self'data:blob:
frame-src *.facebook.com*.whatsapp.com'self'blob:whatsapp:
manifest-src 'self'data:blob:
object-src 'self'data:blob:
worker-src *.whatsapp.com*.whatsapp.net*.facebook.com*.facebook.net'nonce-3xcjkvX6''self'data:blob:
block-all-mixed-content
upgrade-insecure-requests
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
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 8 days)
Got: 2026-04-24T23:59:59Z
Warning::
Certificate expires soon (8 days remaining)
Renew the certificate before it expires to avoid browser warnings.
Got: 2026-04-24T23:59:59Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 7 domain(s)
Got: *.whatsapp.net, *.cdn.whatsapp.net, *.snr.whatsapp.net, *.whatsapp.com, wa.me, whatsapp.com, whatsapp.net
Info::
Certificate is issued by a trusted CA
Got: CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US

Renew the certificate before it expires to avoid browser warnings.

Why this matters

Cert expiry within the renewal window — fix now while there's no user impact, instead of after expiry when there's a full outage.

Learn more

Most CAs recommend renewal at 30 days remaining. Inside that window, schedule the renewal immediately and verify auto-renewal is configured if applicable. Don't wait until 7 days; weekend / holiday timing can leave you exposed.

Source: Let's Encrypt / CA renewal best practice

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=*.whatsapp.net,O=Meta Platforms\, Inc.,L=Menlo Park,ST=California,C=USIssuer CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=USValid 2026-01-24T00:00:00Z → 2026-04-24T23:59:59ZExpires in 8 days — expiring soon! SANs *.whatsapp.net, *.cdn.whatsapp.net, *.snr.whatsapp.net, *.whatsapp.com, wa.me, whatsapp.com, whatsapp.netSignature SHA256-RSASerial c72efe69d8a43e70cd525614f03fec0
Intermediate (CA Certificate)
Subject CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=USIssuer CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=USValid 2021-03-30T00:00:00Z → 2031-03-29T23:59:59ZExpires in 1808 days Signature SHA256-RSASerial cf5bd062b5602f47ab8502c23ccf066
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
A+
Permissions-Policy
47 directives, 0 missing
PASS
47 directives, 0 missing
Info::
accelerometer=() — blocked for all origins
Info::
attribution-reporting=() — blocked for all origins
Info::
autoplay=() — blocked for all origins
Info::
bluetooth=() — blocked for all origins
Info::
camera=() — blocked for all origins
Info::
ch-device-memory=() — blocked for all origins
Info::
ch-downlink=() — blocked for all origins
Info::
ch-dpr=() — blocked for all origins
Info::
ch-ect=() — blocked for all origins
Info::
ch-rtt=() — blocked for all origins
Info::
ch-save-data=() — blocked for all origins
Info::
ch-ua-arch=() — blocked for all origins
Info::
ch-ua-bitness=() — blocked for all origins
Info::
ch-viewport-height=() — blocked for all origins
Info::
ch-viewport-width=() — blocked for all origins
Info::
ch-width=() — blocked for all origins
Info::
clipboard-read=() — blocked for all origins
Info::
clipboard-write=() — blocked for all origins
Info::
compute-pressure=() — blocked for all origins
Info::
display-capture=() — blocked for all origins
Info::
encrypted-media=() — blocked for all origins
Info::
fullscreen=(self)
Info::
gamepad=() — blocked for all origins
Info::
geolocation=() — blocked for all origins
Info::
gyroscope=() — blocked for all origins
Info::
hid=() — blocked for all origins
Info::
idle-detection=() — blocked for all origins
Info::
interest-cohort=() — blocked for all origins
Info::
keyboard-map=() — blocked for all origins
Info::
local-fonts=() — blocked for all origins
Info::
magnetometer=() — blocked for all origins
Info::
microphone=() — blocked for all origins
Info::
midi=() — blocked for all origins
Info::
otp-credentials=() — blocked for all origins
Info::
payment=() — blocked for all origins
Info::
picture-in-picture=() — blocked for all origins
Info::
private-state-token-issuance=() — blocked for all origins
Info::
publickey-credentials-get=() — blocked for all origins
Info::
screen-wake-lock=() — blocked for all origins
Info::
serial=() — blocked for all origins
Info::
shared-storage=() — blocked for all origins
Info::
shared-storage-select-url=() — blocked for all origins
Info::
private-state-token-redemption=() — blocked for all origins
Info::
usb=() — blocked for all origins
Info::
unload=(self)
Info::
window-management=() — blocked for all origins
Info::
xr-spatial-tracking=();report-to="permissions_policy"

Raw Header

accelerometer=() attribution-reporting=() autoplay=() bluetooth=() camera=() ch-device-memory=() ch-downlink=() ch-dpr=() ch-ect=() ch-rtt=() ch-save-data=() ch-ua-arch=() ch-ua-bitness=() ch-viewport-height=() ch-viewport-width=() ch-width=() clipboard-read=() clipboard-write=() compute-pressure=() display-capture=() encrypted-media=() fullscreen=(self) gamepad=() geolocation=() gyroscope=() hid=() idle-detection=() interest-cohort=() keyboard-map=() local-fonts=() magnetometer=() microphone=() midi=() otp-credentials=() payment=() picture-in-picture=() private-state-token-issuance=() publickey-credentials-get=() screen-wake-lock=() serial=() shared-storage=() shared-storage-select-url=() private-state-token-redemption=() usb=() unload=(self) window-management=() xr-spatial-tracking=();report-to="permissions_policy"

Feature Permissions

Blocked Self Only Unrestricted Not Set
accelerometer Blocked
attribution-reporting Blocked
autoplay Blocked
bluetooth Blocked
camera Blocked
ch-device-memory Blocked
ch-downlink Blocked
ch-dpr Blocked
ch-ect Blocked
ch-rtt Blocked
ch-save-data Blocked
ch-ua-arch Blocked
ch-ua-bitness Blocked
ch-viewport-height Blocked
ch-viewport-width Blocked
ch-width Blocked
clipboard-read Blocked
clipboard-write Blocked
compute-pressure Blocked
display-capture Blocked
encrypted-media Blocked
fullscreen Self Only
gamepad Blocked
geolocation Blocked
gyroscope Blocked
hid Blocked
idle-detection Blocked
interest-cohort Blocked
keyboard-map Blocked
local-fonts Blocked
magnetometer Blocked
microphone Blocked
midi Blocked
otp-credentials Blocked
payment Blocked
picture-in-picture Blocked
private-state-token-issuance Blocked
publickey-credentials-get Blocked
screen-wake-lock Blocked
serial Blocked
shared-storage Blocked
shared-storage-select-url Blocked
private-state-token-redemption Blocked
usb Blocked
unload Self Only
window-management Blocked
xr-spatial-tracking ();report-to="permissions_policy" (1 origins)
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, 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