summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-02-01 11:41:34 +0100
committerFlorian Dold <florian@dold.me>2022-02-01 11:41:34 +0100
commit4c4b1a26f7b15cc609fdd231f127912331ee22ac (patch)
tree160abe96a5ce249059920d2c1ba8df98ae82dbff /template
parentd62d9ff711c86f7a13fe9d6a3a04846076364652 (diff)
downloadwww-4c4b1a26f7b15cc609fdd231f127912331ee22ac.tar.gz
www-4c4b1a26f7b15cc609fdd231f127912331ee22ac.tar.bz2
www-4c4b1a26f7b15cc609fdd231f127912331ee22ac.zip
browser extension privacy policy
Diffstat (limited to 'template')
-rw-r--r--template/wallet-webextension-privacy-policy.html.j220
1 files changed, 20 insertions, 0 deletions
diff --git a/template/wallet-webextension-privacy-policy.html.j2 b/template/wallet-webextension-privacy-policy.html.j2
new file mode 100644
index 00000000..7d8367f1
--- /dev/null
+++ b/template/wallet-webextension-privacy-policy.html.j2
@@ -0,0 +1,20 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="container">
+
+<h1>GNU Taler Browser Extension Privacy Policy</h1>
+
+<p>The GNU Taler Browser Extension 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 Browser 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 Browser Wallet does not automatically collect and send data to
+the developers of the app or any third party.</p>
+
+</div>
+
+{% endblock body_content %}