搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Mozilla security error: Failed to load worker script pdf.js

  • 1 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 WestEnd

more options

I am trying to implement a flip book application using pdf-flipbook master.In Local localhost its working fine in both mozilla and chrome.But when I try to deploy in physical server I am getting this error in mozilla and pdf not loading.In chrome its working fine.

Mozilla security error: Failed to load worker script https://s3-xxxxxxxxxx/static/js/flip-book/build/pdf.worker.js';

localhost viewer.js code

PDFJS.imageResourcesPath = 'images/'; PDFJS.workerSrc = '/static/js/flip-book/build/pdf.worker.js'; PDFJS.cMapUrl = 'pdfjs/cmaps/'; PDFJS.cMapPacked = true;

S3 bucket viewer.js code

PDFJS.imageResourcesPath = 'images/'; PDFJS.workerSrc = 'https://s3-ap-xxxxxxx/static/js/flip-book/build/pdf.worker.js'; PDFJS.cMapUrl = 'pdfjs/cmaps/'; PDFJS.cMapPacked = true;

I am trying to implement a flip book application using pdf-flipbook master.In Local localhost its working fine in both mozilla and chrome.But when I try to deploy in physical server I am getting this error in mozilla and pdf not loading.In chrome its working fine. Mozilla security error: Failed to load worker script https://s3-xxxxxxxxxx/static/js/flip-book/build/pdf.worker.js'; localhost viewer.js code PDFJS.imageResourcesPath = 'images/'; PDFJS.workerSrc = '/static/js/flip-book/build/pdf.worker.js'; PDFJS.cMapUrl = 'pdfjs/cmaps/'; PDFJS.cMapPacked = true; S3 bucket viewer.js code PDFJS.imageResourcesPath = 'images/'; PDFJS.workerSrc = 'https://s3-ap-xxxxxxx/static/js/flip-book/build/pdf.worker.js'; PDFJS.cMapUrl = 'pdfjs/cmaps/'; PDFJS.cMapPacked = true;

所有回复 (1)

more options

Then the you the writer needs to go back and review the script again because something wasn't debugged before using it. FF executes how the script was written and if you made mistakes it will show up.