Hacker News new | ask | show | jobs
by fathyb 1554 days ago
The "Content-Type" HTTP header is "text/html; charset=utf-8", you could make it "text/plain; charset=utf-8" to prevent HTML from being parsed.
1 comments

That makes total sense, cheers!