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

Issue 29356630: Issue 4330 - Avoid suggesting huge URL filters (Closed)

Created:
Oct. 12, 2016, 7:47 p.m. by kzar
Modified:
Oct. 14, 2016, 6:14 p.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 4330 - Avoid suggesting huge URL filters

Patch Set 1 #

Patch Set 2 : Upped character limit to 1000 #

Patch Set 3 : Check src length in content script #

Total comments: 2

Patch Set 4 : Changed crazy logic #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M composer.postload.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8
kzar
Patch Set 1
Oct. 12, 2016, 7:48 p.m. (2016-10-12 19:48:22 UTC) #1
Sebastian Noack
1. I've seen HTTP URLs (usually with a large querystring) with more than 500 characters ...
Oct. 13, 2016, 7:41 a.m. (2016-10-13 07:41:13 UTC) #2
kzar
Patch Set 2 : Upped character limit to 1000 I considered filtering these URLs before ...
Oct. 13, 2016, 11:05 a.m. (2016-10-13 11:05:38 UTC) #3
Sebastian Noack
On 2016/10/13 11:05:38, kzar wrote: > Patch Set 2 : Upped character limit to 1000 ...
Oct. 14, 2016, 9:54 a.m. (2016-10-14 09:54:47 UTC) #4
kzar
Patch Set 3 : Check src length in content script I made a test page ...
Oct. 14, 2016, 5 p.m. (2016-10-14 17:00:20 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29356630/diff/29357565/composer.postload.js File composer.postload.js (right): https://codereview.adblockplus.org/29356630/diff/29357565/composer.postload.js#newcode51 composer.postload.js:51: src: src && src.length < 1000 && src, This ...
Oct. 14, 2016, 5:32 p.m. (2016-10-14 17:32:32 UTC) #6
kzar
Patch Set 4 : Changed crazy logic https://codereview.adblockplus.org/29356630/diff/29357565/composer.postload.js File composer.postload.js (right): https://codereview.adblockplus.org/29356630/diff/29357565/composer.postload.js#newcode51 composer.postload.js:51: src: src ...
Oct. 14, 2016, 5:48 p.m. (2016-10-14 17:48:59 UTC) #7
Sebastian Noack
Oct. 14, 2016, 6:08 p.m. (2016-10-14 18:08:24 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld