1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 04:11:05 +00:00

Add Secure PDF Viewer (#752)

This commit is contained in:
Daniel Gray
2022-03-20 12:30:54 +00:00
parent 21c01519dd
commit 1fe813e254
7 changed files with 25 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
title: Auditor
type: Recommendation
logo: /assets/img/android/auditor.svg
logo_dark: /assets/img/android/auditor-dark.svg
description: |
**Auditor** is an app which leverages hardware security features to provide device integrity monitoring for [supported devices](https://attestation.app/about#device-support). It currently works with GrapheneOS and the stock operating system. It performs attestation and intrusion detection by:

View File

@@ -1,6 +1,7 @@
title: Secure Camera
type: Recommendation
logo: /assets/img/android/secure_camera.svg
logo_dark: /assets/img/android/secure_camera-dark.svg
description: |
**Secure Camera** is an camera app focused on privacy and security which can capture images, videos, and QR codes. CameraX vendor extensions (Portrait, HDR, Night Sight, Face Retouch, and Auto) are also supported on available devices.

View File

@@ -0,0 +1,15 @@
title: Secure PDF Viewer
type: Recommendation
logo: /assets/img/android/secure_pdf_viewer.svg
logo_dark: /assets/img/android/secure_pdf_viewer-dark.svg
description: |
**Secure PDF Viewer** is a PDF viewer based on [pdf.js](https://en.wikipedia.org/wiki/PDF.js) that doesn't require any permissions. The PDF is fed into a [sandboxed](https://en.wikipedia.org/wiki/Sandbox_(software_development)) [webview](https://developer.android.com/guide/webapps/webview). This means that it doesn't require permission directly to access content or files.
[Content-Security-Policy](https://en.wikipedia.org/wiki/Content_Security_Policy) is used to enforce that the JavaScript and styling properties within the WebView are entirely static content.
website: 'https://github.com/GrapheneOS/PdfViewer'
downloads:
- icon: fab fa-google-play
url: 'https://play.google.com/store/apps/details?id=app.grapheneos.pdfviewer.play'
- icon: fab fa-github
url: 'https://github.com/GrapheneOS/PdfViewer/releases'