You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Hi,We are getting following issue while loading the Epub in the MAC system browsers.Tested in safari and chrome as well.Its working fine in other OS system browsers.
Error:
Refused to load blob:https://domain.com/6a628a22-9531-48e1-b573-a1b16b3719b8 because it does not appear in the img-src directive of the Content Security Policy.
Please any idea about this issues, let me know.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for your quick reply,Sorry I just given dummy website url..Any epub book does have images are not displayed in the MAC System.Getting that inline safe error for the image tag and one more info is we are loading the pubs from s3 server.
Hi,can you please tell me is there any content-security policy set in the epub viewer plugin.I added this tag in my code to allow the blob data to show in img-src directive. <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: https: blob:" >
Hi,We are getting following issue while loading the Epub in the MAC system browsers.Tested in safari and chrome as well.Its working fine in other OS system browsers.
Error:
Refused to load blob:https://domain.com/6a628a22-9531-48e1-b573-a1b16b3719b8 because it does not appear in the img-src directive of the Content Security Policy.
Please any idea about this issues, let me know.
Thanks.
The text was updated successfully, but these errors were encountered: