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: Created May 19, 2018, 2:58 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
@@ -21,16 +21,18 @@
}
.inline-list li:last-child:after
{
content: none;
}
</style>
+<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 }
@@ -98,17 +100,17 @@
### {{ your-rights-heading[heading] What rights do you have? }} {: #your-rights }
- {{ your-right-item-1[list item] Receiving information about the personal data stored by us about you }}
- {{ your-right-item-2[list item] Correction of inaccurate personal data }}
- {{ your-right-item-3[list item] Blocking and deletion of personal data }}
### {{ questions-heading[heading] Questions? }} {: #questions }
-{{ questions-paragraph Email our [Data Protection Officer](mailto:privacy@eyeo.com). }}
+{{ questions-paragraph Email our [Data Protection Officer](#){: data-address="bWFpbHRvOnByaXZhY3lAZXllby5jb20=" }. }}
## {{ 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. }}
- [{{ general-notes-item-1[list item & link] General notes }}](#general-notes)
@@ -129,27 +131,27 @@
<address>
eyeo GmbH<br>
Lichtstr. 25<br>
50823 Cologne<br>
Germany<br>
</address>
-{{ who-is-responsible-paragraph-2 If you have any questions regarding your personal data, please email our [Data Protection Officer](mailto:privacy@eyeo.com). }}
+{{ who-is-responsible-paragraph-2 If you have any questions regarding your personal data, please email our [Data Protection Officer](#){: data-address="bWFpbHRvOnByaXZhY3lAZXllby5jb20=" }. }}
### {{ 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. }}
{{ what-is-personal-paragraph-2 This information includes, for example, details such as name and email address, but also nicknames and information in your forum posts. }}
### {{ your-rights-long-heading[heading] What rights do you have? }} {: #your-rights-long }
-{{ your-rights-long-paragraph Naturally you have the right to receive, upon request, information about the personal data stored by us about you. You also have the right to correct inaccurate personal data and to block and delete details. To do so, please contact us via [<fix>privacy@eyeo.com</fix>](mailto:privacy@eyeo.com) or write to the above address. }}
+{{ your-rights-long-paragraph Naturally you have the right to receive, upon request, information about the personal data stored by us about you. You also have the right to correct inaccurate personal data and to block and delete details. To do so, please contact us via [<fix>privacy@eyeo.com</fix>](#){: data-address="bWFpbHRvOnByaXZhY3lAZXllby5jb20=" } or write to the above address. }}
juliandoucette 2018/05/22 13:35:09 A little pointless in this case :P
ire 2018/05/22 16:36:27 See https://gitlab.com/eyeo/websites/web.adblockpl
### {{ deletion-of-data-heading[heading] Deletion of your data }} {: #deletion-of-data }
{{ deletion-of-data-paragraph If we do not need your personal data any longer for the aforementioned purposes, we will delete it and it will no longer be available for further use. Please note, if data needs to be retained for legal purposes we will block the respective data. }}
### {{ changes-to-policy-heading[heading] Changes to this Privacy Policy }} {: #changes-to-policy }
{{ changes-to-policy-paragraph This Privacy Policy may be changed from time to time. The respective current version is available at: [<fix>https://adblockplus.org/privacy</fix>](https://adblockplus.org/privacy). }}
« 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