# BeaverCheck Audit Report — https://aif.ru

**Date:** April 22, 2026  
**URL:** https://aif.ru  
**Overall Grade:** D (69/100)  
**Report:** https://beavercheck.com/results/f5308f7e-9e47-409b-af25-a49878281672

## Top Findings

1. **[CRITICAL]** Cookie '__ddg10_' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Cookie '__ddg1_' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** Cookie '__ddg8_' is missing the Secure flag — Security > Cookie Security
4. **[CRITICAL]** Cookie '__ddg9_' is missing the Secure flag — Security > Cookie Security
5. **[CRITICAL]** HSTS header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 26 |
| Accessibility | 75 |
| Best Practices | 96 |
| SEO | 92 |

---

## Security

### Security Headers (F — 25/100)

*3 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to '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.
- **[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.
- **[PASS]** Content-Security-Policy is present
- **[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 (C — 65/100)

*2 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[WARNING]** default-src directive is missing — default-src provides a fallback for other directives. Set it to restrict default resource loading.
- **[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
- **[PASS]** 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'.
- **[WARNING]** frame-ancestors directive is missing — frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[PASS]** upgrade-insecure-requests is enabled

### 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 314 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 5 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*4 cookies analyzed, 1 checks passed*

- **[CRITICAL]** Cookie '__ddg8_' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie '__ddg8_' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie '__ddg8_' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[CRITICAL]** Cookie '__ddg10_' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie '__ddg10_' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie '__ddg10_' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[CRITICAL]** Cookie '__ddg9_' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie '__ddg9_' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie '__ddg9_' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[CRITICAL]** Cookie '__ddg1_' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[PASS]** Cookie '__ddg1_' has the HttpOnly flag
- **[WARNING]** Cookie '__ddg1_' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

### Subresource Integrity (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

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

*No known vulnerabilities*

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

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

*No exposures*

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[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 — 50/100)

*2.2 MB transferred, 172 requests*

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

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

*75% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 75% of page weight (1.7 MiB of 2.2 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 (C — 60/100)

*63 images, 0 KB saveable*

- **[WARNING]** https://aif-s3.aif.ru/images/045/906/b7b8c9e468d13... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/945/763bb652d4dd7... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/apple.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/c2b05956a7f98... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/830ae4ffbc28c... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/948/1684964914564... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/ok.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/951/71d28a624ea9f... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/vk.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/androd.sv... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/948/85fd34d3e8e3a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/huawei.png?467 is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/948/a9a3605ef48d6... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/951/083d868789ba8... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]**  is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/white_logo.svg?467 is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/a9665ae67e952... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/db933eaab0bde... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/042/153/9ab3b5f467966... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/f4766edfdbc67... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/tg.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/950/4980d3b61d22d... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/950/fe85f3d7cbd4d... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/951/923602f283cc7... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/viber.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/waflya.sv... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/947/e84c5fcf32297... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif.ru/redesign2018/img/sharings/youtube.s... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/949/949adaa2d4d8f... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/951/1a285f8bb7103... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/946/9b898cad76d09... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/951/41b4ece07e415... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://aif-s3.aif.ru/images/045/925/d5659f050cf67... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*5913ms total JS execution*

- **[WARNING]** Unattributable: 1191ms CPU time
- **[WARNING]** https://top-fwz1.mail.ru/js/code.js: 1060ms CPU time
- **[WARNING]** https://aif.ru/: 577ms CPU time
- **[WARNING]** https://yandex.ru/ads/system/context.js?467: 544ms CPU time
- **[WARNING]** https://static.a.mts.ru/id/pixel.js: 522ms CPU time
- **[WARNING]** Third-party scripts: 4789ms (81% of total)

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

*8 fonts (367 KB)*

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

### JS Bundles (D — 40/100)

*31 scripts, 330 KB unused*

- **[WARNING]** https://yastatic.net/partner-code-bundles/1304651/...: 80 KB unused (61%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://aif.ru/js/output/delayed.js?467: 56 KB unused (78%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://yandex.ru/ads/system/context.js?467: 43 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://mc.yandex.ru/metrika/tag.js: 43 KB unused (51%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://x01.aidata.io/lib/aidata.fp.latest.js?pixe...: 34 KB unused (58%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 330 KB

### 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)

*No optimization needed*

- **[PASS]** No resource hint issues

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

*172 resources · 2.2 MB · 330 KB savings available*

- **[WARNING]** Page weight 1.2 MB over 1MB target
- **[INFO]** ~330 KB of savings available
- **[WARNING]** 139 third-party resources (75% of weight)

---

## Infrastructure

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

*1 A records, 71 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 4 nameserver(s) configured
- **[PASS]** 2 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: 71 ms

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

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

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

*robots.txt present, sitemap with 45 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 45 entries
- **[PASS]** Sitemap index with 45 child sitemaps
- **[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)

*aif.ru — via RU-CENTER-RU, 29 years, 7 months old, hosted on DDOS-GUARD, RU*

- **[PASS]** Domain registered until Feb 28, 2027 (10 months remaining)
- **[PASS]** Registrar: RU-CENTER-RU
- **[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.
- **[PASS]** Hosting: DDOS-GUARD, RU

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[PASS]** 4 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 (F — 30/100)

*No viewport meta tag*

- **[CRITICAL]** No viewport meta tag found — Without a viewport meta tag, the page will not render correctly on mobile devices.

### Third-Party Trackers (C — 55/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 2 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

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

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

- **[INFO]** 4 cookie(s) could not be classified
- **[INFO]** 2 third-party tracker(s) detected on page

---

## Availability

### CDN & Delivery (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### 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 (B — 75/100)

*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.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## UX

### 404 Error Page (B — 80/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Navigation links present on 404 page
- **[PASS]** Homepage link present on 404 page

### Favicon & Branding (F — 25/100)

*2 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.

### Web Manifest (C — 65/100)

*Valid manifest*

- **[PASS]** Name present: АиФ.ru
- **[PASS]** 192x192 icon present
- **[PASS]** Display mode: standalone

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

*No dark mode signals*

- **[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 — 0/100)

*No navigation patterns*

- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

## Sustainability

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

*0.63g CO2 per view*

- **[INFO]** 0.63g CO2 per page view — This page transfers 2.2 MB, producing an estimated 0.63g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.12g, network 0.11g, end-user device 0.40g.
- **[INFO]** At 10,000 monthly views: 75.4 kg CO2/year — With 10,000 page views per month, this page would generate approximately 75.4 kg of CO2 annually — equivalent to charging 9424 smartphones.

### Green Hosting (D — 50/100)

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[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)

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 45 KB (vs 2271 KB first visit). 168 of 172 resources are served from browser cache, saving 0.62g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.63g)

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

*50th percentile*

- **[WARNING]** 0.63g 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 (B — 80/100)

*85% efficient*

- **[INFO]** Transfer efficiency: 85% — An estimated 329 KB (15%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 329 KB of unused JavaScript. This wasted data produces 0.09g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/f5308f7e-9e47-409b-af25-a49878281672*
