hypothesis / via

Proxies third-party PDF files and HTML pages with the Hypothesis client embedded, so you can annotate them
https://via.hypothes.is/
BSD 2-Clause "Simplified" License
19 stars 7 forks source link

Add missing allow attribute in proxy iframe #1271

Closed acelaya closed 8 months ago

acelaya commented 8 months ago

Adding allow="clipboard-write" to the iframe used when proxying pages, so that the "Copy to clipboard" button works when exporting annotations from the sidebar, if loaded document was proxied.

It already works for PDFs and the YouTube video app.

I took the opportunity to add a missing closing tag, so this PR is easier to review ignoring whitespaces