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:
@@ -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:
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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'
|
Reference in New Issue
Block a user