Replies: 4 comments 6 replies
-
Wouldn't such a list mess with selfies? |
Beta Was this translation helpful? Give feedback.
-
But cosmetic filters no support |
Beta Was this translation helpful? Give feedback.
-
[Update] uBO doesn't distinguish each list and setting EL as a clock is analogous to the idea of priviledged list discussed in another issue. This can't be done by trivial code change, what if user disabled EL? Also I don't stand by the idea of adding a list only to fix very rare serious breakage, but it's worth consideration to add a list for whatever hot fixes to fight against serious circumventor such as T.P.U. Frankly, without shorter update interval our effort don't fruit much1 - see how many updates were done by @JobcenterTycoon in last few days. We can also use the list for serious breakage. But adding a list with update frequency of 1 day means 1.8 times larger number of connection than the current one2, and I guess @gorhill is not willing to simply add such a list. Here's my point: there's no need to set update frequency of all the built-in lists uniformly - Privacy and Resource abuse are sparsely updated and not getting the latest of them is not a big matter. IDK what is the best freuqency, but increasing to 6 days won't cause any problem. Maybe we can redistribute these saved traffic to the new list. If we set them 8 days, whole added connection by a new list with 4d frequency can be cancelled out. We can further save the number of connection if we merge some of built-in lists. For example, simply merging Privacy and Resource abuse
All these can be done by trivial code change with practically no ill-effect to user. 1: For reference ABP anti-cv list is updated every 1 hour, tho the upstream list itself is not as frequenty updated. 2: Adding a new list with 4d update frequency to the current 5 built-in lists means 6/5 = x1.2 # of connection. If 2 days 7/5 = x1.4 and 1 day 9/5 = x1.8. |
Beta Was this translation helpful? Give feedback.
-
jsDelivr can handle any kind of heavy loads, frequency is not an issue there. Use that server for hot fixes list. |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
I tried to reproduce the issue when...
Description
I reported a similar issue(#1645) before, but @gorhill declined, citing server load and filter-list maintainer measures.
However, a serious breakage occurred again. The bad generic filter
##.ads
is valid as filter, so it is difficult for the filter-list author to take its countermeasures.Also, there have been several recent remarks from security researchers about the possibility of creating malicious filters. One has yet to be resolved. A hotfix filter-list will be a way to mitigate the security issue if the filter-list author's account is hacked.
For these reasons, I propose a revised version of my previous proposal.
For most users, especially install-and-forget users, the filter-lists should all be updated at the same time. So we can use EasyList update time as the basis.
The Gmail issue was fixed 3 hours after the bad filter addition. The Google Docs issue on April was fixed 6 hours and 19 minutes after the bad filter addition.
Based on these two observations, I estimate that six hours optimal to solve critical issues as soon as possible.
However, if a critical issue is reported when, for example, the entire uBO team is busy, it may not be possible to solve it in 6 hours. In addition, high-impact but non-critical problems are not fixed so quickly. For example, the fix for the Google News breakage took 18 hours.
Therefore, checking the changes again 24 hours after EasyList update will ensure that they are corrected including non-critical issues.
A specific URL where the issue occurs
https://twitter.com/search?q=gmail%20broken&src=typed_query&f=live
Steps to Reproduce
Just search twitter.
Expected behavior
The issue fixed 3 days ago. No longer people suffer from it.
Actual behavior
I can find breakage reports easily.
Configuration
Beta Was this translation helpful? Give feedback.
All reactions