Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/privacy.md

Issue 29785584: Fixes #68 - Add email spam protection for privacy email address on /privacy (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Implement extended address masking Created May 25, 2018, 9:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/js/address-masking.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/privacy.md
===================================================================
--- a/pages/privacy.md
+++ b/pages/privacy.md
@@ -1,12 +1,14 @@
title=Privacy Policy
description=This Privacy Policy describes how we use, process and protect information that we collect from you online through our websites and our products.
notoc=True
+<script src="/js/address-masking.js"></script>
+
- [{{ privacy-notice-short-link[link to heading] Privacy Notice (short version) }}](#privacy-policy-short)
- [{{ privacy-policy-long-link[link to heading] Privacy Policy (long version) }}](#privacy-policy-long)
## {{ privacy-policy-short-heading[heading] Privacy Notice (short version) }} {: #privacy-policy-short }
{{ privacy-policy-short-paragraph The following privacy notice shall provide you with a general overview about the collection, processing and use (hereinafter together referred to as "processing") of your personal data. For more information regarding our processing activities, please view our complete [Privacy Policy](#privacy-policy-long). }}
### {{ data-processed-heading[heading] What kind of personal data do we process? }} {: #data-processed }
@@ -92,17 +94,17 @@
- {{ your-right-item-4[list item] Request erasure of your data, unless such data needs to be retained for legal purposes. }}
- {{ your-right-item-5[list item] Object to the processing of your data. }}
- {{ your-right-item-6[list item] Withdraw your consent at any time, when you have provided us with your consent to the processing of your personal data. }}
- {{ your-right-item-7[list item] Lodge a complaint with the respective supervisory authority. }}
### {{ questions-heading[heading] Questions? }} {: #questions }
-{{ questions-paragraph Contact our Data Protection Officer, Dr. Judith Nink, via [email](mailto:privacy@eyeo.com){: title="email address of Data Protection Officer at eyeo GmbH" } or [phone](tel:+49 (0) 221 / 65028 598){: title="telephone number of Data Protection Officer at eyeo GmbH" }. }}
+{{ questions-paragraph Contact our Data Protection Officer, Dr. Judith Nink, via <a href="#" data-mask='{"href": "bWFpbHRvOnByaXZhY3lAZXllby5jb20="}' title="email address of Data Protection Officer at eyeo GmbH">email</a> or [phone](tel:+49 (0) 221 / 65028 598){: title="telephone number of Data Protection Officer at eyeo GmbH" }. }}
---
## {{ privacy-policy-long-heading[heading] Privacy Policy (long version) }} {: #privacy-policy-long }
### {{ general-info-heading[heading] General information about your privacy }} {: #general-info }
{{ general-info-paragraph The following information applies to the collection, processing and use of personal data in connection with our services, as but not limited to, the Adblock Plus extension, Adblock Browser and on our websites. }}
@@ -139,17 +141,17 @@
{{ who-is-responsible-paragraph-2 If you have any questions regarding your personal data, please do not hesitate to contact our Data Protection Officer: }}
<address>
Dr. Judith Nink
<dl>
<dt>{{phone-label[phone number label] Phone }}</dt>
<dd><a id='privacy-phone' href='tel:+49 (0) 221 / 65028 598'>+49 (0) 221 / 65028 598</a></dd>
<dt>{{email-label[email address label] Email }}</dt>
- <dd><a id='privacy-email' href='mailto:privacy@eyeo.com'>privacy@eyeo.com</a></dd>
+ <dd><a id='privacy-email' data-mask='{"href": "bWFpbHRvOnByaXZhY3lAZXllby5jb20=", "textContent": "cHJpdmFjeUBleWVvLmNvbQ=="}'>email address</a></dd>
<dt>{{fax-label[fax number label] Fax }}</dt>
<dd><a id='privacy-fax' href='fax:+49 (0) 221 / 65028 599'>+49 (0) 221 / 65028 599</a></dd>
</dl>
</address>
### {{ what-is-personal-heading[heading] What is personal data? }} {: #what-is-personal-data }
{{ what-is-personal-paragraph-1 The purpose of data protection is to protect personal data. Personal data means any information relating to an identified or identifiable natural person ("data subject"). An identifiable natural person is one who can be identified, directly or indirectly, in particular, by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person. }}
@@ -231,17 +233,17 @@
{{ right-to-object-paragraph You have the right to object at any time to the collection and processing of your personal data on grounds relating to your particular situation, when collection and processing is based on our legitimate interest (Art. 6 (1) f GDPR). }}
### {{ withdraw-consent-heading[heading] Right to withdraw your consent at any time }} {: #withdraw-consent }
{{ withdraw-consent-paragraph You have the right to withdraw your consent at any time, when you have provided us with your consent to the collection and processing of your personal data for one or more specific purposes. }}
### {{ how-to-exercise-heading[heading] How to exercise your rights }} {: #how-to-exercise }
-{{ how-to-exercise-paragraph To exercise your rights, please contact us via [email](mailto:privacy@eyeo.com){: title="email address of Data Protection Officer at eyeo GmbH" } or mail to: }}
+{{ how-to-exercise-paragraph To exercise your rights, please contact us via <a href="#" data-mask='{"href": "bWFpbHRvOnByaXZhY3lAZXllby5jb20="}' title="email address of Data Protection Officer at eyeo GmbH">email</a> or mail to: }}
<address>
eyeo GmbH<br>
Lichtstr. 25<br>
50825 Cologne<br>
Germany<br>
</address>
« no previous file with comments | « no previous file | static/js/address-masking.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld