Cloudflare rewrites the privacy email on qn.isnull.dev, so a crawler cannot read it #237
Labels
No Label
P0
P1
P2
P3
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
phase-7
phase-8
release-blocker
security
seo
ui
ux
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#237
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found by the live audit after the v0.9.6 deploy, 2026-09-10.
What is true now. On the Cloudflare front door,
https://qn.isnull.dev/privacy-policyserves the contact address as Cloudflare's email obfuscation:The real address is only recovered by JavaScript. The token changes on every response, which is why two fetches of that page never match byte for byte.
https://queuenorth.com/privacy-policyis unaffected: it goes through nginx-proxy-manager, not Cloudflare, and serves the address in plain text identically to every agent.What it costs. Little today, and it is worth knowing rather than assuming. The canonical on that page points at queuenorth.com, and the ad platforms are given queuenorth.com URLs, so what Meta reads is the readable copy. It would matter if anything ever hands out the qn.isnull.dev address of a page, because the crawlers that check a privacy policy do not run JavaScript, which is the entire reason this site is prerendered.
What to do. Decide, do not drift: either turn Email Address Obfuscation off for that zone in Cloudflare, or record here that the second door is deliberately not the one given to ad platforms.
scripts/audit-html.js --urlnow names this precisely rather than reporting it as crawlers being served different pages.Verify:
node scripts/audit-html.js --url https://qn.isnull.devexits 0, or this issue is closed with the decision that the second door is not used for ad review and the audit is run only against queuenorth.com.