Closed
Description
Since [email protected]
the library uses @sec-ant/barcode-detector
. This in turn loads a @sec-ant/zxing-wasm
web assembly file via a HTTP request to a third-party server. This is problematic for servers with a strict CSP
policy preventing such requests.
I see that @sec-ant/barcode-detector
allows to set a custom URL to load the wasm file from, via setZXingModuleOverrides
, see https://github.com/Sec-ant/barcode-detector#setzxingmoduleoverrides.
Is there a way to use vue-qrcode-reader
and set the custom URL for zxing?
Metadata
Metadata
Assignees
Labels
No labels