id1945 / ngx-scanner-qrcode

This library is built to provide a solution scanner QR code. This library takes in raw images and will locate, extract and parse any QR code found within.
https://id1945.github.io/ngx-scanner-qrcode
GNU Lesser General Public License v2.1
54 stars 28 forks source link

unsafe-eval in content security policy #71

Open raviwbc opened 3 months ago

raviwbc commented 3 months ago

In my application I use this plugin for QR scanning process. In content security policy I use script-src 'unsafe-eval' then only this plugin work. otherwise its not working. Client said need to remove that. Any solution for this issue!