- Edited
- Open any https website (note. any kind of page including text/html, text/plain, image, etc)
- Open Console Dev Tools.
- type
and enter.document.body.appendChild(document.createElement('iframe')).src= URL.createObjectURL(new Blob([], { type: 'text/html' }));
- An alert is shown.
No issue
Version 0.99.127.3-beta (WebKit 619.1.1)
Monterey (12)
data URI version
- go to https://kagi.com/orion/ (note. no issue for the page is text/plain, image, etc. Only an issue for the text/html page)
- open Dev Tools and type
and enter.document.body.appendChild(document.createElement('iframe')).src= "data:text/html;charset=utf-8;base64,PGh0bWw+PGJvZHk+SGVsbG8sIHdvcmxkITwvYm9keT48L2h0bWw+";
An alert is shown.