Skip to content
https://taylorstitch.com

Security

· 12 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
2
PASS
6
INFO
0
Checks
12
6 PASS 2 REVIEW 4 FIX
D
Security Headers
Action
4 of 10 headers properly configured
FIX
4 of 10 headers properly configured
Warning::
HSTS max-age is too short (7889238s, should be ≥ 31536000s)
A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
Got: max-age=7889238 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
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: block-all-mixed-content; frame-ancestors *; upgrade-insecure-requests;
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

A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).

Expected: max-age=31536000; includeSubDomains
Why this matters

Short HSTS max-age leaves a downgrade-attack window every time the cache expires — set ≥ 1 year.

Learn more

max-age below 31536000 (1 year) is below industry recommendation. The browser forgets the HSTS policy and re-exposes first-visit downgrade attacks. Set to 63072000 (2 years) and add `includeSubDomains; preload` to qualify for the HSTS preload list.

Source: RFC 6797 / hstspreload.org

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

D
Subresource Integrity
Action
1 of 61 external resources have SRI
FIX
1 of 61 external resources have SRI
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/destination?id=G-E125EVMR4R&cx=c&gtm=4e6470h2
Warning::
External script from d2r9py2hfy5mgp.cloudfront.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://d2r9py2hfy5mgp.cloudfront.net/A4/C8/51/6826B8421C-701922/tagalys-analytics.js?v=20250415185440&shop=taylor-stitch.myshopify.com
Warning::
External script from customer-first-focus.b-cdn.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://customer-first-focus.b-cdn.net/cffPCLoader_min.js?shop=taylor-stitch.myshopify.com
Warning::
External script from services.nofraud.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://services.nofraud.com/js/device.js?shop=taylor-stitch.myshopify.com
Warning::
External script from cdn-loyalty.yotpo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn-loyalty.yotpo.com/loader/0cYbGlm8AJm655give3oXg.js?shop=taylor-stitch.myshopify.com
Warning::
External script from cdn1.stamped.io lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn1.stamped.io/files/widget.min.js?shop=taylor-stitch.myshopify.com
Warning::
External script from cdn1.stamped.io lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn1.stamped.io/files/widget.min.js?shop=taylor-stitch.myshopify.com
Warning::
External script from app.directededge.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //app.directededge.com/assets/email_cart_updater.js?shop=taylor-stitch.myshopify.com
Warning::
External script from app.directededge.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //app.directededge.com/minicart/tag?shop=taylor-stitch.myshopify.com
Warning::
External script from cdn.trackjs.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.trackjs.com/agent/v3/latest/t.js
Warning::
External script from analytics.tiktok.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js
Warning::
External script from analytics.tiktok.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js
Warning::
External script from consent.cookiebot.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://consent.cookiebot.com/d2437d93-e98e-49ff-aee4-a51dc787a63e/cc.js?renew=false&referer=www.taylorstitch.com&dnt=false&init=false&georegions=%5B%7B%22r%22%3A%22AT%2CBE%2CBG%2CHR%2CCY%2CCZ%2CDK%2CEE%2CFI%2CFR%2CDE%2CGR%2CHU%2CIE%2CIT%2CLV%2CLT%2CLU%2CMT%2CNL%2CPL%2CPT%2CRO%2CSK%2CSI%2CES%2CSE%2CGB%22%2C%22i%22%3A%2280a9d7f2-1fae-4eeb-ab8b-67fad7abb672%22%7D%5D
Warning::
External script from analytics.tiktok.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D5UIG8BC77UA7KCOERJG&lib=ttq
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-847512537&cx=c&gtm=4e6470h2
Warning::
External script from consent.cookiebot.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://consent.cookiebot.com/uc.js?cbid=d2437d93-e98e-49ff-aee4-a51dc787a63e&implementation=gtm&consentmode-dataredaction=dynamic&georegions=%7B'region'%3A'AT%2C%20BE%2C%20BG%2C%20HR%2C%20CY%2C%20CZ%2C%20DK%2C%20EE%2C%20FI%2C%20FR%2C%20DE%2C%20GR%2C%20HU%2C%20IE%2C%20IT%2C%20LV%2C%20LT%2C%20LU%2C%20MT%2C%20NL%2C%20PL%2C%20PT%2C%20RO%2C%20SK%2C%20SI%2C%20ES%2C%20SE%2C%20GB'%2C'cbid'%3A'80a9d7f2-1fae-4eeb-ab8b-67fad7abb672'%7D
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-PWKDH5F
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/s/trekkie.storefront.e683ac02f599017ff9915d0144977db42ea1653f.min.js
Warning::
External link from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.styles.css?v=58600175286363318021774461219
Warning::
External link from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.styles.index.css?v=17308020698278477741772474215
Warning::
External link from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.styles.print.css?v=87450214902364986181765377112
Warning::
External link from use.typekit.net lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://use.typekit.net/jqw7lhp.css
Warning::
External script from config.gorgias.chat lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://config.gorgias.chat/bundle-loader/shopify/taylor-stitch.myshopify.com
Warning::
External script from content.9gtb.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://content.9gtb.com/loader.js
Warning::
External script from config.gorgias.help lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://config.gorgias.help/api/contact-forms/replace-mailto-script.js?shopName=taylor-stitch
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/fwLqkE/klaviyo.js?company_id=fwLqkE
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/fender_analytics.5acc2d4094469e00ec31.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/static.05920b16793f2a456e22.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~renderFavoritesButton~renderFavoritesIconButton~FavoritesButtonElement~renderFaqWidget~.2cc0e8eaac59e1064c76.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/runtime.a18c1d1939befc691880.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/sharedUtils.a9ddf879f3b12a71706e.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~reviews~telemetry~customerHubRoot~renderFavoritesButton~renderFavoritesIconButton~FavoritesButtonElement~renderFaqWidget~.2cc0e8eaac59e1064c76.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~reviews~atlas.0201e888d834a3782e3a.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/default~in_app_forms~signup_forms.a9953a1681e0d8106e3e.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/signup_forms.b91963e01b14e3963e32.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/post_identification_sync.e290d099b5bfa48fdae0.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~onsite-triggering~.00140035a0ee1bdef5e1.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/client_identity.31e543af1fe78c3e0363.js?cb=2
Warning::
External script from static.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/event_adapter.4f7be3f375ef0d59c121.js?cb=2
Warning::
External script from static-tracking.klaviyo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/telemetry.252f3f2a5777c4acc847.js?cb=2
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js
Warning::
External script from cdn-widgetsrepository.yotpo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn-widgetsrepository.yotpo.com/widget-assets/yotpo-pixel/2026-03-10_12-14-30/bundle.js
Warning::
External script from cdn-widgetsrepository.yotpo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn-widgetsrepository.yotpo.com/widget-assets/widgets-initializer/app.v0.9.8-7487.js
Warning::
External script from xp2023-pix.s3.amazonaws.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://xp2023-pix.s3.amazonaws.com/px_rvsE2.js
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.script.plugins-defer.min.js?v=38227121491110952171772474202
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.data.search.redirect.min.js?v=118433623409587200401740769712
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.klaviyo.popup.form.handler.min.js?v=148772308821134436061708556266
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shop/t/12/assets/taylor-stitch.scripts.shared.min.js?v=71662158470408135951774531388
Warning::
External script from shop.app lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=701922
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js
Info::
script from www.taylorstitch.com has SRI protection
Warning::
External script from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //www.taylorstitch.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812
Warning::
External link from www.taylorstitch.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.taylorstitch.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css
Warning::
External script from cdn-widgetsrepository.yotpo.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn-widgetsrepository.yotpo.com/v1/loader/0cYbGlm8AJm655give3oXg
Warning::
External script from config.gorgias.chat lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://config.gorgias.chat/gorgias-chat-bundle.js?rev=8c5b57f1&appKey=01J7GZC9WZ8KQ7A6GEY1PKDSWV
Warning::
External script from cdn.9gtb.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://cdn.9gtb.com/script.js?rev=9b8201f
SRI Coverage 1 / 61 of external resources have integrity hashes
TagDomainIntegrity
<script>www.googletagmanager.com Missing
<script>d2r9py2hfy5mgp.cloudfront.net Missing
<script>customer-first-focus.b-cdn.net Missing
<script>services.nofraud.com Missing
<script>cdn-loyalty.yotpo.com Missing
<script>cdn1.stamped.io Missing
<script>cdn1.stamped.io Missing
<script>app.directededge.com Missing
<script>app.directededge.com Missing
<script>cdn.trackjs.com Missing
<script>analytics.tiktok.com Missing
<script>analytics.tiktok.com Missing
<script>consent.cookiebot.com Missing
<script>analytics.tiktok.com Missing
<script>www.googletagmanager.com Missing
<script>consent.cookiebot.com Missing
<script>www.googletagmanager.com Missing
<script>www.taylorstitch.com Missing
<link>www.taylorstitch.com Missing
<link>www.taylorstitch.com Missing
<link>www.taylorstitch.com Missing
<link>use.typekit.net Missing
<script>config.gorgias.chat Missing
<script>content.9gtb.com Missing
<script>config.gorgias.help Missing
<script>static.klaviyo.com Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>static.klaviyo.com Missing
<script>static-tracking.klaviyo.com Missing
<script>www.taylorstitch.com Missing
<script>cdn-widgetsrepository.yotpo.com Missing
<script>cdn-widgetsrepository.yotpo.com Missing
<script>xp2023-pix.s3.amazonaws.com Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Missing
<script>shop.app Missing
<script>www.taylorstitch.com Missing
<script>www.taylorstitch.com Protected
<script>www.taylorstitch.com Missing
<link>www.taylorstitch.com Missing
<script>cdn-widgetsrepository.yotpo.com Missing
<script>config.gorgias.chat Missing
<script>cdn.9gtb.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

B
Content Security Policy
3 of 10 CSP checks passed
REVIEW
3 of 10 CSP checks passed
Info::
Raw CSP policy
Got: block-all-mixed-content; frame-ancestors *; upgrade-insecure-requests;
Warning::
default-src directive is missing
default-src provides a fallback for other directives. Set it to restrict default resource loading.
Expected: default-src 'self'
Info::
No script-src or default-src to check for 'unsafe-inline'
Info::
No script-src or default-src to check for 'unsafe-eval'
Info::
No script-src or default-src to check for wildcard
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'
Info::
frame-ancestors directive is set
Got: frame-ancestors *
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is enabled

default-src provides a fallback for other directives. Set it to restrict default resource loading.

Expected: default-src 'self'
Why this matters

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

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

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

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

Parsed Policy

block-all-mixed-content
frame-ancestors *
upgrade-insecure-requests
B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

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

Origin reflection test

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

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_128_GCM_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 43 days)
Got: 2026-05-21T15:14:07Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: ECDSA-SHA256
Info::
Certificate covers 1 domain(s)
Got: taylorstitch.com
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_AES_128_GCM_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject CN=taylorstitch.comIssuer CN=WE1,O=Google Trust Services,C=USValid 2026-02-20T14:14:09Z → 2026-05-21T15:14:07ZExpires in 43 days SANs taylorstitch.comSignature ECDSA-SHA256Serial 163c338457ac10870d9a96466b75390a
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 1049 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 659 days Signature SHA256-RSASerial 7fe530bf331343bedd821610493d8a1b
A+
Cookie Security
1 cookies analyzed, 3 checks passed
PASS
1 cookies analyzed, 3 checks passed
Info::
Cookie '_shopify_essential' has the Secure flag
Info::
Cookie '_shopify_essential' has the HttpOnly flag
Info::
Cookie '_shopify_essential' has SameSite=None
1 cookies analyzed
NameSecureHttpOnlySameSiteSizeIssues
_shopify_essentialNone344 B
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: reject
PASS
DMARC: reject
Info::
DMARC policy is reject — strongest protection
DMARC
Policy reject — strongest protection Record v=DMARC1;p=reject;pct=100;fo=1;rua=mailto:4c2ede60@mxtoolbox.dmarc-report.com;ruf=mailto:4c2ede60@forensics.dmarc-report.com
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::
HSTS max-age is short: 91 days
HSTS max-age should be at least 1 year (31536000 seconds).
Got: max-age=7889238 (expected 31536000)
Info::
HSTS missing includeSubDomains
Without includeSubDomains, HSTS only protects the exact domain.
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