← Home

Test A — Current Televika baseline

Subdomain: a.yt.jaan.md

Purpose: Reproduce Televika's current iframe URL parameters verbatim.

Video ID: lBQfBKQ2-L4

⚠ Important: this is not an exact copy of Televika production. This page still receives global Referrer-Policy: strict-origin-when-cross-origin from Cloudflare (set in both _headers and the routing middleware). It only omits the iframe-level referrerpolicy attribute.

Configuration

<iframe
  src="https://www.youtube.com/embed/lBQfBKQ2-L4?autoplay=0&controls=1&modestbranding=1&mute=1&rel=0"
  title="Test A — Current Televika baseline"
  width="640" height="360"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  allowfullscreen>
</iframe>

Intentional: no iframe-level referrerpolicy attribute. The site-wide header still applies.

Instructions

Click the native YouTube play button and watch at least 60–120 seconds.

Expected learning

Confirms whether Televika's iframe params alone work on a clean referrer-safe domain. If this video appears in YouTube Studio External Sources, Televika's failure is not the iframe params — suspect Televika's page-level headers, overlay, autoplay/volume handling, or SPA environment. If it doesn't appear, the params themselves are insufficient.

QA checklist

  1. Open DevTools → Network.
  2. Find the request to youtube.com/embed/lBQfBKQ2-L4.
  3. Confirm the Referer header is https://a.yt.jaan.md/ — not absent, not no-referrer.
  4. Confirm no YouTube Error 153 in the player.
  5. Play manually and watch 60–120 seconds.
  6. For Test F, confirm DevTools console logs [YT_TEST] … READY and [YT_TEST] … STATE PLAYING. (Not applicable on this page.)