Skip to content
https://brandwatch.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
69
GRADE
D
FIX
4
REVIEW
3
PASS
5
INFO
0
Checks
12
5 PASS 3 REVIEW 4 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
Warning::
X-Content-Type-Options header is missing
This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
Expected: 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=()
Info::
Content-Security-Policy is present
Got: default-src 'self' https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.…
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: cloudflare

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

This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.

Expected: nosniff
Why this matters

MIME sniffing lets browsers run uploaded files as JavaScript, turning a file upload into an XSS.

Learn more

Setting X-Content-Type-Options: nosniff tells browsers to trust your declared Content-Type instead of guessing. Without it, an attacker who uploads a polyglot file can sometimes get it executed as a script. One header, no downside.

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
Subresource Integrity
Action
0 of 23 external resources have SRI
FIX
0 of 23 external resources have SRI
Warning::
External script from scripts.clarity.ms lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://scripts.clarity.ms/0.8.59/clarity.js
Warning::
External script from www.clarity.ms lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.clarity.ms/tag/uet/175018503?insights=1
Warning::
External script from bat.bing.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //bat.bing.com/bat.js
Warning::
External script from connect.facebook.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://connect.facebook.net/signals/config/373916203006502?v=2.9.303&r=stable&domain=www.brandwatch.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168
Warning::
External script from connect.facebook.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://connect.facebook.net/en_US/fbevents.js
Warning::
External script from cdn3.optimizely.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //cdn3.optimizely.com/js/geo4.js
Warning::
External script from cdn.optimizely.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.optimizely.com/js/20151573008.js
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=AW-837595529&cx=c&gtm=4e64k1
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=AW-1054881332&cx=c&gtm=4e64k1
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtag/js?id=G-HS35T22J6H&cx=c&gtm=4e64k1
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.googletagmanager.com/gtm.js?id=GTM-TNKN47
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/scripttemplates/otSDKStub.js
Warning::
External script from euob.segreencolumn.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://euob.segreencolumn.com/sxp/i/da9c4b3dbdd2718a38e7005cd191cc9e.js
Warning::
External link from s14415.pcdn.co lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/core/module-core.css?ver=1776866812
Warning::
External link from s14415.pcdn.co lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/site--brandwatch.com/module-site--brandwatch.com.css?ver=1776866812
Warning::
External script from s14415.pcdn.co lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s14415.pcdn.co/wp-content/themes/brandwatch/templates/header/optimizely.js?ver=1776866815
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/scripttemplates/202401.1.0/otBannerSdk.js
Warning::
External script from obseu.segreencolumn.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://obseu.segreencolumn.com/ct?id=43272&url=https%3A%2F%2Fwww.brandwatch.com%2F&sf=0&tpi=&ch=cheq4ppc&uvid=&tsf=0&tsfmi=&tsfu=&cb=1776900617416&hl=2&op=0&ag=2751926566&rand=23520159084782117288178259192207138102261075801115597290222169690186969628640137282660707190&fs=780x441&fst=780x441&np=linux%20x86_64&nv=google%20inc.&ref=&ss=800x600&nc=0&at=&di=W1siZWYiLDQ0NjldLFstMSwiLSJdLFstMjAsIi0iXSxbLTUxLCItIl0sWy02MiwiODAiXSxbLTY0LCJbMCxcIkxpbnV4XCIsW3tcImJcIjpcIk5vdC1BLkJyYW5kXCIsXCJ2XCI6XCIyNFwifSx7XCJiXCI6XCJDaHJvbWl1bVwiLFwidlwiOlwiMTQ2XCJ9XV0iXSxbLTczLCJFaFE9Il0sWy03NCwiMCwwIl0sWzEyLCJ7XCJlXCI6MCxcIndnbFwiOjF9Il0sWy0zMywiLSJdLFstMzgsImksLTEsLTEsMjU5LDAsMCwwLDAsMCw1MzMsLTEsMCw5NTYsOTU2LDExMDAsMTEwMCJdLFstNDIsIjg4MzM5OTAxNiJdLFstNDcsIlVUQyxlbi1VUyxsYXRuLGdyZWdvcnkiXSxbLTU0LCJ7XCJoXCI6W1wiXzFcIixcIjIxNjc2MjAwOTVcIixcIl8zXCIsXCIzMjk5OTEzNjlcIixcIjI5Nzg1NDQ3NDBcIixcIjI5MDYwODI1NjdcIixcIl8yXCIsXCIzMzQ4NDk5Mzg1XCJdLFwiZFwiOltdLFwiYlwiOltcIjE2MzkxOTMyMjRcIixcIjI1NTM1NjE5NDhcIixcIjQwNDQ2MTY5NTBcIixcIjIwNDE5NjUwODRcIl0sXCJzXCI6MX0iXSxbLTMxLCJ0cnVlIl0sWy00MSwiLSJdLFstNDQsIjAsMCwwLDUiXSxbLTY3LCItIl0sWy0xMSwie1widFwiOlwiXCIsXCJtXCI6W1wiZGVzY3JpcHRpb25cIixcInR3aXR0ZXI6dGl0bGVcIixcInR3aXR0ZXI6ZGVzY3JpcHRpb25cIixcIm9nOnRpdGxlXCIsXCJvZzpkZXNjcmlwdGlvblwiXX0iXSxbLTU2LCJsYW5kc2NhcGUtcHJpbWFyeSJdLFstNzUsInt9LnNvbWVGdW5jIGlzIG5vdCBhIGZ1bmN0aW9uIl0sWy0yOSwiLSJdLFstMzQsIi0iXSxbLTQ1LCI2MjAsMCwwLDAsMCwwLDAsMCw2NDgsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwIl0sWy02NiwiZ2VvbG9jYXRpb24sY2h1YWZ1bGx2ZXJzaW9ubGlzdCxjcm9zc29yaWdpbmlzb2xhdGVkLHNjcmVlbndha2Vsb2NrLG9uZGV2aWNlc3BlZWNocmVjb2duaXRpb24sdHJhbnNsYXRvcixwdWJsaWNrZXljcmVkZW50aWFsc2dldCxzaGFyZWRzdG9yYWdlc2VsZWN0dXJsLGNodWFhcmNoLGNvbXB1dGVwcmVzc3VyZSxjaHByZWZlcnNyZWR1Y2VkdHJhbnNwYXJlbmN5LGRlZmVycmVkZmV0Y2gsdXNiLGNoc2F2ZWRhdGEscHVibGlja2V5Y3JlZGVudGlhbHNjcmVhdGUsc2hhcmVkc3RvcmFnZSxkZWZlcnJlZGZldGNobWluaW1hbCxydW5hZGF1Y3Rpb24sY2hkb3dubGluayxjaHVhZm9ybWZhY3RvcnMsb3RwY3JlZGVudGlhbHMscGF5bWVudCxjaHVhLGNodWFtb2RlbCxjaGVjdCxhdXRvcGxheSxjYW1lcmEsbGFuZ3VhZ2VkZXRlY3Rvcixwcml2YXRlc3RhdGV0b2tlbmlzc3VhbmNlLGRpZ2l0YWxjcmVkZW50aWFsc2dldCxhY2NlbGVyb21ldGVyLGNodWFwbGF0Zm9ybXZlcnNpb24saWRsZWRldGVjdGlvbixwcml2YXRlYWdncmVnYXRpb24saW50ZXJlc3Rjb2hvcnQsY2h2aWV3cG9ydGhlaWdodCxjYXB0dXJlZHN1cmZhY2Vjb250cm9sLGxvY2FsZm9udHMsY2h1YXBsYXRmb3JtLG1pZGksY2h1YWZ1bGx2ZXJzaW9uLHhyc3BhdGlhbHRyYWNraW5nLGNsaXBib2FyZHJlYWQsZ2FtZXBhZCxkaXNwbGF5Y2FwdHVyZSxrZXlib2FyZG1hcCxqb2luYWRpbnRlcmVzdGdyb3VwLGFyaWFub3RpZnksbG9jYWxuZXR3b3JrLGNodWFoaWdoZW50cm9weXZhbHVlcyxjaHdpZHRoLGNocHJlZmVyc3JlZHVjZWRtb3Rpb24sYnJvd3Npbmd0b3BpY3MsZW5jcnlwdGVkbWVkaWEsbG9jYWxuZXR3b3JrYWNjZXNzLGd5cm9zY29wZSxzZXJpYWwsY2hydHQsY2h1YW1vYmlsZSx3aW5kb3dtYW5hZ2VtZW50LHVubG9hZCxjaGRwcixjaHByZWZlcnNjb2xvcnNjaGVtZSxjaHVhd293NjQsYXR0cmlidXRpb25yZXBvcnRpbmcsZnVsbHNjcmVlbixpZGVudGl0eWNyZWRlbnRpYWxzZ2V0LHByaXZhdGVzdGF0ZXRva2VucmVkZW1wdGlvbixoaWQsc3VtbWFyaXplcixjaHVhYml0bmVzcyxzdG9yYWdlYWNjZXNzLHN5bmN4aHIsY2hkZXZpY2VtZW1vcnksY2h2aWV3cG9ydHdpZHRoLHBpY3R1cmVpbnBpY3R1cmUsbWFnbmV0b21ldGVyLGxvb3BiYWNrbmV0d29yayxjbGlwYm9hcmR3cml0ZSxtaWNyb3Bob25lIl0sWy0xMCwiLSJdLFstMTQsIi0iXSxbLTE5LCJbMTAsMTAsMTAsMTAsMCwwLDEsMjQsMjQsXCItXCIsODAwLDYwMCw4MDAsNjAwLDc4MCw1ODAsNzgwLDQ0MSwwLDAsMCwwLFwiLVwiLFwiLVwiLDc4MCw0NDEsMF0iXSxbLTIzLCIrIl0sWy0yOCwiZW4tVVMsZW4iXSxbLTM1LCJbMTc3NjkwMDYxNzMwNywwXSJdLFstMzksIltcIjIwMDMwMTA3XCIsMixcIkdlY2tvXCIsXCJOZXRzY2FwZVwiLFwiTW96aWxsYVwiLG51bGwsbnVsbCx0cnVlLDQsZmFsc2UsbnVsbCw1LHRydWUsdHJ1ZSxudWxsLDAsdHJ1ZSx0cnVlLGZhbHNlLHRydWVdIl0sWy00OCwiW1wiLVwiLFwiLVwiLFwiLVwiLFwiLVwiLFwiLVwiXSJdLFstNTUsIjIiXSxbLTYwLDIwN10sWy02NSwiLSJdLFstNjgsIi0iXSxbLTcxLCJhMDExMDAxMDEwMDEwMDEwMTAwMDEwMTAwMTExMTEwMTAwMDAxMCJdLFstMywiW1wiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiLFwiaW50ZXJuYWwtcGRmLXZpZXdlclwiXSJdLFstOSwiKyJdLFstMTYsIjAiXSxbLTE4LCJbMCwwLDAsMV0iXSxbLTI3LCJbMCwxMCwwLFwiNGdcIixudWxsXSJdLFstMzYsIltcIjQvM1wiLFwiNC8zXCJdIl0sWy01MCwiLSJdLFstNTIsIi0iXSxbLTUzLCIwMDEiXSxbLTQsIi0iXSxbLTgsIi0iXSxbLTE1LCItIl0sWy0yNSwiLSJdLFstMzcsIi0xMDktNjYtNzAtIl0sWy01OCwiLSJdLFstMTMsIi0iXSxbLTIyLCJbXCJuXCIsXCJuXCJdIl0sWy0zMCwiW1widlwiLDBdIl0sWy00MywiMDAwMDAwMDEwMTAwMDAwMTAwMTExMDExMDExMDExMDEwMDAwMDEwMTEwMSJdLFstNDYsIjAiXSxbLTQ5LCItIl0sWy01NywiV0UwWmVFdExXRUFYZkZ3WkVWRk5UVWxLQXhZV1hFeFdXeGRLWEY1TFhGeFhXbFpWVEZSWEYxcFdWQlpLUVVrV1VCWmRXQUJhRFZzS1hWdGRYUXNPQ0FGWUNnRmNEZ2tKREZwZENBQUlXbG9BWEJkVFNnTUlBdzhJRFFzUEVCVllUUmxMR1JGUlRVMUpTZ01XRmx4TVZsc1hTbHhlUzF4Y1YxcFdWVXhVVnhkYVZsUVdTa0ZKRmxBV1hWZ0FXZzFiQ2wxYlhWMExEZ2dCV0FvQlhBNEpDUXhhWFFnQUNGcGFBRndYVTBvRENBTVBEdzRBQVJBPSJdLFstNjEsIntcIndnc2xcIjpcIjg7cGFja2VkXzR4OF9pbnRlZ2VyX2RvdF9wcm9kdWN0O3N1Ymdyb3VwX3VuaWZvcm1pdHk7c3ViZ3JvdXBfaWQ7cmVhZG9ubHlfYW5kX3JlYWR3cml0ZV9zdG9yYWdlX3RleHR1cmVzO3VucmVzdHJpY3RlZF9wb2ludGVyX3BhcmFtZXRlcnM7cG9pbnRlcl9jb21wb3NpdGVfYWNjZXNzO3RleHR1cmVfYW5kX3NhbXBsZXJfbGV0O3VuaWZvcm1fYnVmZmVyX3N0YW5kYXJkX2xheW91dDtcIixcInBjZlwiOlwicmdiYTh1bm9ybVwifSJdLFstNjMsIjAiXSxbLTIsIjYsU2NqQVJJQ0NSQUNETW9Bc3BsY0VSd1pGQ3ZLRGpnZ0NDRElBaUNRUVducTlmcmdCZEVVUVFCRmErQ0UxZFJISkFaQkFreXoyUTZTVTdPT1h2bzdwcmViL1hlKzJRbkJFVGYvYiJdLFstNSwiLSJdLFstNiwie1wid1wiOltcIjBcIixcIk9uZVRydXN0U3R1YlwiLFwiT3B0YW5vbldyYXBwZXJcIixcImRhdGFMYXllclwiLFwiZ2VuZXJhdGVFdmVudElkXCIsXCJzdG9yZUV2ZW50SWRcIixcImdldEV2ZW50SWRGcm9tQ29va2llXCIsXCJsaW5rZWRJbkV2ZW50SWRcIixcImlzX0lFXCIsXCJhcHBseV9jc3NfY2xhc3Nfb25fZG9tX2xvYWRlZFwiLFwiYXBpX3VybFwiLFwic2l0ZV91cmxcIixcIm5vbmNlXCIsXCJkZWZhdWx0X2V2ZW50X3BhcmFtc1wiLFwiZ2xvYmFsX3JlcXVlc3RcIixcImdsb2JhbF9hamF4X3Bvc3RcIixcImdsb2JhbF9hamF4X3Bvc3RfanNvblwiLFwiZ2xvYmFsX2dldF9jb29raWVcIixcImdsb2JhbF9zZXRfY29va2llXCIsXCJnbG9iYWxfZGVsZXRlX2Nvb2tpZVwiLFwiZ2xvYmFsX2dldF91c2VyX2dlb19sb2NhdGlvblwiLFwiZ2xvYmFsX2dldF9nZW9fY29va2llXCIsXCJnbG9iYWxfc2V0X2dlb19jb29raWVcIixcImlzX29iamVjdFwiLFwiZ2xvYmFsX2dkcHJfY291bnRyaWVzXCIsXCJnbG9iYWxfZ2Rwcl9wcmVjaGVja19jb3VudHJpZXNcIixcImdsb2JhbF9pc19nZHByX2NvdW50cnlcIixcImdsb2JhbF9pc19nZHByX3ByZWNoZWNrX2NvdW50cnlcIixcImdsb2JhbF9nZXRfcGFnZV9jb2xvclwiLFwiZ2xvYmFsX2dlb19pcF9wcm9taXNlXCIsXCJpc01vYmlsZURldmljZVwiLFwiaXNUb3VjaERldmljZVwiLFwiRm9udEZhY2VPYnNlcnZlclwiLFwiX19sb2NhbGlzYXRpb25zX19mb3Jtc1wiLFwiUXVhbGlmaWVkT2JqZWN0XCIsXCJxdWFsaWZpZWRcIixcInByZXZlbnRMaW5rXCIsXCJ0b2dnbGVJdGVtQ29udGFpbmVyXCIsXCJPdFRydXN0ZWRUeXBlXCIsXCJid19mb3JtX2V4cGVyaWVuY2Vfc2V0dGluZ1wiLFwib3RTdHViRGF0YVwiLFwicGFyY2VsUmVxdWlyZTIxYjZcIixcIl9fY29yZS1qc19zaGFyZWRfX1wiLFwiZm9ybV9kYXRhX3N0b3JhZ2VfY29udHJvbGxlclwiLFwic3VibWl0X21hcmtldG9fc3RhcnRfdHJpYWxcIixcInJ1bl9mb3JtX2V4cGVyaWVuY2VcIixcInJ1blF1YWxpZmllZEV4cGVyaWVuY2VcIixcInJ1bkRyaWZ0RXhwZXJpZW5jZVwiLFwiY2hlY2tBbmRTaG93UXVhbGlmaWVkRXhwZXJpZW5jZVwiLFwiaXNDb25maXJtYXRpb25QYWdlXCJdLFwiblwiOltdLFwiZFwiOltdfSJdLFstMjEsIi0iXSxbLTU5LCJkZWZhdWx0Il0sWy02OSwiTGludXggeDg2XzY0fEdvb2dsZSBJbmMufDR8NHxMaW51eHwwIl0sWy03MCwiLSJdLFstNzIsIkV4VT0iXSxbImJuY2giLDE0Ml0sWy03LCItIl0sWy0xMiwibnVsbCJdLFstMTcsIjQiXSxbLTI0LCJbXSJdLFstMjYsIntcInRqaHNcIjo4MDQzNjEyLFwidWpoc1wiOjUxOTAzNjgsXCJqaHNsXCI6MjE1NjY1ODY4OH0iXSxbLTMyLCIwIl0sWy00MCwiMzMiXSxbImFibmNoIiwyMTFdLFsiZGRiIiwiMCw2LDAsMCwxLDIsMCwwLDEsMCwxLDAsMCwwLDIsMCwwLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwxLDAsMCwwLDEsMSwwLDEsMSwwLDAsMiwyLDI1LDAsMSwwLDAsMSwwLDAsMCwxLDAsMCwxLDAsMSwwLDAsMSwwLDAsMCwwLDAsMCwwLDEsMSwwLDAsMCwwIl0sWyJjYiIsIjAsMCwwLDAsMCwwLDAsMCwwLDEsMCwxLDIsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMywwLDAsMCwwLDAsMCwwLDAsMCwxLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMSwwLDAsMCwwLDAsMCwwLDAsMCw4LDAsMCwwLDAsMCwxLDAsNywwLDAsMCwwLDAsMCwwLDAsMSJdXQ%3D%3D&dep=0&pre=0&sdd=&cri=dnFqegt4JF&pto=1253&ver=65&gac=-&mei=&ap=&fe=1&duid=1.1776900617.KDXsJsAlp5z4lzNa&suid=1.1776900617.GNEng96Gkm4jAJUI&tuid=1.1776900617.AqWf1tTx08gEvgOA&sid=1.1776900617419.O6CwoquLnZioZFBE&fbc=-&gtm=W10%3D&it=52%2C662%2C106&fbcl=-&gacl=-&gacsd=-&rtic=-&rtict=-&bgc=-&spa=1&urid=0&ab=&sck=-&io=aGA2Oi17bmY2Oi1qbXp4Nn5%2FZlR4ZH55aG4%3D
Warning::
External script from bat.bing.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://bat.bing.com/p/action/175018503.js
Warning::
External script from s14415.pcdn.co lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/core/module-core.js?ver=1776866812
Warning::
External script from s14415.pcdn.co lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://s14415.pcdn.co/wp-content/themes/brandwatch/build/modules/site--brandwatch.com/module-site--brandwatch.com.js?ver=1776866812
Warning::
External script from rum-static.pingdom.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://rum-static.pingdom.net/pa-695d6cfb940ae60012000030.js
Warning::
External script from js.qualified.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js.qualified.com/qualified.js?token=cBRpkDPrpkFXg95z
SRI Coverage 0 / 23 of external resources have integrity hashes
TagDomainIntegrity
<script>scripts.clarity.ms Missing
<script>www.clarity.ms Missing
<script>bat.bing.com Missing
<script>connect.facebook.net Missing
<script>connect.facebook.net Missing
<script>cdn3.optimizely.com Missing
<script>cdn.optimizely.com Missing
<script>www.googletagmanager.com Missing
<script>www.googletagmanager.com Missing
<script>www.googletagmanager.com Missing
<script>www.googletagmanager.com Missing
<script>cdn.cookielaw.org Missing
<script>euob.segreencolumn.com Missing
<link>s14415.pcdn.co Missing
<link>s14415.pcdn.co Missing
<script>s14415.pcdn.co Missing
<script>cdn.cookielaw.org Missing
<script>obseu.segreencolumn.com Missing
<script>bat.bing.com Missing
<script>s14415.pcdn.co Missing
<script>s14415.pcdn.co Missing
<script>rum-static.pingdom.net Missing
<script>js.qualified.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=()
D
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

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

C
Content Security Policy
Action
6 of 10 CSP checks passed
REVIEW
6 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'self' https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co; script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: http://*.marketo.net https://*.6sc.co https://*.bing.com https://*.bizible.com https://*.brandwatch.com https://*.capterra.com https://*.clarity.ms https://*.claydar.com https://*.cloudflare.com https://*.cloudfront.net https://*.cookielaw.org https://*.doubleclick.net https://*.driftt.com https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.googlesyndication.com https://*.googletagmanager.com https://*.highcharts.com https://*.hotjar.com https://*.hotjar.io https://*.instagram.com https://*.linkedin.com https://*.marketo.com https://*.marketo.net https://*.neutral.ttwstatic.com https://*.optimizely.com https://*.pingdom.net https://*.podscribe.com https://*.qualified.com https://*.quora.com https://*.reddit.com https://*.segreencolumn.com https://*.storylane.io https://*.tiktok.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://*.ttwstatic.com https://*.twitter.com https://*.wistia.com https://*.wistia.net https://*.youtube.com https://*.zi-scripts.com https://*.zoominfo.com https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/dist/chartjs-chart-wordcloud.umd.min.js https://code.highcharts.com/10.3.3/highcharts.js.map https://js.zi-scripts.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co https://snap.licdn.com https://static.ads-twitter.com https://unpkg.com/@dotlottie/player-component@2.7.5/dist/dotlottie-player.js https://unpkg.com/@lottiefiles/lottie-player@0.2.0/dist/lottie-player.js wss://*.qualified.com; style-src 'self' 'unsafe-inline' https://*.ttwstatic.com https://fonts.googleapis.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co; font-src 'self' data: https://fonts.gstatic.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co; img-src 'self' data: http://1.gravatar.com https: https://*.ibytedtos.com https://*.ibyteimg.com https://*.pingdom.net https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co ttps://p16-tiktokcdn-com.akamaized.net; media-src *.qualified.com https://*.ibytedtos.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com; connect-src 'self' *.clarity.ms *.google.co.in *.google.de *.google.ro *.googleadservices.com api.brandwatch.com http://*.mktoresp.com https://*.6sc.co https://*.6sense.com https://*.adnxs.com https://*.analytics.google.com https://*.bing.com https://*.bing.net https://*.bizible.com https://*.brandwatch.com https://*.capterra.com https://*.claydar.com https://*.cloudflare.com https://*.cookielaw.org https://*.doubleclick.net https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.google.co.uk https://*.google.com https://*.googleadservices.com https://*.googlesyndication.com https://*.googletagmanager.com https://*.highcharts.com https://*.hotjar.com https://*.hotjar.io https://*.linkedin.com https://*.marketo.net https://*.mktoresp.com https://*.mktoutil.com https://*.onetrust.com https://*.optimizely.com https://*.pingdom.net https://*.podscribe.com https://*.qualified.com https://*.quora.com https://*.segreencolumn.com https://*.sentry.io https://*.tiktok.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://*.tiktokv.com https://*.tiktokw.us https://*.wistia.com https://*.wistia.net https://*.zi-scripts.com https://*.zoominfo.com https://cdn.jsdelivr.net https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.js https://code.highcharts.com https://google.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co https://server-side-tagging-o6xcwbv53a-uc.a.run.app wss://*.hotjar.com wss://*.qualified.com; frame-src 'self' *.linkedin.com https://*.cdn.optimizely.com https://*.driftt.com https://*.reddit.com https://*.storylane.io https://*.tiktok.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://*.tiktokv.com https://*.wistia.com https://*.wistia.net https://app.qualified.com https://connect.facebook.net https://facebook.com https://instagram.com https://platform.twitter.com https://td.doubleclick.net https://www.facebook.com https://www.googletagmanager.com https://www.instagram.com https://www.tiktok.com https://www.youtube.com https://youtube.com; frame-ancestors 'self' *.brandwatch.com https://insights.hotjar.com; form-action 'self' https://*.facebook.com https://brandwatch.com; base-uri 'self'; object-src 'none'; worker-src 'self' blob:; report-uri /csp-report/;
Info::
default-src directive is set
Got: default-src 'self' https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co
Critical::
'unsafe-inline' found in script source
'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
Got: script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: http://*.marketo.net https://*.6sc.co https://*.bing.com https://*.bizible.com https://*.brandwatch.com https://*.capterra.com https://*.clarity.ms https://*.claydar.com https://*.cloudflare.com https://*.cloudfront.net https://*.cookielaw.org https://*.doubleclick.net https://*.driftt.com https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.googlesyndication.com https://*.googletagmanager.com https://*.highcharts.com https://*.hotjar.com https://*.hotjar.io https://*.instagram.com https://*.linkedin.com https://*.marketo.com https://*.marketo.net https://*.neutral.ttwstatic.com https://*.optimizely.com https://*.pingdom.net https://*.podscribe.com https://*.qualified.com https://*.quora.com https://*.reddit.com https://*.segreencolumn.com https://*.storylane.io https://*.tiktok.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://*.ttwstatic.com https://*.twitter.com https://*.wistia.com https://*.wistia.net https://*.youtube.com https://*.zi-scripts.com https://*.zoominfo.com https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/dist/chartjs-chart-wordcloud.umd.min.js https://code.highcharts.com/10.3.3/highcharts.js.map https://js.zi-scripts.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co https://snap.licdn.com https://static.ads-twitter.com https://unpkg.com/@dotlottie/player-component@2.7.5/dist/dotlottie-player.js https://unpkg.com/@lottiefiles/lottie-player@0.2.0/dist/lottie-player.js wss://*.qualified.com
Critical::
'unsafe-eval' found in script source
'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
Got: script-src 'self' 'unsafe-eval' 'unsafe-inline' blob: http://*.marketo.net https://*.6sc.co https://*.bing.com https://*.bizible.com https://*.brandwatch.com https://*.capterra.com https://*.clarity.ms https://*.claydar.com https://*.cloudflare.com https://*.cloudfront.net https://*.cookielaw.org https://*.doubleclick.net https://*.driftt.com https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.googlesyndication.com https://*.googletagmanager.com https://*.highcharts.com https://*.hotjar.com https://*.hotjar.io https://*.instagram.com https://*.linkedin.com https://*.marketo.com https://*.marketo.net https://*.neutral.ttwstatic.com https://*.optimizely.com https://*.pingdom.net https://*.podscribe.com https://*.qualified.com https://*.quora.com https://*.reddit.com https://*.segreencolumn.com https://*.storylane.io https://*.tiktok.com https://*.tiktokcdn-us.com https://*.tiktokcdn.com https://*.ttwstatic.com https://*.twitter.com https://*.wistia.com https://*.wistia.net https://*.youtube.com https://*.zi-scripts.com https://*.zoominfo.com https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.js https://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/dist/chartjs-chart-wordcloud.umd.min.js https://code.highcharts.com/10.3.3/highcharts.js.map https://js.zi-scripts.com https://s14415.pcdn.co https://s14416.pcdn.co https://s14417.pcdn.co https://s14418.pcdn.co https://s14419.pcdn.co https://snap.licdn.com https://static.ads-twitter.com https://unpkg.com/@dotlottie/player-component@2.7.5/dist/dotlottie-player.js https://unpkg.com/@lottiefiles/lottie-player@0.2.0/dist/lottie-player.js wss://*.qualified.com
Info::
No wildcard in script source
Info::
object-src is set to 'none'
Got: object-src 'none'
Info::
base-uri is properly restricted
Got: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'self' *.brandwatch.com https://insights.hotjar.com
Info::
form-action directive is set
Got: form-action 'self' https://*.facebook.com https://brandwatch.com
Info::
upgrade-insecure-requests is not set
This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
Expected: upgrade-insecure-requests

