Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Andreas Kling 5e945c5169 LibWeb: Don't load anything for <iframe> without src attribute
Completing an empty URL string from the document base URL will just
return the document URL, so any document that had an "<iframe>"
would endlessly load itself in recursive iframes.
2021-04-17 21:38:38 +02:00

2.9 KiB