summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------build-system/taler-build-scripts0
m---------inc0
-rw-r--r--template/wallet-webextension-privacy-policy.html.j220
3 files changed, 20 insertions, 0 deletions
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
-Subproject 38c168b11eeeab93562ffa74b3e2aff4b596c77
+Subproject 5fb2f811026bbe7152ed59b712248048853eb0f
diff --git a/inc b/inc
-Subproject 2b72c7f57d318271856f992eb2e58c133ae5179
+Subproject ebed74abfc2c3acb1c12df6c5b4453c6da22702
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 %}