Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 264 Bytes

DEVREADME.md

File metadata and controls

7 lines (5 loc) · 264 Bytes

Patch viewer.js by removing the following lines to allow opening PDFs on TagSpaces with S3 location.

mozilla/pdf.js#7153

if (origin !== viewerOrigin && protocol !== "blob:") { throw new Error("file origin does not match viewer's"); }