giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
243 stars 73 forks source link

Lacking Privacy Notice / Third Party Gets Data #64

Closed jxmx closed 10 months ago

jxmx commented 11 months ago

This application appears to send any QR data entered to https://api.qrserver.com which is operated by a marketing company goQR.me, Nothing about the documentation states that this is not a fully self-hosted application for QR codes as implied by the site information. It should be declared upfront this requires an external API service and that any data entered for QR code generation is being shipped off to a third party. I'm not saying there's anything nefarious with goQR.me, but it should be stated up-front that data is being sent elsewhere.

giandonatoinverso commented 11 months ago

hi, you are right, thanks for letting me know. As soon as possible I will update the documentation where I will explicitly indicate which service is used to generate the qr codes!

giandonatoinverso commented 10 months ago

I've updated documentation, thanks for contributing to the project!