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

Issue 29785584: Fixes #68 - Add email spam protection for privacy email address on /privacy (Closed)

Created:
May 19, 2018, 2:58 a.m. by ire
Modified:
May 25, 2018, 9:45 a.m.
Reviewers:
juliandoucette
Base URL:
https://hg.adblockplus.org/web.adblockplus.org
Visibility:
Public.

Description

Fixes #68 - Add email spam protection for privacy email address on /privacy

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add masking for link text #

Total comments: 1

Patch Set 3 : Implement extended address masking #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -3 lines) Patch
M pages/privacy.md View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
A static/js/address-masking.js View 1 2 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 11
ire
May 19, 2018, 2:58 a.m. (2018-05-19 02:58:11 UTC) #1
juliandoucette
LGTM This was meant to be done after the next privacy policy update (ongoing). But ...
May 22, 2018, 1:35 p.m. (2018-05-22 13:35:09 UTC) #2
ire
On 2018/05/22 13:35:09, juliandoucette wrote: > This was meant to be done after the next ...
May 22, 2018, 4:36 p.m. (2018-05-22 16:36:27 UTC) #3
ire
New patch set up with masking for the link text
May 23, 2018, 3:41 p.m. (2018-05-23 15:41:14 UTC) #4
ire
https://codereview.adblockplus.org/29785584/diff/29788565/static/js/address-masking.js File static/js/address-masking.js (right): https://codereview.adblockplus.org/29785584/diff/29788565/static/js/address-masking.js#newcode25 static/js/address-masking.js:25: if (target.hasAttribute("data-replace-text")) Note: If you agree with this implementation ...
May 23, 2018, 4:25 p.m. (2018-05-23 16:25:38 UTC) #5
juliandoucette
LGTM + NIT If we're going to replace more than one tag property then I'd ...
May 24, 2018, 4:12 p.m. (2018-05-24 16:12:37 UTC) #6
juliandoucette
(or data-mask* instead of data-replace.)
May 24, 2018, 4:13 p.m. (2018-05-24 16:13:10 UTC) #7
juliandoucette
See https://gitlab.com/eyeo/websites/website-defaults/issues/6
May 24, 2018, 5:11 p.m. (2018-05-24 17:11:39 UTC) #8
ire
On 2018/05/24 17:11:39, juliandoucette wrote: > See https://gitlab.com/eyeo/websites/website-defaults/issues/6 Seen. I think we should implement that ...
May 25, 2018, 7:16 a.m. (2018-05-25 07:16:54 UTC) #9
ire
New patch set up
May 25, 2018, 9:30 a.m. (2018-05-25 09:30:28 UTC) #10
juliandoucette
May 25, 2018, 9:38 a.m. (2018-05-25 09:38:27 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld