HeaderAudit
F

discover.com

Score 10/100 · scanned 2026-08-04

Content-Security-Policy

discover.com sends an enforcing CSP. It is allowlist-based.

default-src https: data: blob: 'unsafe-inline' 'unsafe-eval'
DirectiveSources
default-srchttps: data: blob: 'unsafe-inline' 'unsafe-eval'

Headers sent

HeaderValue
strict-transport-securitymax-age=31536000
x-frame-optionsSAMEORIGIN
x-content-type-optionsnosniff
x-xss-protection1; mode=block
serverApache

Critical findings

script-src allows 'unsafe-inline', which permits inline <script> blocks and event handlers. This defeats the main purpose of CSP.Replace it with a per-response nonce, or hashes for each inline script.
script-src allows data: URIs, which lets an attacker inline arbitrary script through a data URL.Remove data: from script-src.

Re-scan live

This is a snapshot from 2026-08-04. Check it now: