summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-29 09:14:59 +0200
committerFlorian Dold <florian@dold.me>2023-06-29 09:14:59 +0200
commit765e9e59ba254f87d70216b11c6346accc2a66b6 (patch)
tree257f2c2a046fd11ab9f2263c49cbf3bcda63c657 /template
parent29814298859b2ca256611da2b55a732cbe981691 (diff)
downloadwww-765e9e59ba254f87d70216b11c6346accc2a66b6.tar.gz
www-765e9e59ba254f87d70216b11c6346accc2a66b6.tar.bz2
www-765e9e59ba254f87d70216b11c6346accc2a66b6.zip
add generic wallet privacy policy
Diffstat (limited to 'template')
-rw-r--r--template/wallet-android-privacy-policy.html.j28
-rw-r--r--template/wallet-privacy-policy.html.j225
2 files changed, 29 insertions, 4 deletions
diff --git a/template/wallet-android-privacy-policy.html.j2 b/template/wallet-android-privacy-policy.html.j2
index 3e69447a..d7da6900 100644
--- a/template/wallet-android-privacy-policy.html.j2
+++ b/template/wallet-android-privacy-policy.html.j2
@@ -3,16 +3,16 @@
<main id="maincontent">
<div class="container">
-<h1>GNU Taler Android Wallet Privacy Policy</h1>
+<h1>GNU Taler Mobile Wallet Privacy Policy</h1>
-<p>The GNU Taler Android Wallet allows its users to interact with third-party
+<p>The GNU Taler Mobile 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
+Taler protocol. When using the GNU Taler Mobile 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
+<p>The GNU Taler Mobile 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>
diff --git a/template/wallet-privacy-policy.html.j2 b/template/wallet-privacy-policy.html.j2
new file mode 100644
index 00000000..3e69447a
--- /dev/null
+++ b/template/wallet-privacy-policy.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<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 %}