epubcheck icon indicating copy to clipboard operation
epubcheck copied to clipboard

Data URLs are not allowed to open top-level browsing contexts

Open mattgarrish opened this issue 3 years ago • 0 comments

Data URLs are forbidden from

  • manifest items
  • href attributes in svg and html (except when the document is loaded inside an iframe)

It's also technically forbidden from script window.open and document.open calls, but not sure we can enforce.

mattgarrish avatar Apr 19 '21 12:04 mattgarrish