LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.98k stars 1.16k forks source link

Set crossOrigin to null when src is from data: URI or blob: URI for Mobile Safari #55

Open Haraguroicha opened 8 years ago

Haraguroicha commented 8 years ago

When set data: URI or blob: URI and also set crossOrigin = "Anonymus" will get error message of Cross-origin image load denied by Cross-Origin Resource Sharing policy. from Mobile Safari, set null instead Anonymous in this scenario.

etherai commented 7 years ago

+1