Every operation in QRDoc runs entirely within your browser. No data is transmitted to any QRDoc-operated server.
connect-src 'self', which technically prevents the page from making outbound network requests to external servers.| Data Type | How It's Used | Sent to Server? |
|---|---|---|
| Document share URL | Parsed and validated in-browser; used to generate the QR code | Never |
| Selected cloud platform | Used locally to choose the correct URL conversion logic | Never |
| Generated QR image | Rendered to HTML canvas; downloaded directly to your device | Never |
| Rate-limit counters | Stored in browser memory (JS Map) for the current session only | Never |
| Security event logs | Written to browser console (DevTools) only; not transmitted | Never |
QRDoc loads one third-party JavaScript library: the qrcode-generator library, served from the Cloudflare CDN. It is loaded with a Subresource Integrity (SRI) hash.
connect-src 'self' directive enforces this technically.For a detailed breakdown, see the Data Retention Policy.
Ashwinkumar D Basari · via LinkedIn or the Contact page.
This Privacy Policy may be updated periodically. The "Last Updated" date at the top indicates the most recent revision.