Privacy Protocol

STATUS: ZERO_KNOWLEDGE

Our privacy policy is defined by technical impossibility: we cannot leak, sell, or analyze your data because our infrastructure never receives it.

Data Collection

We collect nothing. There are no tracking pixels, no analytics SDKs, and no user accounts. Our server logs (managed by the CDN) record standard HTTP access metrics (IP address, User-Agent, requested path) strictly for DDoS mitigation and bandwidth auditing.

Document Processing

When you interact with a file on uViewDoc, the browser's File API reads the byte stream directly into your local RAM. The JavaScript parsers (e.g., pdf.js) transform those bytes into DOM elements or Canvas pixels. No XHR, fetch, or WebSocket requests are made with your file data.

Cookies & Storage

We do not set any tracking cookies. We do not use localStorage or sessionStorage to persist your documents. Once you close the tab, all application state is destroyed.

To verify these claims, open your browser's Developer Tools (F12) -> Network tab. Load a file. You will observe exactly zero outbound requests.