Skip to content

Commit

Permalink
include user agent information
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Oct 20, 2024
1 parent 8591c76 commit 99fd94d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/routes/privacy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
let glossary = {
'data subject': 'someone whose information we have collected',
'personal data': 'any data that could be used to identify someone, for example, your name or email address',
// "sensitive personal data": "personal data that requires more protection because it is sensitive, like your racial or ethnic origin or information about your health",
// "sensitive personal data":
// "personal data that requires more protection because it is sensitive, like your racial or ethnic origin or information about your health",
'IP address': 'a series of numbers that represents the network you are currently on',
'approximate location': 'an estimated location based on your IP address, for example, the country you live in',
'legitimate interests':
'processing your data for the interests of Revolution or third parties while balancing your interests, rights and freedoms'
'processing your data for the interests of Revolution or third parties while balancing your interests, rights and freedoms',
'user agent':
'a piece of text that identifies the browser or email client you are using, as well as what device and operating system you use'
};
</script>

Expand Down Expand Up @@ -62,10 +65,11 @@
site, we may collect:
</p>
<ul>
<li>your {@render term('IP address')}</li>
<li>your {@render term('IP address')},</li>
<li>
your {@render term('approximate location')} (for example, the country you live in, but not your home address)
your {@render term('approximate location')} (for example, the country you live in, but not your home address),
</li>
<li>your {@render term('user agent')}.</li>
</ul>
<p>
We collect this information to improve Revolution. For example, knowing that many people from other countries are
Expand Down Expand Up @@ -112,9 +116,9 @@
</ul>
<p>
<strong>This is not legal advice.</strong> Learn more on
<a href="https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/individual-rights/individual-rights/"
>ico.org.uk</a
>.
<a href="https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/individual-rights/individual-rights/">
ico.org.uk
</a>.
</p>

{@render header('contact', 'Who do I contact regarding my personal data?')}
Expand Down

0 comments on commit 99fd94d

Please sign in to comment.