lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

Replace inline style with SVG attributes. #190

Closed Dreamsorcerer closed 3 years ago

Dreamsorcerer commented 4 years ago

This replaces the inline style attribute with SVG attributes.

The main reason is to avoid errors caused by strict CSPs in web pages (without 'unsafe-inline').