Skip to content
https://userway.org

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
81
GRADE
B
FIX
2
REVIEW
3
PASS
7
INFO
0
Checks
12
7 PASS 3 REVIEW 2 FIX
D
Permissions-Policy
Action
No header set
FIX
No header set
Warning::
No Permissions-Policy header
Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

No Permissions-Policy header set.

Without this header, embedded iframes can request access to sensitive device features.

Suggested header
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=()
D
security.txt
Action
No /.well-known/security.txt published
FIX

security.txt

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

B
Security Headers
6 of 10 headers properly configured
REVIEW
6 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured (consider adding preload)
Got: max-age=31536000; includeSubDomains
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Info::
X-Frame-Options is properly configured
Got: SAMEORIGIN
Warning::
Referrer-Policy has a weak value
Got: origin-when-cross-origin 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'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: …
Info::
Cross-Origin-Opener-Policy is properly configured
Got: 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
Warning::
X-Powered-By header reveals technology stack
This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
Got: Express
Info::
Server header is not present
Expected: strict-origin-when-cross-origin
Why this matters

Weak Referrer-Policy values leak full URLs (with query params, tokens, IDs) to every third-party resource on the page.

Learn more

Default referrer behavior shares the full referring URL with images, scripts, and other resources from third-party origins. If your URLs contain tokens, session IDs, or user emails (in query strings or paths), every third-party tracker gets them. Set `Referrer-Policy: strict-origin-when-cross-origin` (or stricter).

Source: MDN Referrer-Policy / 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

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

This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.

Why this matters

X-Powered-By: PHP/7.4.3 advertises your stack to attackers — disable it.

Learn more

X-Powered-By and similar headers (X-AspNet-Version, X-Runtime) tell attackers which versions to target. Disable in your server/framework config: PHP `expose_php=Off`, ASP.NET `<httpRuntime enableVersionHeader="false">`, Express `app.disable('x-powered-by')`.

Source: OWASP

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'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://*.hotjar.com https://*.cookiebot.com http://*.outbrain.com http://*.trustpilot.com https://cdn.debugbear.com https://js.stripe.com https://m.stripe.network/out-4.5.42.js https://*.hideousplay.com https://www.redditstatic.com/ads/pixel.js https://a.quora.com/qevents.js https://amplify.outbrain.com/cp/obtp.js https://js.hs-scripts.com https://static.ads-twitter.com/uwt.js https://m.stripe.network https://bat.bing.com http://js.hs-scripts.com https://js.hs-banner.com https://js.hs-analytics.net https://tag.clearbitscripts.com https://x.clearbitjs.com https://reveal.clearbit.com https://cdn.amplitude.com https://js.intercomcdn.com https://www.youtube.com https://*.tiktok.com/ https://snap.licdn.com https://*.6sc.co https://js.hsadspixel.net https://*.taboola.com https://connect.facebook.net https://*.intercom.io https://assets.calendly.com https://w.usabilla.com https://cdn.optimizely.com https://cdn.segment.io https://cdn.heapanalytics.com https://js.appboycdn.com https://data.pendo.io https://static.zdassets.com https://geolocation.onetrust.com https://*.airbrake.io https://api2.amplitude.com https://*.g.doubleclick.net https://cdn.cookielaw.org https://booking-dfp.calendly.com/telemetry.js; style-src 'self' 'unsafe-inline' https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://*.cookiebot.com https://tagmanager.google.com; img-src 'self' data: https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://track.hubspot.com https://px.ads.linkedin.com https://bat.bing.com https://static.intercomassets.com https://downloads.intercomcdn.com https://js.intercomcdn.com https://*.trustpilot.com https://*.cookiebot.com https://*.g2crowd.com https://*.taboola.com https://q.quora.com https://levelaccess.com https://stape.io https://www.linkedin.com https://*.g.doubleclick.net https://t.co/1/i/ https://analytics.twitter.com https://alb.reddit.com http://b.6sc.co/v1/beacon/ https://un.hideousplay.com/tracker/ https://ct.capterra.com/ https://i.liadm.com/ https://images.g2crowd.com https://lh3.googleusercontent.com https://www.facebook.com https://b.6sc.co https://effortless-cuddle-8148be6fe0.media.strapiapp.com https://i.ytimg.com; font-src 'self' data: https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://fonts.intercomcdn.com/messenger-m4/; connect-src 'self' https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://*.trustpilot.com https://static.hsappstatic.net https://api.hubapi.com https://www.facebook.com https://bat.bing.net wss://ws.hotjar.com https://metrics.hotjar.io https://content.hotjar.io https://vc.hotjar.io https://bat.bing.com https://*.outbrain.com https://*.taboola.com https://tag.clearbitscripts.com https://app.clearbit.com https://data.debugbear.com https://analytics.tiktok.com https://analytics-ipv6.tiktokw.us https://px.ads.linkedin.com https://pixel-config.reddit.com https://*.6sc.co https://epsilon.6sense.com https://www.redditstatic.com https://*.hideousplay.com https://conversions-config.reddit.com wss://nexus-websocket-a.intercom.io https://api-iam.intercom.io https://*.airbrake.io https://api2.amplitude.com https://cdn.amplitude.com https://*.cookiebot.com https://*.cookiebot.eu https://effortless-cuddle-8148be6fe0.media.strapiapp.com; media-src https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org; frame-src 'self' https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://js.stripe.com https://intercom-sheets.com https://www.facebook.com https://www.youtube.com http://www.youtube.com https://calendly.com https://*.cookiebot.com; object-src 'none'; base-uri 'self'; form-action 'self' https://www.facebook.com https://scan.userway.org https://manage.userway.org https://api.userway.org/api/ https://inspect.userway.org/api/; frame-ancestors https://userway.org https://userway.org/blog/ https://userway.org/es/blog/ https://userway.org/de/blog/ https://userway.org/fr/blog/ https://userway.org/pt/blog/ https://manage.userway.org;
Info::
default-src directive is set
Got: default-src 'self'
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' data: blob: https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://*.hotjar.com https://*.cookiebot.com http://*.outbrain.com http://*.trustpilot.com https://cdn.debugbear.com https://js.stripe.com https://m.stripe.network/out-4.5.42.js https://*.hideousplay.com https://www.redditstatic.com/ads/pixel.js https://a.quora.com/qevents.js https://amplify.outbrain.com/cp/obtp.js https://js.hs-scripts.com https://static.ads-twitter.com/uwt.js https://m.stripe.network https://bat.bing.com http://js.hs-scripts.com https://js.hs-banner.com https://js.hs-analytics.net https://tag.clearbitscripts.com https://x.clearbitjs.com https://reveal.clearbit.com https://cdn.amplitude.com https://js.intercomcdn.com https://www.youtube.com https://*.tiktok.com/ https://snap.licdn.com https://*.6sc.co https://js.hsadspixel.net https://*.taboola.com https://connect.facebook.net https://*.intercom.io https://assets.calendly.com https://w.usabilla.com https://cdn.optimizely.com https://cdn.segment.io https://cdn.heapanalytics.com https://js.appboycdn.com https://data.pendo.io https://static.zdassets.com https://geolocation.onetrust.com https://*.airbrake.io https://api2.amplitude.com https://*.g.doubleclick.net https://cdn.cookielaw.org https://booking-dfp.calendly.com/telemetry.js
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' data: blob: https://*.google.com https://*.googleapis.com https://*.gstatic.com https://*.googletagmanager.com https://*.googleadservices.com https://*.doubleclick.net https://*.google-analytics.com https://*.analytics.google.com https://*.googlesyndication.com https://www.recaptcha.net https://*.google.fr https://sgtm.userway.org https://api.userway.org/api/ https://inspect.userway.org/api https://inspect.userway.org https://userway.org https://manage.userway.org https://scan.userway.org https://cdn.userway.org https://*.hotjar.com https://*.cookiebot.com http://*.outbrain.com http://*.trustpilot.com https://cdn.debugbear.com https://js.stripe.com https://m.stripe.network/out-4.5.42.js https://*.hideousplay.com https://www.redditstatic.com/ads/pixel.js https://a.quora.com/qevents.js https://amplify.outbrain.com/cp/obtp.js https://js.hs-scripts.com https://static.ads-twitter.com/uwt.js https://m.stripe.network https://bat.bing.com http://js.hs-scripts.com https://js.hs-banner.com https://js.hs-analytics.net https://tag.clearbitscripts.com https://x.clearbitjs.com https://reveal.clearbit.com https://cdn.amplitude.com https://js.intercomcdn.com https://www.youtube.com https://*.tiktok.com/ https://snap.licdn.com https://*.6sc.co https://js.hsadspixel.net https://*.taboola.com https://connect.facebook.net https://*.intercom.io https://assets.calendly.com https://w.usabilla.com https://cdn.optimizely.com https://cdn.segment.io https://cdn.heapanalytics.com https://js.appboycdn.com https://data.pendo.io https://static.zdassets.com https://geolocation.onetrust.com https://*.airbrake.io https://api2.amplitude.com https://*.g.doubleclick.net https://cdn.cookielaw.org https://booking-dfp.calendly.com/telemetry.js
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 https://userway.org https://userway.org/blog/ https://userway.org/es/blog/ https://userway.org/de/blog/ https://userway.org/fr/blog/ https://userway.org/pt/blog/ https://manage.userway.org
Info::
form-action directive is set
Got: form-action 'self' https://www.facebook.com https://scan.userway.org https://manage.userway.org https://api.userway.org/api/ https://inspect.userway.org/api/
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'
script-src 'self''unsafe-inline''unsafe-eval'data:blob:https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://*.hotjar.comhttps://*.cookiebot.comhttp://*.outbrain.comhttp://*.trustpilot.comhttps://cdn.debugbear.comhttps://js.stripe.comhttps://m.stripe.network/out-4.5.42.jshttps://*.hideousplay.comhttps://www.redditstatic.com/ads/pixel.jshttps://a.quora.com/qevents.jshttps://amplify.outbrain.com/cp/obtp.jshttps://js.hs-scripts.comhttps://static.ads-twitter.com/uwt.jshttps://m.stripe.networkhttps://bat.bing.comhttp://js.hs-scripts.comhttps://js.hs-banner.comhttps://js.hs-analytics.nethttps://tag.clearbitscripts.comhttps://x.clearbitjs.comhttps://reveal.clearbit.comhttps://cdn.amplitude.comhttps://js.intercomcdn.comhttps://www.youtube.comhttps://*.tiktok.com/https://snap.licdn.comhttps://*.6sc.cohttps://js.hsadspixel.nethttps://*.taboola.comhttps://connect.facebook.nethttps://*.intercom.iohttps://assets.calendly.comhttps://w.usabilla.comhttps://cdn.optimizely.comhttps://cdn.segment.iohttps://cdn.heapanalytics.comhttps://js.appboycdn.comhttps://data.pendo.iohttps://static.zdassets.comhttps://geolocation.onetrust.comhttps://*.airbrake.iohttps://api2.amplitude.comhttps://*.g.doubleclick.nethttps://cdn.cookielaw.orghttps://booking-dfp.calendly.com/telemetry.js
style-src 'self''unsafe-inline'https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://*.cookiebot.comhttps://tagmanager.google.com
img-src 'self'data:https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://track.hubspot.comhttps://px.ads.linkedin.comhttps://bat.bing.comhttps://static.intercomassets.comhttps://downloads.intercomcdn.comhttps://js.intercomcdn.comhttps://*.trustpilot.comhttps://*.cookiebot.comhttps://*.g2crowd.comhttps://*.taboola.comhttps://q.quora.comhttps://levelaccess.comhttps://stape.iohttps://www.linkedin.comhttps://*.g.doubleclick.nethttps://t.co/1/i/https://analytics.twitter.comhttps://alb.reddit.comhttp://b.6sc.co/v1/beacon/https://un.hideousplay.com/tracker/https://ct.capterra.com/https://i.liadm.com/https://images.g2crowd.comhttps://lh3.googleusercontent.comhttps://www.facebook.comhttps://b.6sc.cohttps://effortless-cuddle-8148be6fe0.media.strapiapp.comhttps://i.ytimg.com
font-src 'self'data:https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://fonts.intercomcdn.com/messenger-m4/
connect-src 'self'https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://*.trustpilot.comhttps://static.hsappstatic.nethttps://api.hubapi.comhttps://www.facebook.comhttps://bat.bing.netwss://ws.hotjar.comhttps://metrics.hotjar.iohttps://content.hotjar.iohttps://vc.hotjar.iohttps://bat.bing.comhttps://*.outbrain.comhttps://*.taboola.comhttps://tag.clearbitscripts.comhttps://app.clearbit.comhttps://data.debugbear.comhttps://analytics.tiktok.comhttps://analytics-ipv6.tiktokw.ushttps://px.ads.linkedin.comhttps://pixel-config.reddit.comhttps://*.6sc.cohttps://epsilon.6sense.comhttps://www.redditstatic.comhttps://*.hideousplay.comhttps://conversions-config.reddit.comwss://nexus-websocket-a.intercom.iohttps://api-iam.intercom.iohttps://*.airbrake.iohttps://api2.amplitude.comhttps://cdn.amplitude.comhttps://*.cookiebot.comhttps://*.cookiebot.euhttps://effortless-cuddle-8148be6fe0.media.strapiapp.com
media-src https://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.org
frame-src 'self'https://*.google.comhttps://*.googleapis.comhttps://*.gstatic.comhttps://*.googletagmanager.comhttps://*.googleadservices.comhttps://*.doubleclick.nethttps://*.google-analytics.comhttps://*.analytics.google.comhttps://*.googlesyndication.comhttps://www.recaptcha.nethttps://*.google.frhttps://sgtm.userway.orghttps://api.userway.org/api/https://inspect.userway.org/apihttps://inspect.userway.orghttps://userway.orghttps://manage.userway.orghttps://scan.userway.orghttps://cdn.userway.orghttps://js.stripe.comhttps://intercom-sheets.comhttps://www.facebook.comhttps://www.youtube.comhttp://www.youtube.comhttps://calendly.comhttps://*.cookiebot.com
object-src 'none'
base-uri 'self'
form-action 'self'https://www.facebook.comhttps://scan.userway.orghttps://manage.userway.orghttps://api.userway.org/api/https://inspect.userway.org/api/
frame-ancestors https://userway.orghttps://userway.org/blog/https://userway.org/es/blog/https://userway.org/de/blog/https://userway.org/fr/blog/https://userway.org/pt/blog/https://manage.userway.org
B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_128_GCM_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 181 days)
Got: 2026-10-19T23:59:59Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 8 domain(s)
Got: userway.org, cdn.userway.org, *.staging.userway.org, staging.userway.org, *.staging.blog.userway.org, *.userway.org, www.userway.org, staging.blog.userway.org
Info::
Certificate is issued by a trusted CA
Got: CN=Amazon RSA 2048 M01,O=Amazon,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=userway.orgIssuer CN=Amazon RSA 2048 M01,O=Amazon,C=USValid 2025-09-20T00:00:00Z → 2026-10-19T23:59:59ZExpires in 181 days SANs userway.org, cdn.userway.org, *.staging.userway.org, staging.userway.org, *.staging.blog.userway.org, *.userway.org, www.userway.org, staging.blog.userway.orgSignature SHA256-RSASerial 3c4319dca1693ed35430c6ff7f5546c
Intermediate (CA Certificate)
Subject CN=Amazon RSA 2048 M01,O=Amazon,C=USIssuer CN=Amazon Root CA 1,O=Amazon,C=USValid 2022-08-23T22:21:28Z → 2030-08-23T22:21:28ZExpires in 1584 days Signature SHA256-RSASerial 77312380b9d6688a33b1ed9bf9ccda68e0e0f
Intermediate (CA Certificate)
Subject CN=Amazon Root CA 1,O=Amazon,C=USIssuer CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=USValid 2015-05-25T12:00:00Z → 2037-12-31T01:00:00ZExpires in 4271 days Signature SHA256-RSASerial 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
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+
Subresource Integrity
No external resources
PASS
No external resources
Info::
No external resources to protect
SRI Coverage No external resources — SRI not applicable
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:640f18e97364a@ag.dmarcly.com; ruf=mailto:640f18e97364a@fo.dmarcly.com; sp=none; fo=1;
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
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.
Info::
HSTS enabled (includeSubDomains)
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