# BeaverCheck Audit Report — https://stripchat.com

**Date:** April 16, 2026  
**URL:** https://stripchat.com  
**Overall Grade:** C (75/100)  
**Report:** https://beavercheck.com/results/62366558-4c55-47c0-95bc-6b8c8cca311a

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 48 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[WARNING]** 190 third-party resources (94% of weight) — Performance > Page Weight Inventory

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 29 |
| Accessibility | 91 |
| Best Practices | 81 |
| SEO | 92 |

---

## Security

### Security Headers (D — 40/100)

*4 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[PASS]** X-Frame-Options is properly configured
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to '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.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 80 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 3 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A+ — 95/100)

*2 cookies analyzed, 5 checks passed*

- **[PASS]** Cookie '__cf_bm' has the Secure flag
- **[PASS]** 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.
- **[PASS]** Cookie '_cfuvid' has the Secure flag
- **[PASS]** Cookie '_cfuvid' has the HttpOnly flag
- **[PASS]** Cookie '_cfuvid' has SameSite=None

---

## Advanced Security

### Subresource Integrity (F — 20/100)

*0 of 14 external resources have SRI*

- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from creative.eizzih.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A+ — 100/100)

*No exposures*

- **[PASS]** security.txt is present — good practice
- **[PASS]** No sensitive files exposed

### Email Security (A — 85/100)

*DMARC: quarantine*

- **[PASS]** DMARC policy is quarantine — good protection

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (D — 40/100)

*2.6 MB transferred, 200 requests*

- **[WARNING]** Page weighs 9.0 MB (2.6 MB transferred)
- **[WARNING]** JavaScript is 1.3 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 334 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 200 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.54 g CO2 per page load

### Third-Party Impact (D — 50/100)

