atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Load HTML strings #6

Closed Ambrevar closed 9 months ago

Ambrevar commented 1 year ago

Seems doable with the following trick:

loadURL('data:text/html;charset=utf-8,<YOUR HTML/>');
aartaka commented 1 year ago

Ahhhhh, the cozy world of data: URL injection 🥰

aadcg commented 9 months ago

Commit f485281140361ea1f0d8b9f0a22b0639c36e54d1 closed this issue.