搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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.