summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-10 21:45:01 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-10 21:45:01 +0100
commit7e19fdcf49f237840cf79a75cfb6bc43fb3c3656 (patch)
tree41ce6c4dffd8688b27db919d2464b8566927d165 /template
parent6bfcf1874ec5341adf936cafbef0feb5bf542297 (diff)
downloadwww-7e19fdcf49f237840cf79a75cfb6bc43fb3c3656.tar.gz
www-7e19fdcf49f237840cf79a75cfb6bc43fb3c3656.tar.bz2
www-7e19fdcf49f237840cf79a75cfb6bc43fb3c3656.zip
wallet privacy policy draft
Diffstat (limited to 'template')
-rw-r--r--template/wallet-privacy-policy.html.j225
1 files changed, 25 insertions, 0 deletions
diff --git a/template/wallet-privacy-policy.html.j2 b/template/wallet-privacy-policy.html.j2
new file mode 100644
index 00000000..87f74c33
--- /dev/null
+++ b/template/wallet-privacy-policy.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="container">
+
+<h1>GNU Taler Android Wallet Privacy Policy</h1>
+
+<p>The GNU Taler Android Wallet allows its users to interact with third-party
+service providers (such as exchanges, banks and merchants) through the GNU
+Taler protocol. When using the GNU Taler Android Wallet to interact with such
+service providers, these interactions are subject to the Privacy Policy of the
+respective service provider.</p>
+
+
+<p>The GNU Taler Android Wallet does not automatically collect and send data to
+the developers of the app or any third party.</p>
+
+<h2>Why are camera permissions required?</h2>
+
+<p>The camera permissions are required to scan QR codes. The images taken are
+processed locally on your devices and never sent to a third party.</p>
+
+</div>
+
+{% endblock body_content %}