Files
ladybird/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Andreas Kling 6496895b16 LibWeb: <iframe src> same-origin check should be based on host document
We were basing the src attribute's cross-origin check on whatever was
currently loaded in the iframe, instead of the surrounding document.

Fixes #4236.
2020-12-08 17:49:02 +01:00

3.8 KiB