kuhumcst / glossematics

The life of Louis Hjelmslev.
https://glossematics.dk
4 stars 1 forks source link

PDF support #55

Closed simongray closed 2 years ago

simongray commented 2 years ago

Either it should replace the facsimile reader with

simongray commented 2 years ago

https://stackoverflow.com/questions/291813/recommended-way-to-embed-pdf-in-html

simongray commented 2 years ago

Blocked by CORS, see: https://glossematics.dk/app/reader/ActaJutlandica_7_1-tei.xml

Refused to load plugin data from 'https://glossematics.dk/file/ActaJutlandica_7_1.pdf' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'object-src' was not explicitly set, so 'default-src' is used as a fallback.

Should just set that key to "origin" or something similar.

simongray commented 2 years ago

Perhaps I should also record file size when indexing the files and use this to decide whether to embed automatically or do so on user input.