Prawidła priwatnosće za Redact It PDF & Image by HVH
Redact It PDF & Image by HVH wot Redact It PDF & Images
Redact It PDF & Image by HVH is a local-only privacy tool for redacting sensitive information in PDFs and images before sharing.
All file handling and redaction occur locally in the browser/add-on. No user files, image contents, PDF contents, or extracted data are uploaded, transmitted, or sent to external servers.
The extension is packaged by placing the extension files together in one folder and creating a ZIP archive directly from those files. No webpack, browserify, template engine, npm build process, or custom build pipeline is used for the add-on’s own code.
Primary tested workflow:
1. Open the add-on
2. Load a local image or PDF
3. Apply redactions using brush or rectangle tools
4. Export the redacted result locally
The validation warnings related to Function constructor / eval come from the bundled third-party PDF rendering library files used for local PDF viewing/rendering:
- lib/pdf.min.js
- lib/pdf.worker.min.js
These warnings are from the bundled library files, not from the add-on’s own redaction logic.