coolwanglu/pdf2htmlEX

https Mixed Content

jindili opened this issue · 1 comments

Error occurs when load converted file from a https server:
pdf2htmlEX.min.js:151 Mixed Content: The page at 'https://server/path/file.html' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/rosarivo/v1/OGdIq-p0tOtBN2VMVvO9W_esZW2xOQ-xsNqO47m55DA.woff'. This request has been blocked; the content must be served over HTTPS.
pdf2htmlEX.min.js:151 Mixed Content: The page at 'https://server/path/file.html' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff'. This request has been blocked; the content must be served over HTTPS.

I want to simply replace the "http" with "https" in the woff url
'http://themes.googleusercontent.com/static/fonts/rosarivo/v1/OGdIq-p0tOtBN2VMVvO9W_esZW2xOQ-xsNqO47m55DA.woff'
but can't find it.

Searching "themes.googleusercontent.com" in this repo returns zero result. Maybe it is from a 3rd party lib or a browser extension. Can you provide the url to your converted file?