observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
966 stars 83 forks source link

DOM.download doesn't work (in Firefox) #11

Closed gka closed 6 years ago

gka commented 6 years ago

clicking the download button in the sdtlib documentation notebook triggers console errors but no download https://beta.observablehq.com/@mbostock/standard-library

image

tmcw commented 6 years ago

👍 Thanks for the bug report, Gregor! We've added blob: as a permitted protocol for frame-src, and that download button now works (in Firefox 59)