'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

Expected: upgrade-insecure-requests
Why this matters

Without upgrade-insecure-requests, any HTTP subresource link survives as a mixed-content warning instead of auto-upgrading.

Learn more

Adding `upgrade-insecure-requests` to your CSP turns every http:// subresource fetch into https:// at the browser layer. One-line defense against accidental mixed content from legacy links or third-party widgets.

Source: MDN CSP

Parsed Policy

default-src 'self'https://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.co
script-src 'self''unsafe-eval''unsafe-inline'blob:http://*.marketo.nethttps://*.6sc.cohttps://*.bing.comhttps://*.bizible.comhttps://*.brandwatch.comhttps://*.capterra.comhttps://*.clarity.mshttps://*.claydar.comhttps://*.cloudflare.comhttps://*.cloudfront.nethttps://*.cookielaw.orghttps://*.doubleclick.nethttps://*.driftt.comhttps://*.facebook.comhttps://*.facebook.nethttps://*.google-analytics.comhttps://*.googlesyndication.comhttps://*.googletagmanager.comhttps://*.highcharts.comhttps://*.hotjar.comhttps://*.hotjar.iohttps://*.instagram.comhttps://*.linkedin.comhttps://*.marketo.comhttps://*.marketo.nethttps://*.neutral.ttwstatic.comhttps://*.optimizely.comhttps://*.pingdom.nethttps://*.podscribe.comhttps://*.qualified.comhttps://*.quora.comhttps://*.reddit.comhttps://*.segreencolumn.comhttps://*.storylane.iohttps://*.tiktok.comhttps://*.tiktokcdn-us.comhttps://*.tiktokcdn.comhttps://*.ttwstatic.comhttps://*.twitter.comhttps://*.wistia.comhttps://*.wistia.nethttps://*.youtube.comhttps://*.zi-scripts.comhttps://*.zoominfo.comhttps://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.jshttps://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.jshttps://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.jshttps://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/dist/chartjs-chart-wordcloud.umd.min.jshttps://code.highcharts.com/10.3.3/highcharts.js.maphttps://js.zi-scripts.comhttps://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.cohttps://snap.licdn.comhttps://static.ads-twitter.comhttps://unpkg.com/@dotlottie/player-component@2.7.5/dist/dotlottie-player.jshttps://unpkg.com/@lottiefiles/lottie-player@0.2.0/dist/lottie-player.jswss://*.qualified.com
style-src 'self''unsafe-inline'https://*.ttwstatic.comhttps://fonts.googleapis.comhttps://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.co
font-src 'self'data:https://fonts.gstatic.comhttps://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.co
img-src 'self'data:http://1.gravatar.comhttps:https://*.ibytedtos.comhttps://*.ibyteimg.comhttps://*.pingdom.nethttps://*.tiktokcdn-us.comhttps://*.tiktokcdn.comhttps://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.cottps://p16-tiktokcdn-com.akamaized.net
media-src *.qualified.comhttps://*.ibytedtos.comhttps://*.tiktokcdn-us.comhttps://*.tiktokcdn.com
connect-src 'self'*.clarity.ms*.google.co.in*.google.de*.google.ro*.googleadservices.comapi.brandwatch.comhttp://*.mktoresp.comhttps://*.6sc.cohttps://*.6sense.comhttps://*.adnxs.comhttps://*.analytics.google.comhttps://*.bing.comhttps://*.bing.nethttps://*.bizible.comhttps://*.brandwatch.comhttps://*.capterra.comhttps://*.claydar.comhttps://*.cloudflare.comhttps://*.cookielaw.orghttps://*.doubleclick.nethttps://*.facebook.comhttps://*.facebook.nethttps://*.google-analytics.comhttps://*.google.co.ukhttps://*.google.comhttps://*.googleadservices.comhttps://*.googlesyndication.comhttps://*.googletagmanager.comhttps://*.highcharts.comhttps://*.hotjar.comhttps://*.hotjar.iohttps://*.linkedin.comhttps://*.marketo.nethttps://*.mktoresp.comhttps://*.mktoutil.comhttps://*.onetrust.comhttps://*.optimizely.comhttps://*.pingdom.nethttps://*.podscribe.comhttps://*.qualified.comhttps://*.quora.comhttps://*.segreencolumn.comhttps://*.sentry.iohttps://*.tiktok.comhttps://*.tiktokcdn-us.comhttps://*.tiktokcdn.comhttps://*.tiktokv.comhttps://*.tiktokw.ushttps://*.wistia.comhttps://*.wistia.nethttps://*.zi-scripts.comhttps://*.zoominfo.comhttps://cdn.jsdelivr.nethttps://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.jshttps://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.jshttps://cdn.jsdelivr.net/npm/chartjs-chart-wordcloud@4.3.0/build/index.umd.min.jshttps://code.highcharts.comhttps://google.comhttps://s14415.pcdn.cohttps://s14416.pcdn.cohttps://s14417.pcdn.cohttps://s14418.pcdn.cohttps://s14419.pcdn.cohttps://server-side-tagging-o6xcwbv53a-uc.a.run.appwss://*.hotjar.comwss://*.qualified.com
frame-src 'self'*.linkedin.comhttps://*.cdn.optimizely.comhttps://*.driftt.comhttps://*.reddit.comhttps://*.storylane.iohttps://*.tiktok.comhttps://*.tiktokcdn-us.comhttps://*.tiktokcdn.comhttps://*.tiktokv.comhttps://*.wistia.comhttps://*.wistia.nethttps://app.qualified.comhttps://connect.facebook.nethttps://facebook.comhttps://instagram.comhttps://platform.twitter.comhttps://td.doubleclick.nethttps://www.facebook.comhttps://www.googletagmanager.comhttps://www.instagram.comhttps://www.tiktok.comhttps://www.youtube.comhttps://youtube.com
frame-ancestors 'self'*.brandwatch.comhttps://insights.hotjar.com
form-action 'self'https://*.facebook.comhttps://brandwatch.com
base-uri 'self'
object-src 'none'
worker-src 'self'blob:
report-uri /csp-report/
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 62 days)
Got: 2026-06-24T05:50:20Z
Info::
Certificate chain has 2 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA384
Info::
Certificate covers 2 domain(s)
Got: *.brandwatch.com, brandwatch.com
Info::
Certificate is issued by a trusted CA
Got: CN=E8,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=brandwatch.comIssuer CN=E8,O=Let's Encrypt,C=USValid 2026-03-26T05:50:21Z → 2026-06-24T05:50:20ZExpires in 62 days SANs *.brandwatch.com, brandwatch.comSignature ECDSA-SHA384Serial 6e379f0a8da49adc21207df428488cf66d1
Intermediate (CA Certificate)
Subject CN=E8,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 324 days Signature SHA256-RSASerial 63959363c24e7082715918bfc3d7ed56
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
Email Security
DMARC: quarantine
PASS
DMARC: quarantine
Info::
DMARC policy is quarantine — good protection
DMARC
Policy quarantine — good protection Record v=DMARC1; p=quarantine; rua=mailto:postmaster@brandwatch.com,mailto:dmarc_agg@vali.email;
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback