Skip to content
https://splcenter.org

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
1
PASS
7
INFO
0
Checks
12
7 PASS 1 REVIEW 4 FIX
D
Security Headers
Action
5 of 10 headers properly configured
FIX
5 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
Info::
Permissions-Policy is set
Got: geolocation=(), midi=(), sync-xhr=(self "https://plugin.vbotickets.com"), microphone=(), camera=(), magnetometer=(), gyroscope=(), fullscreen=(self), payment=()
Info::
Content-Security-Policy is present
Got: default-src 'self' https://splc-git.github.io; connect-src 'self' https://a…
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 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

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
3 of 10 CSP checks passed
FIX
3 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'self' https://splc-git.github.io; connect-src 'self' https://api.givechariot.com https://*.analytics.google.com https://*.cloudinary.com https://*.conversionsapigateway.com https://*.documentcloud.adobe.com https://*.facebook.com https://*.g.doubleclick.net https://*.google-analytics.com https://*.google.ad https://*.google.ae https://*.google.al https://*.google.am https://*.google.as https://*.google.at https://*.google.az https://*.google.ba https://*.google.be https://*.google.bf https://*.google.bg https://*.google.bi https://*.google.bj https://*.google.bs https://*.google.bt https://*.google.by https://*.google.ca https://*.google.cat https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.co.ao https://*.google.co.bw https://*.google.co.ck https://*.google.co.cr https://*.google.co.id https://*.google.co.il https://*.google.co.in https://*.google.co.jp https://*.google.co.ke https://*.google.co.kr https://*.google.co.ls https://*.google.co.ma https://*.google.co.mz https://*.google.co.nz https://*.google.co.th https://*.google.co.tz https://*.google.co.ug https://*.google.co.uk https://*.google.co.uz https://*.google.co.ve https://*.google.co.vi https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.com https://*.google.com.af https://*.google.com.ag https://*.google.com.ar https://*.google.com.au https://*.google.com.bd https://*.google.com.bh https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.com.bz https://*.google.com.co https://*.google.com.cu https://*.google.com.cy https://*.google.com.do https://*.google.com.ec https://*.google.com.eg https://*.google.com.et https://*.google.com.fj https://*.google.com.gh https://*.google.com.gi https://*.google.com.gt https://*.google.com.hk https://*.google.com.jm https://*.google.com.kh https://*.google.com.kw https://*.google.com.lb https://*.google.com.ly https://*.google.com.mm https://*.google.com.mt https://*.google.com.mx https://*.google.com.my https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.com.np https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.com.pr https://*.google.com.py https://*.google.com.qa https://*.google.com.sa https://*.google.com.sb https://*.google.com.sg https://*.google.com.sl https://*.google.com.sv https://*.google.com.tj https://*.google.com.tr https://*.google.com.tw https://*.google.com.ua https://*.google.com.uy https://*.google.com.vc https://*.google.com.vn https://*.google.cv https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.dz https://*.google.ee https://*.google.es https://*.google.fi https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.gy https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.ie https://*.google.im https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.jo https://*.google.kg https://*.google.ki https://*.google.kz https://*.google.la https://*.google.li https://*.google.lk https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.mn https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.ne https://*.google.nl https://*.google.no https://*.google.nr https://*.google.nu https://*.google.pl https://*.google.pn https://*.google.ps https://*.google.pt https://*.google.ro https://*.google.rs https://*.google.ru https://*.google.rw https://*.google.sc https://*.google.se https://*.google.sh https://*.google.si https://*.google.sk https://*.google.sm https://*.google.sn https://*.google.so https://*.google.sr https://*.google.st https://*.google.td https://*.google.tg https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.tt https://*.google.vu https://*.google.ws https://*.googletagmanager.com https://*.run.app https://acrobatservices.adobe.com https://api.marker.io https://documentcloud.adobe.com https://events.attentivemobile.com https://fastaction.ngpvan.com https://insight.adsrvr.org https://s3.eu-west-1.amazonaws.com https://secure.everyaction.com https://splcenter-us.attn.tv https://splcenter.attn.tv https://ssr.marker.io https://test-drive-7-s6uit34pua-uc.a.run.app https://viewlicense.adobe.io; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.adobe.com https://*.cloudinary.com https://*.dafdirect.org https://*.g.doubleclick.net https://*.google-analytics.com https://*.google.com https://*.googleapis.com https://*.googletagmanager.com https://*.greenhouse.io https://*.gstatic.com https://*.vbotickets.com https://cdn.attn.tv https://cdn.givechariot.com https://connect.facebook.net https://d3rse9xjbp8270.cloudfront.net https://edge.marker.io https://extend.vimeocdn.com https://js.adsrvr.org https://js.verygoodvault.com https://player.vimeo.com https://pym.nprapps.org https://static.everyaction.com https://www.youtube.com https://youtube.com; img-src 'self' https://cdn.givechariot.com https://www.paypalobjects.com https://res.cloudinary.com https://secure.everyaction.com https://secure.gravatar.com https://splc-git.github.io https://static.everyaction.com https://www.dafdirect.org https://www.facebook.com data: https://*.cloudinary.com https://*.google-analytics.com https://*.google.ad https://*.google.ae https://*.google.al https://*.google.am https://*.google.as https://*.google.at https://*.google.az https://*.google.ba https://*.google.be https://*.google.bf https://*.google.bg https://*.google.bi https://*.google.bj https://*.google.bs https://*.google.bt https://*.google.by https://*.google.ca https://*.google.cat https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.co.ao https://*.google.co.bw https://*.google.co.ck https://*.google.co.cr https://*.google.co.id https://*.google.co.il https://*.google.co.in https://*.google.co.jp https://*.google.co.ke https://*.google.co.kr https://*.google.co.ls https://*.google.co.ma https://*.google.co.mz https://*.google.co.nz https://*.google.co.th https://*.google.co.tz https://*.google.co.ug https://*.google.co.uk https://*.google.co.uz https://*.google.co.ve https://*.google.co.vi https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.com https://*.google.com.af https://*.google.com.ag https://*.google.com.ar https://*.google.com.au https://*.google.com.bd https://*.google.com.bh https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.com.bz https://*.google.com.co https://*.google.com.cu https://*.google.com.cy https://*.google.com.do https://*.google.com.ec https://*.google.com.eg https://*.google.com.et https://*.google.com.fj https://*.google.com.gh https://*.google.com.gi https://*.google.com.gt https://*.google.com.hk https://*.google.com.jm https://*.google.com.kh https://*.google.com.kw https://*.google.com.lb https://*.google.com.ly https://*.google.com.mm https://*.google.com.mt https://*.google.com.mx https://*.google.com.my https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.com.np https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.com.pr https://*.google.com.py https://*.google.com.qa https://*.google.com.sa https://*.google.com.sb https://*.google.com.sg https://*.google.com.sl https://*.google.com.sv https://*.google.com.tj https://*.google.com.tr https://*.google.com.tw https://*.google.com.ua https://*.google.com.uy https://*.google.com.vc https://*.google.com.vn https://*.google.cv https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.dz https://*.google.ee https://*.google.es https://*.google.fi https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.gy https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.ie https://*.google.im https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.jo https://*.google.kg https://*.google.ki https://*.google.kz https://*.google.la https://*.google.li https://*.google.lk https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.mn https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.ne https://*.google.nl https://*.google.no https://*.google.nr https://*.google.nu https://*.google.pl https://*.google.pn https://*.google.ps https://*.google.pt https://*.google.ro https://*.google.rs https://*.google.ru https://*.google.rw https://*.google.sc https://*.google.se https://*.google.sh https://*.google.si https://*.google.sk https://*.google.sm https://*.google.sn https://*.google.so https://*.google.sr https://*.google.st https://*.google.td https://*.google.tg https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.tt https://*.google.vu https://*.google.ws https://*.googleapis.com https://*.googletagmanager.com https://*.gstatic.com https://splcenter.org https://www.facebook.com https://www.splcactionfund.org; style-src 'self' 'unsafe-inline' https://*.vbotickets.com https://d3rse9xjbp8270.cloudfront.net https://flo.uri.sh https://fonts.googleapis.com https://platform.twitter.com https://static.everyaction.com https://tagmanager.google.com https://ton.twimg.com/tfw/css https://www.dafdirect.org https://www.gstatic.com; font-src 'self' data: https://*.googleapis.com https://*.gstatic.com https://*.splcenter.org https://cdn.givechariot.com https://d3rse9xjbp8270.cloudfront.net https://www.splcactionfund.org; frame-src 'self' https://*.adsrvr.org https://*.g.doubleclick.net https://*.greenhouse.io https://*.libsyn.com https://*.vbotickets.com https://*.vote.org https://acrobatservices.adobe.com https://action.splcenter.org https://app.marker.io https://cdn.givechariot.com https://cdn.knightlab.com https://connect.facebook.net https://datawrapper.dwcdn.net https://documentcloud.adobe.com https://documentservices.adobe.com https://doublethedonation.com https://flo.uri.sh https://googletagmanager https://platform.twitter.com https://play.prx.org https://player.captivate.fm https://player.vimeo.com https://s-static.ak.facebook.com https://secure.dafpay.com https://secure.splcenter.org https://splc-git.github.io https://splcenter.cartodb.com https://ssl.google-analytics.com https://vimeo.com https://www.arcgis.com https://www.dafdirect.org https://www.facebook.com https://www.google.com https://www.youtube.com https://youtu.be blob: https://*.wpengine.com https://www.splcenter.org https://www.splcactionfund.org; media-src 'self' https://*.cloudinary.com https://splc-git.github.io; worker-src 'self' blob: https://*.wpengine.com https://www.splcenter.org https://www.splcactionfund.org;
Info::
default-src directive is set
Got: default-src 'self' https://splc-git.github.io
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-inline' 'unsafe-eval' https://*.adobe.com https://*.cloudinary.com https://*.dafdirect.org https://*.g.doubleclick.net https://*.google-analytics.com https://*.google.com https://*.googleapis.com https://*.googletagmanager.com https://*.greenhouse.io https://*.gstatic.com https://*.vbotickets.com https://cdn.attn.tv https://cdn.givechariot.com https://connect.facebook.net https://d3rse9xjbp8270.cloudfront.net https://edge.marker.io https://extend.vimeocdn.com https://js.adsrvr.org https://js.verygoodvault.com https://player.vimeo.com https://pym.nprapps.org https://static.everyaction.com https://www.youtube.com https://youtube.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-inline' 'unsafe-eval' https://*.adobe.com https://*.cloudinary.com https://*.dafdirect.org https://*.g.doubleclick.net https://*.google-analytics.com https://*.google.com https://*.googleapis.com https://*.googletagmanager.com https://*.greenhouse.io https://*.gstatic.com https://*.vbotickets.com https://cdn.attn.tv https://cdn.givechariot.com https://connect.facebook.net https://d3rse9xjbp8270.cloudfront.net https://edge.marker.io https://extend.vimeocdn.com https://js.adsrvr.org https://js.verygoodvault.com https://player.vimeo.com https://pym.nprapps.org https://static.everyaction.com https://www.youtube.com https://youtube.com
Info::
No wildcard in script source
Info::
object-src falls back to default-src
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 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

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.

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://splc-git.github.io
connect-src 'self'https://api.givechariot.comhttps://*.analytics.google.comhttps://*.cloudinary.comhttps://*.conversionsapigateway.comhttps://*.documentcloud.adobe.comhttps://*.facebook.comhttps://*.g.doubleclick.nethttps://*.google-analytics.comhttps://*.google.adhttps://*.google.aehttps://*.google.alhttps://*.google.amhttps://*.google.ashttps://*.google.athttps://*.google.azhttps://*.google.bahttps://*.google.behttps://*.google.bfhttps://*.google.bghttps://*.google.bihttps://*.google.bjhttps://*.google.bshttps://*.google.bthttps://*.google.byhttps://*.google.cahttps://*.google.cathttps://*.google.cdhttps://*.google.cfhttps://*.google.cghttps://*.google.chhttps://*.google.cihttps://*.google.clhttps://*.google.cmhttps://*.google.cnhttps://*.google.co.aohttps://*.google.co.bwhttps://*.google.co.ckhttps://*.google.co.crhttps://*.google.co.idhttps://*.google.co.ilhttps://*.google.co.inhttps://*.google.co.jphttps://*.google.co.kehttps://*.google.co.krhttps://*.google.co.lshttps://*.google.co.mahttps://*.google.co.mzhttps://*.google.co.nzhttps://*.google.co.thhttps://*.google.co.tzhttps://*.google.co.ughttps://*.google.co.ukhttps://*.google.co.uzhttps://*.google.co.vehttps://*.google.co.vihttps://*.google.co.zahttps://*.google.co.zmhttps://*.google.co.zwhttps://*.google.comhttps://*.google.com.afhttps://*.google.com.aghttps://*.google.com.arhttps://*.google.com.auhttps://*.google.com.bdhttps://*.google.com.bhhttps://*.google.com.bnhttps://*.google.com.bohttps://*.google.com.brhttps://*.google.com.bzhttps://*.google.com.cohttps://*.google.com.cuhttps://*.google.com.cyhttps://*.google.com.dohttps://*.google.com.echttps://*.google.com.eghttps://*.google.com.ethttps://*.google.com.fjhttps://*.google.com.ghhttps://*.google.com.gihttps://*.google.com.gthttps://*.google.com.hkhttps://*.google.com.jmhttps://*.google.com.khhttps://*.google.com.kwhttps://*.google.com.lbhttps://*.google.com.lyhttps://*.google.com.mmhttps://*.google.com.mthttps://*.google.com.mxhttps://*.google.com.myhttps://*.google.com.nahttps://*.google.com.nghttps://*.google.com.nihttps://*.google.com.nphttps://*.google.com.omhttps://*.google.com.pahttps://*.google.com.pehttps://*.google.com.pghttps://*.google.com.phhttps://*.google.com.pkhttps://*.google.com.prhttps://*.google.com.pyhttps://*.google.com.qahttps://*.google.com.sahttps://*.google.com.sbhttps://*.google.com.sghttps://*.google.com.slhttps://*.google.com.svhttps://*.google.com.tjhttps://*.google.com.trhttps://*.google.com.twhttps://*.google.com.uahttps://*.google.com.uyhttps://*.google.com.vchttps://*.google.com.vnhttps://*.google.cvhttps://*.google.czhttps://*.google.dehttps://*.google.djhttps://*.google.dkhttps://*.google.dmhttps://*.google.dzhttps://*.google.eehttps://*.google.eshttps://*.google.fihttps://*.google.fmhttps://*.google.frhttps://*.google.gahttps://*.google.gehttps://*.google.gghttps://*.google.glhttps://*.google.gmhttps://*.google.grhttps://*.google.gyhttps://*.google.hnhttps://*.google.hrhttps://*.google.hthttps://*.google.huhttps://*.google.iehttps://*.google.imhttps://*.google.iqhttps://*.google.ishttps://*.google.ithttps://*.google.jehttps://*.google.johttps://*.google.kghttps://*.google.kihttps://*.google.kzhttps://*.google.lahttps://*.google.lihttps://*.google.lkhttps://*.google.lthttps://*.google.luhttps://*.google.lvhttps://*.google.mdhttps://*.google.mehttps://*.google.mghttps://*.google.mkhttps://*.google.mlhttps://*.google.mnhttps://*.google.muhttps://*.google.mvhttps://*.google.mwhttps://*.google.nehttps://*.google.nlhttps://*.google.nohttps://*.google.nrhttps://*.google.nuhttps://*.google.plhttps://*.google.pnhttps://*.google.pshttps://*.google.pthttps://*.google.rohttps://*.google.rshttps://*.google.ruhttps://*.google.rwhttps://*.google.schttps://*.google.sehttps://*.google.shhttps://*.google.sihttps://*.google.skhttps://*.google.smhttps://*.google.snhttps://*.google.sohttps://*.google.srhttps://*.google.sthttps://*.google.tdhttps://*.google.tghttps://*.google.tlhttps://*.google.tmhttps://*.google.tnhttps://*.google.tohttps://*.google.tthttps://*.google.vuhttps://*.google.wshttps://*.googletagmanager.comhttps://*.run.apphttps://acrobatservices.adobe.comhttps://api.marker.iohttps://documentcloud.adobe.comhttps://events.attentivemobile.comhttps://fastaction.ngpvan.comhttps://insight.adsrvr.orghttps://s3.eu-west-1.amazonaws.comhttps://secure.everyaction.comhttps://splcenter-us.attn.tvhttps://splcenter.attn.tvhttps://ssr.marker.iohttps://test-drive-7-s6uit34pua-uc.a.run.apphttps://viewlicense.adobe.io
script-src 'self''unsafe-inline''unsafe-eval'https://*.adobe.comhttps://*.cloudinary.comhttps://*.dafdirect.orghttps://*.g.doubleclick.nethttps://*.google-analytics.comhttps://*.google.comhttps://*.googleapis.comhttps://*.googletagmanager.comhttps://*.greenhouse.iohttps://*.gstatic.comhttps://*.vbotickets.comhttps://cdn.attn.tvhttps://cdn.givechariot.comhttps://connect.facebook.nethttps://d3rse9xjbp8270.cloudfront.nethttps://edge.marker.iohttps://extend.vimeocdn.comhttps://js.adsrvr.orghttps://js.verygoodvault.comhttps://player.vimeo.comhttps://pym.nprapps.orghttps://static.everyaction.comhttps://www.youtube.comhttps://youtube.com
img-src 'self'https://cdn.givechariot.comhttps://www.paypalobjects.comhttps://res.cloudinary.comhttps://secure.everyaction.comhttps://secure.gravatar.comhttps://splc-git.github.iohttps://static.everyaction.comhttps://www.dafdirect.orghttps://www.facebook.comdata:https://*.cloudinary.comhttps://*.google-analytics.comhttps://*.google.adhttps://*.google.aehttps://*.google.alhttps://*.google.amhttps://*.google.ashttps://*.google.athttps://*.google.azhttps://*.google.bahttps://*.google.behttps://*.google.bfhttps://*.google.bghttps://*.google.bihttps://*.google.bjhttps://*.google.bshttps://*.google.bthttps://*.google.byhttps://*.google.cahttps://*.google.cathttps://*.google.cdhttps://*.google.cfhttps://*.google.cghttps://*.google.chhttps://*.google.cihttps://*.google.clhttps://*.google.cmhttps://*.google.cnhttps://*.google.co.aohttps://*.google.co.bwhttps://*.google.co.ckhttps://*.google.co.crhttps://*.google.co.idhttps://*.google.co.ilhttps://*.google.co.inhttps://*.google.co.jphttps://*.google.co.kehttps://*.google.co.krhttps://*.google.co.lshttps://*.google.co.mahttps://*.google.co.mzhttps://*.google.co.nzhttps://*.google.co.thhttps://*.google.co.tzhttps://*.google.co.ughttps://*.google.co.ukhttps://*.google.co.uzhttps://*.google.co.vehttps://*.google.co.vihttps://*.google.co.zahttps://*.google.co.zmhttps://*.google.co.zwhttps://*.google.comhttps://*.google.com.afhttps://*.google.com.aghttps://*.google.com.arhttps://*.google.com.auhttps://*.google.com.bdhttps://*.google.com.bhhttps://*.google.com.bnhttps://*.google.com.bohttps://*.google.com.brhttps://*.google.com.bzhttps://*.google.com.cohttps://*.google.com.cuhttps://*.google.com.cyhttps://*.google.com.dohttps://*.google.com.echttps://*.google.com.eghttps://*.google.com.ethttps://*.google.com.fjhttps://*.google.com.ghhttps://*.google.com.gihttps://*.google.com.gthttps://*.google.com.hkhttps://*.google.com.jmhttps://*.google.com.khhttps://*.google.com.kwhttps://*.google.com.lbhttps://*.google.com.lyhttps://*.google.com.mmhttps://*.google.com.mthttps://*.google.com.mxhttps://*.google.com.myhttps://*.google.com.nahttps://*.google.com.nghttps://*.google.com.nihttps://*.google.com.nphttps://*.google.com.omhttps://*.google.com.pahttps://*.google.com.pehttps://*.google.com.pghttps://*.google.com.phhttps://*.google.com.pkhttps://*.google.com.prhttps://*.google.com.pyhttps://*.google.com.qahttps://*.google.com.sahttps://*.google.com.sbhttps://*.google.com.sghttps://*.google.com.slhttps://*.google.com.svhttps://*.google.com.tjhttps://*.google.com.trhttps://*.google.com.twhttps://*.google.com.uahttps://*.google.com.uyhttps://*.google.com.vchttps://*.google.com.vnhttps://*.google.cvhttps://*.google.czhttps://*.google.dehttps://*.google.djhttps://*.google.dkhttps://*.google.dmhttps://*.google.dzhttps://*.google.eehttps://*.google.eshttps://*.google.fihttps://*.google.fmhttps://*.google.frhttps://*.google.gahttps://*.google.gehttps://*.google.gghttps://*.google.glhttps://*.google.gmhttps://*.google.grhttps://*.google.gyhttps://*.google.hnhttps://*.google.hrhttps://*.google.hthttps://*.google.huhttps://*.google.iehttps://*.google.imhttps://*.google.iqhttps://*.google.ishttps://*.google.ithttps://*.google.jehttps://*.google.johttps://*.google.kghttps://*.google.kihttps://*.google.kzhttps://*.google.lahttps://*.google.lihttps://*.google.lkhttps://*.google.lthttps://*.google.luhttps://*.google.lvhttps://*.google.mdhttps://*.google.mehttps://*.google.mghttps://*.google.mkhttps://*.google.mlhttps://*.google.mnhttps://*.google.muhttps://*.google.mvhttps://*.google.mwhttps://*.google.nehttps://*.google.nlhttps://*.google.nohttps://*.google.nrhttps://*.google.nuhttps://*.google.plhttps://*.google.pnhttps://*.google.pshttps://*.google.pthttps://*.google.rohttps://*.google.rshttps://*.google.ruhttps://*.google.rwhttps://*.google.schttps://*.google.sehttps://*.google.shhttps://*.google.sihttps://*.google.skhttps://*.google.smhttps://*.google.snhttps://*.google.sohttps://*.google.srhttps://*.google.sthttps://*.google.tdhttps://*.google.tghttps://*.google.tlhttps://*.google.tmhttps://*.google.tnhttps://*.google.tohttps://*.google.tthttps://*.google.vuhttps://*.google.wshttps://*.googleapis.comhttps://*.googletagmanager.comhttps://*.gstatic.comhttps://splcenter.orghttps://www.facebook.comhttps://www.splcactionfund.org
style-src 'self''unsafe-inline'https://*.vbotickets.comhttps://d3rse9xjbp8270.cloudfront.nethttps://flo.uri.shhttps://fonts.googleapis.comhttps://platform.twitter.comhttps://static.everyaction.comhttps://tagmanager.google.comhttps://ton.twimg.com/tfw/csshttps://www.dafdirect.orghttps://www.gstatic.com
font-src 'self'data:https://*.googleapis.comhttps://*.gstatic.comhttps://*.splcenter.orghttps://cdn.givechariot.comhttps://d3rse9xjbp8270.cloudfront.nethttps://www.splcactionfund.org
frame-src 'self'https://*.adsrvr.orghttps://*.g.doubleclick.nethttps://*.greenhouse.iohttps://*.libsyn.comhttps://*.vbotickets.comhttps://*.vote.orghttps://acrobatservices.adobe.comhttps://action.splcenter.orghttps://app.marker.iohttps://cdn.givechariot.comhttps://cdn.knightlab.comhttps://connect.facebook.nethttps://datawrapper.dwcdn.nethttps://documentcloud.adobe.comhttps://documentservices.adobe.comhttps://doublethedonation.comhttps://flo.uri.shhttps://googletagmanagerhttps://platform.twitter.comhttps://play.prx.orghttps://player.captivate.fmhttps://player.vimeo.comhttps://s-static.ak.facebook.comhttps://secure.dafpay.comhttps://secure.splcenter.orghttps://splc-git.github.iohttps://splcenter.cartodb.comhttps://ssl.google-analytics.comhttps://vimeo.comhttps://www.arcgis.comhttps://www.dafdirect.orghttps://www.facebook.comhttps://www.google.comhttps://www.youtube.comhttps://youtu.beblob:https://*.wpengine.comhttps://www.splcenter.orghttps://www.splcactionfund.org
media-src 'self'https://*.cloudinary.comhttps://splc-git.github.io
worker-src 'self'blob:https://*.wpengine.comhttps://www.splcenter.orghttps://www.splcactionfund.org
F
Subresource Integrity
Action
0 of 62 external resources have SRI
FIX
0 of 62 external resources have SRI
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/2049310922212412?v=2.9.303&r=stable&domain=www.splcenter.org&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 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-KVHVNMW5TE&cx=c&gtm=4e64k0
Warning::
External script from www.googletagmanager.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.googletagmanager.com/gtm.js?id=GTM-N35NCMF
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/alert-bar/style.css?ver=5b04531d8d97b0067211de467e704d0f8e825eeb34d61c97665e36ec9079c82b
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/blocks/navigation/style.min.css?ver=6.9.4
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-megamenu/style.css?ver=748e3198df09068bdc8a7d427f553f48834fbfd7fc4a1610ca9023fd6a28d13b
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/blocks/image/style.min.css?ver=6.9.4
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-flyout/style.css?ver=56bef4fb38c9ce587360ed3604f7b1acd0154b7bc6276eb5e4fe21a522fe42c6
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-header/style.css?ver=d7577756c22f8b04f4265a3a809631193c0126ac32ae8251a8773946918187df
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/query.css?ver=1775753319
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/media-hero/style.css?ver=403f507704cfdfe900cb2be56e5e4bbfc7c7c68fcf3be39a09a11da7819c4065
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/splc/topper.css?ver=1775753319
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/media-text.css?ver=1775753319
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/post-content.css?ver=1775753319
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-reset.min.css?ver=2.9.29
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-foundation.min.css?ver=2.9.29
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-framework.min.css?ver=2.9.29
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-orbital-theme.min.css?ver=2.9.29
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/blocks/autoenqueue/core/shortcode.css?ver=1775753319
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/blocks/social-links/style.min.css?ver=6.9.4
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/css/dist/block-library/common.min.css?ver=6.9.4
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/ui-kit-icons//dist/css/inline-icon-css.css
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/ui-kit-animate-blocks//dist/css/animate-blocks-style.css?ver=640dd7e41c9815c13071
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/ui-kit-core/dist/css/video-cover-controls-styles.css?ver=4f4139d1d1013647d8e2
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/elasticpress/dist/css/general-styles.css?ver=66295efe92a630617c00
Warning::
External link from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/css/frontend.css?ver=b06da0b39f659138bdb3
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/themes/splc-theme/dist/js/frontend.js?ver=b06da0b39f659138bdb3
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/post-type/view.js?ver=0446751a9feb77479b87
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/geographical-focus-intro/view.js?ver=74a012e5d6d5c4f0ea04
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.29
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.29
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=3f278756f0a3032bed328ff6a9f6c01d
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-header/view-module.js?ver=86e74882071085716920
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/media-hero/view-module.js?ver=3717f8311f4891c27a9a
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/select-and-go/view-module.js?ver=31d6cfe0d16ae931b73c
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/ui-kit-core/dist/js/cover-block-video-controls.js?ver=5f6bf4f921a78432eb80
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4
Warning::
External script from cdn.attn.tv lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.attn.tv/tag/4-latest/unified-tag.js?v=4-latest_0948d5cc5c
Warning::
External script from cdn.attn.tv lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.attn.tv/growth-tag-assets/client-configs/UgJ.js
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/alert-bar/view-module.js?ver=069886e9405a0bd24666
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/site-switcher/view-module.js?ver=31a807c85154edf7bfa4
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-megamenu/view-module.js?ver=f8ebd747093de5c613d8
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation/view-module.js?ver=26bd0df4e337e18caad4
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-portal/view-module.js?ver=71d1a5c7be79d350fbef
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/search-button/view-module.js?ver=36aaf737d5e70353d0ea
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/splc-plugin/dist/blocks/navigation-flyout/view-module.js?ver=8f13fae52b761d9b3f2a
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.29
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=4f8b3915c1c1e1a6800825abd64b03cb
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=7383fdf9ccf5533a5ee9c6a7a5ad6800
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/mu-plugins/ui-kit-animate-blocks//dist/js/animate-blocks-view-script.js?ver=11d88e9071279260b10c
Warning::
External script from www.splcenter.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.splcenter.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7
Warning::
External script from js.adsrvr.org lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://js.adsrvr.org/up_loader.3.0.0.js
Warning::
External script from cdn.attn.tv lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.attn.tv/splcenter/dtag.js
Warning::
External script from extend.vimeocdn.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://extend.vimeocdn.com/ga/139967050.js
Warning::
External script from cdn.attn.tv lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.attn.tv/splcenter/dtag.js
SRI Coverage 0 / 62 of external resources have integrity hashes
TagDomainIntegrity
<script>connect.facebook.net Missing
<script>connect.facebook.net Missing
<script>www.googletagmanager.com Missing
<script>www.googletagmanager.com Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<link>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>cdn.attn.tv Missing
<script>cdn.attn.tv Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>www.splcenter.org Missing
<script>js.adsrvr.org Missing
<script>cdn.attn.tv Missing
<script>extend.vimeocdn.com Missing
<script>cdn.attn.tv Missing
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
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_CHACHA20_POLY1305_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 41 days)
Got: 2026-06-03T10:29:46Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA256
Info::
Certificate covers 1 domain(s)
Got: splcenter.org
Info::
Certificate is issued by a trusted CA
Got: CN=WE1,O=Google Trust Services,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_CHACHA20_POLY1305_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=splcenter.orgIssuer CN=WE1,O=Google Trust Services,C=USValid 2026-03-05T09:29:52Z → 2026-06-03T10:29:46ZExpires in 41 days SANs splcenter.orgSignature ECDSA-SHA256Serial 832011d1f8fa65de13fba7a4fdad8bbd
Intermediate (CA Certificate)
Subject CN=WE1,O=Google Trust Services,C=USIssuer CN=GTS Root R4,O=Google Trust Services LLC,C=USValid 2023-12-13T09:00:00Z → 2029-02-20T14:00:00ZExpires in 1034 days Signature ECDSA-SHA384Serial 7ff31977972c224a76155d13b6d685e3
Intermediate (CA Certificate)
Subject CN=GTS Root R4,O=Google Trust Services LLC,C=USIssuer CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BEValid 2023-11-15T03:43:21Z → 2028-01-28T00:00:42ZExpires in 645 days Signature SHA256-RSASerial 7fe530bf331343bedd821610493d8a1b
A+
Cookie Security
1 cookies analyzed, 2 checks passed
PASS
1 cookies analyzed, 2 checks passed
Info::
Cookie '__cf_bm' has the Secure flag
Info::
Cookie '__cf_bm' has the HttpOnly flag
Warning::
Cookie '__cf_bm' has no SameSite attribute
Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
1 cookies analyzed 1 warnings
NameSecureHttpOnlySameSiteSizeIssues
__cf_bm206 B1
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; sp=none; rua=mailto:778c82d51be1.a@dmarcinput.com; ruf=mailto:778c82d51be1.f@dmarcinput.com; adkim=r; aspf=r; fo=1; pct=50; ri=86400
A+
Permissions-Policy
9 directives, 1 missing
PASS
9 directives, 1 missing
Info::
geolocation=() — blocked for all origins
Info::
midi=() — blocked for all origins
Info::
sync-xhr=(self "https://plugin.vbotickets.com")
Info::
microphone=() — blocked for all origins
Info::
camera=() — blocked for all origins
Info::
magnetometer=() — blocked for all origins
Info::
gyroscope=() — blocked for all origins
Info::
fullscreen=(self)
Info::
payment=() — blocked for all origins
Info::
usb not restricted
Consider adding usb=() to block usb access from embedded content.

Raw Header

geolocation=() midi=() sync-xhr=(self "https://plugin.vbotickets.com") microphone=() camera=() magnetometer=() gyroscope=() fullscreen=(self) payment=()

Feature Permissions

Blocked Self Only Unrestricted Not Set
geolocation Blocked
midi Blocked
sync-xhr (self "https://plugin.vbotickets.com") (1 origins)
microphone Blocked
camera Blocked
magnetometer Blocked
gyroscope Blocked
fullscreen Self Only
payment Blocked
usb Not Set
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.
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)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback