I insert a page containing the following content
<a href="data:text/html;base64,PGlmcmFtZSBzcmM9ImphdmFzY3JpcHQ6ZG9jdW1lbnQuZG9tYWluKSI+PC9pZnJhbWU+">test</a>
But when i click on the link it shows me an empty alert box. Why is document.domain not working?
The alert box should contain my domain but it's empty, do you know what is that due to?