Guides
Short fixes for problems I have hit, each checked against the versions it names.
Find a fix
Narrow the list: pick a technology, then a version, then the error you see. Pick any to skip a step.
Matching guides
1 of 2
-
Scraped text runs as HTML in a generated report
My web scraper wrote scraped titles and links straight into its HTML report, so a page could slip its own markup or a javascript: link into the file. One shared escape function, plus a rule that only http and https addresses become links, fixed it.