Original reporting: https://www.01-scripts.de/forum/index.php?thread/1958-2click-iframe-privacy-mit-problemen-bei-der-verlinkung/
If a <base href="..."> tag is used, the current script implementation isn't working because the generated link that should reveal the actual third-party content is using a href=#foo attribute. Together with the base-Tag is that link then redirecting to a different site instead of just executing the onclick-event.
Further reference with some similar problem: vaadin/flow#1215
Original reporting: https://www.01-scripts.de/forum/index.php?thread/1958-2click-iframe-privacy-mit-problemen-bei-der-verlinkung/
If a
<base href="...">tag is used, the current script implementation isn't working because the generated link that should reveal the actual third-party content is using ahref=#fooattribute. Together with the base-Tag is that link then redirecting to a different site instead of just executing the onclick-event.Further reference with some similar problem: vaadin/flow#1215