1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18748 from Rob--W/crx-mv3-enable-wasm

[CRX] Enable WebAssembly in Chrome extension
This commit is contained in:
Tim van der Meij 2024-09-15 15:42:38 +02:00 committed by GitHub
commit bf5c987fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,9 @@
"js": ["contentscript.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"storage": {
"managed_schema": "preferences_schema.json"
},