Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Denne tråd blev lukket og arkiveret. Stil et nyt spørgsmål, hvis du har brug for hjælp.

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

  • Ingen svar
  • 1 har dette problem
  • 2 visninger
more options

locking this thread as duplicate, please continue at https://support.mozilla.org/questions/1201614

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;

''locking this thread as duplicate, please continue at [https://support.mozilla.org/questions/1201614]'' 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;

Ændret af philipp den