Skip to content

Commit

Permalink
Fix: adjust privacy policy wrt tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Aug 15, 2023
1 parent b0ef490 commit 2e21d30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://github.com/safe-global/safe-wallet-web",
"license": "GPL-3.0",
"type": "module",
"version": "1.17.0",
"version": "1.17.1",
"scripts": {
"dev": "next dev",
"start": "next dev",
Expand Down
8 changes: 6 additions & 2 deletions src/components/privacy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const SafePrivacyPolicy = () => {
<h4>4.2. Tracking</h4>
<p>4.2.1 We may store the following personal data to analyze your behavior:</p>
<ol start={1} className={css.romanList}>
<li>IP Address, </li>
<li>IP address (except for EU users), </li>
<li>session tracking, </li>
<li>user behavior, </li>
<li>wallet type, </li>
Expand All @@ -340,7 +340,11 @@ const SafePrivacyPolicy = () => {
<li>user behavior: subpage, duration, and revisit, the date and time of access,</li>
</ol>
<p>This data may be processed in order to improve the product and user experience.</p>
<p>The lawful basis for this processing is your consent (GDPR Art.6.1a) when agreeing to accept cookies.</p>
<p>
We may additionally store an analytics cookie on your device to identify you as a user and to track the app
usage across browsing sessions. The lawful basis for this processing is your consent (GDPR Art.6.1a) when
agreeing to accept cookies.
</p>
<p>
4.2.2 We conduct technical monitoring of your activity on the platform in order to ensure availability,
integrity and robustness of the service. For this purpose we process your:
Expand Down

0 comments on commit 2e21d30

Please sign in to comment.