*94% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 94% of page weight (2.4 MiB of 2.6 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (B — 75/100)

*32 images, 0 KB saveable*

- **[PASS]** All images are well-optimized

### JS Execution Cost (F — 20/100)

*6502ms total JS execution*

- **[WARNING]** https://assets.chapturist.com/assets/corejs-75349....: 1746ms CPU time
- **[WARNING]** https://assets.chapturist.com/assets/bootstrap.149...: 1228ms CPU time
- **[WARNING]** Unattributable: 1121ms CPU time
- **[WARNING]** https://stripchat.com/: 898ms CPU time
- **[WARNING]** https://assets.chapturist.com/assets/react-65374.c...: 328ms CPU time
- **[WARNING]** Third-party scripts: 5289ms (81% of total)

### Font Loading (A+ — 100/100)

*3 fonts (334 KB)*

- **[INFO]** 3 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (F — 20/100)

*97 scripts, 1.6 MB unused*

- **[WARNING]** https://assets.chapturist.com/assets/bootstrap.149...: 380 KB unused (57%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/49861.6fdb307...: 170 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/49861.6fdb307...: 170 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/viewcam.54e9a...: 141 KB unused (90%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/viewcam.54e9a...: 141 KB unused (90%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.6 MB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*59 hints, 0 missing preconnects*

- **[PASS]** Page uses 59 resource hint(s)

### Page Weight Inventory (F — 15/100)

*200 resources · 2.6 MB · 1.6 MB savings available*

- **[WARNING]** Page weight 1.6 MB over 1MB target
- **[INFO]** ~1.6 MB of savings available
- **[WARNING]** 190 third-party resources (94% of weight)
- **[INFO]** 1 resources over 200KB

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 96 healthy, 104 broken*

- **[CRITICAL]** 96 of 200 links are healthy
- **[WARNING]** Broken link: https://stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://de.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://fr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://es.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ita.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://nl.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://pt.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://br.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://el.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ua.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://pol.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ru.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ro.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://hu.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://cs.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://hr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://sk.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://no.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://sv.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://da.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://fi.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ja.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ko.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://zh.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://zt.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://th.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://bn.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://id.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ms.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://vi.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ar.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://tr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://edge-hls.doppiocdn.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://img.strpst.com — Found in <link href>. Get "https://img.strpst.com": resolve img.strpst.com: lookup img.strpst.com: no such host
- **[WARNING]** Broken link: https://stripchat.com/api/front — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://stripchat.com/terms — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/privacy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/2257 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/parental-control — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/top/girls/current-month-europe — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/about — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/signup — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/login — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/couples — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/men — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/trans — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/spanish — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/ukrainian — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/photos — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/favorites — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/best — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/bdsm — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/spanish-speaking — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/sexi_noemi — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Alirawrz — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Sara_fun — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/camiysebas21 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Dr_Nathalia_28 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/OSHUN_ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/ArieliciousXXX — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/LolliePopsXXX — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/BadLilAngelXXX — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/ValeryGrey — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Destruction_no_mercy_ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/MystiqueXXX — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Valeria-escobar — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Andrea_Bloomix__ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/HanaThompson — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Bonni_lohan — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/miia__baker — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/coffeeandbread — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/dulce_powl — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/HotAlana_ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/isabella_horney_ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/MollyCruz — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Itzel_Fisting — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Violeta_rosex — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Rainy_stormm — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Amamos333 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/tafaa1- — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/laarti — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Cinamoonn — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/MissFrenchy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/erika_sukubo — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Kimiechanuwu — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/fedebarbie — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/popular — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/baybee_texas — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Yaya--728 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/FroggyAnna — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Tillymarie — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Ranting18 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/-Aricia- — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/hayleex_x — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/LeaGambit__ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/bambi_lu — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/DarkVixenEnt — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/curvyflawless — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/blondiluvsanal — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/ava_west — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/lexuslover687 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/eva_lim — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/emiss_ — Found in <a href>. Returns HTTP 406.

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (A — 90/100)

*Open Graph tags are well configured for social sharing.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.

### Structured Data (A+ — 100/100)

*1 JSON-LD block(s) found — structured data is well configured.*

- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.

---

## Infrastructure

### DNS Records (A+ — 100/100)

*2 A records, 31 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 7 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 31 ms

### Redirect Chain (A+ — 100/100)

*0 redirect(s), 70 ms total*


### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (16 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700::6811:760c, 2606:4700::6811:750c

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 1198 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 1198 entries
- **[PASS]** robots.txt references sitemap

### URL Variants (A+ — 100/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence (A+ — 100/100)

*stripchat.com — via Amazon Registrar, Inc., 20 years, 5 months old*

- **[PASS]** Domain registered until Feb 13, 2029 (2 years, 10 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: Amazon Registrar, Inc.
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (A+ — 100/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[PASS]** 2 cookie(s) set on initial load (functional)
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Third-Party Trackers (A+ — 95/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*2 cookies · 2 trackers · 0 pre-consent*

- **[INFO]** 2 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (B — 75/100)

*4 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /privacy.
- **[PASS]** Terms of Service detected — Found at /terms.
- **[PASS]** Cookie Policy detected — Found at /cookies-policy.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[PASS]** DMCA / Copyright Notice detected — Found at /dmca.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 Stripchat*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 Stripchat
- **[PASS]** Copyright holder: Stripchat

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: CDN (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Cloudflare (CDN) — Detected via script URL. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. Data Processing Agreement available.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (A — 85/100)

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: CDG)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (F — 30/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### Transport Security (A+ — 100/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[PASS]** HSTS enabled (includeSubDomains)
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (B — 75/100)

*8 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 5 <nav> landmark(s) found
- **[WARNING]** 5 of 5 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (A+ — 100/100)

*3 headings*

- **[PASS]** Single H1 present

### Alt Text Quality (A+ — 100/100)

*All 26 images OK*

- **[PASS]** 26 image(s) with good alt text

### Form Accessibility (A+ — 100/100)

*All 4 controls labeled*

- **[PASS]** 4 control(s) properly labeled

### Link & Button Quality (D — 48/100)

*49 issue(s) across 142 links and 17 buttons*

- **[CRITICAL]** 48 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 25 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 69 link(s) with descriptive text

---

## UX

### 404 Error Page (F — 0/100)

*HTTP 406, bare page*

- **[WARNING]** Unexpected status code: HTTP 406 — Expected HTTP 404 but received 406. This may confuse search engine crawlers.
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

### Favicon & Branding (B — 80/100)

*11 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (A — 85/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: Stripchat
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### Dark Mode Support (D — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 20/100)

*No navigation patterns*

- **[PASS]** 5 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[CRITICAL]** Canonical target returns 406 — Search engines cannot follow this canonical, effectively orphaning this page.

### Meta Tags (A+ — 100/100)

*Title: 61 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 61 characters — may be truncated in search results
- **[PASS]** Title and H1 are well-aligned

### Content Depth (C — 65/100)

*752 words, Difficult*

- **[PASS]** Page has 752 words of content
- **[INFO]** Text-to-HTML ratio is 1% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Difficult (grade 14)

### Internal Links (A+ — 100/100)

*122 internal, 20 external*

- **[PASS]** 122 internal links (86%)
- **[PASS]** 66% of links use descriptive anchor text
- **[INFO]** 122 internal / 20 external links

### Image SEO (A+ — 100/100)

*26 images, 16 descriptive filenames*

- **[INFO]** 10 image(s) have hash/generic filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.61g CO2 per view*

- **[INFO]** 0.61g CO2 per page view — This page transfers 2.6 MB, producing an estimated 0.61g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.02g, network 0.13g, end-user device 0.47g.
- **[INFO]** At 10,000 monthly views: 73.0 kg CO2/year — With 10,000 page views per month, this page would generate approximately 73.0 kg of CO2 annually — equivalent to charging 9125 smartphones.
- **[PASS]** Green hosting reduces data center emissions

### Green Hosting (A+ — 100/100)

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Cloudflare: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*96% cached*

- **[PASS]** 96% reduction on repeat visits — Returning visitors download only 104 KB (vs 2632 KB first visit). 199 of 200 resources are served from browser cache, saving 0.58g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.61g)

### Carbon Budget (B — 70/100)

*50th percentile*

- **[WARNING]** 0.61g CO2 — above the median website (0.60g) — Heavier than an estimated 50% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 50th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (F — 20/100)

*36% efficient*

- **[CRITICAL]** Transfer efficiency: 36% — An estimated 1678 KB (64%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 1678 KB of unused JavaScript. This wasted data produces 0.39g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/62366558-4c55-47c0-95bc-6b8c8cca311a*
