summaryrefslogtreecommitdiff
path: root/template/wallet-webextension-privacy-policy.html.j2
blob: 7d8367f1742d203153b7425b699d6e6c8b181c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 %}