fix(pspdfkit): Inline-Worker stoppen und aus CSP entfernen

This commit is contained in:
Developer 02
2024-07-22 11:20:38 +02:00
parent 18e79cf516
commit 4e81f0949c
3 changed files with 4 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
static Instance
static loadPSPDFKit(arrayBuffer, container, licenseKey, locale) {
UI.Instance = PSPDFKit.load({
inlineWorkers: false,
locale: locale,
licenseKey: licenseKey,
styleSheets: ['/css/site.css'],