Browse Source
Chrome no longer allows dataURIs to be viewed directly in the URL bar ([background](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GbVcuwg_QjM%5B101-125%5D)). Currently clicking on the #image-diff element loads a blank page and gives an error: > Not allowed to navigate top frame to data URL This change opens the new window as `about:blank`, creates an image element, and appends that to the page.pull/132/head
Peter Coles
7 years ago
committed by
GitHub
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue