XRay icon indicating copy to clipboard operation
XRay copied to clipboard

strip iframe content

Open aaronpk opened this issue 7 years ago • 1 comments
trafficstars

See iframe on https://waterpigs.co.uk/notes/4uGH9/

aaronpk avatar May 04 '18 23:05 aaronpk

oh I see what's wrong. The parser is treating the contents of the iframe as text, not as HTML. So if you look at the HTML version in XRay it contains escaped HTML tags. If you look at the text version it contains literal <img> characters.

aaronpk avatar Jul 05 '18 16:07 aaronpk