iframe
1 2 3 4 5 |
<!-- This src="#" will load entire page because of unknown reason --> <iframe src="#"></iframe> <!-- Remove src attribute --> <iframe ></iframe> |
iframe
1 2 3 4 5 |
<!-- This src="#" will load entire page because of unknown reason --> <iframe src="#"></iframe> <!-- Remove src attribute --> <iframe ></iframe> |