Disclosure
Tier 3finding · html-curios

Curios in the live HTML

Small leftovers in the live page's HTML — dev console logs, hidden links, internal-host meta tags, the Pentagon's coordinates, a typo'd `noopeneer`.

Mostly tradecraft / colour. Worth noting because each item is observable in the released page source.

Evidence

  • Leftover dev console.log("click1 " + (typeof gas4 === "function")) at line 2147.
  • A <a style="display:none"> link to the old release-1 CSV at line 1711.
  • GA4 reports record modal views as /UFOTrack/ page hits — no real /UFOTrack/ page exists, just a tracking namespace.
  • Internal-host meta tags at the bottom of <head>: <meta name='host' content='DWIA Public Web' /> (Defense Web Infrastructure Activity) and <meta name='contact' content='dma.WebSD@mail.mil' /> (DMA Web Service Desk).
  • Footer coordinates 38°52′15″N, 77°03′18″W — the Pentagon. Intentional touch, not a leak.
  • rel="noopeneer noreferrer" typo (should be noopener).
  • Google Font Inconsolataa returns HTTP 400 — server-side typo. Page falls back to system fonts.

Sources