From 098dce67354809c98036b637bf0ecf81519cfa6b Mon Sep 17 00:00:00 2001 From: William Hall Date: Sun, 30 Apr 2023 14:36:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20duplicate=20default=20provider?= =?UTF-8?q?=20warning=20into=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/qr-codes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/qr-codes.md b/docs/qr-codes.md index 01e8dad..5bd3490 100644 --- a/docs/qr-codes.md +++ b/docs/qr-codes.md @@ -22,6 +22,8 @@ You can also specify a size as a third argument which is 200 by default. [QRServerProvider](qr-codes/qr-server.html) (default) +**Warning:** Whilst it is the default, this provider is not suggested for applications where absolute security is needed, because it uses an external service for the QR code generation. You can make use of the included offline providers listed below which generate locally. + [ImageChartsQRCodeProvider](qr-codes/image-charts.html) [QRicketProvider](qr-codes/qrickit.html)