You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't do this, for those of us using this library on the web it will break on every sufficiently secured site which doesn't allow script-src 'unsafe-inline'.
For setting the fill colour, there's a perfectly good fill attribute you can use instead. For e.g. the crisp edges rendering, please just put the CSS in the README and let us apply it ourselves
The text was updated successfully, but these errors were encountered:
Please don't do this, for those of us using this library on the web it will break on every sufficiently secured site which doesn't allow script-src 'unsafe-inline'.
Should read:
Please don't do this, for those of us using this library on the web it will break on every sufficiently secured site which doesn't allow style-src 'unsafe-inline'.
qrcode-svg/lib/qrcode.js
Lines 312 to 317 in 47d56ec
Please don't do this, for those of us using this library on the web it will break on every sufficiently secured site which doesn't allow
script-src 'unsafe-inline'
.For setting the fill colour, there's a perfectly good
fill
attribute you can use instead. For e.g. the crisp edges rendering, please just put the CSS in the README and let us apply it ourselvesThe text was updated successfully, but these errors were encountered: