DEV Community

[Comment from a deleted post]
Collapse
 
suckup_de profile image
Lars Moelleken

Did you ever compare the HTML in the dev-console and the real code in your browser? Often they are different (not only because of 1000 KB of JavaScript) because the browser fixes some issues and run a different code, without showing the dev what the browser has done :-/ ...

e.g.:

<!doctype html><html lang="de" dir="ltr">
<noscript><p title="</noscript><img src=x onerror=alert(1)>">