-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow filter list expiry time below 12 hours #2899
Comments
It is not an issue/bug, and it is normal behavior. By design, 12 hours is the minimum value for the expires directive. |
Now with the almost daily anti adblock updates by Youtube it would be nice to have the minimum value be lowered. So I'll try to rewrite it more as a feature request in that case. |
Lowering the value would place additional load on the serving infrastructure which is already dealing with bandwidth issues / limits. |
I think you're misunderstanding me, I'm not asking to change the expiry time of the default filters, I can very well understand why that limit is in place for those. I'm asking for custom filters (hosted on my own server) to not have the same restrictions |
This comment was marked as abuse.
This comment was marked as abuse.
Previously, even with a shorter interval for external lists, users cannot get full abilities due to trusted filters not available for external lists. However, with the development of trusted lists set by users here: #2895 (comment) , I think an advanced user can achieve shorter update interval of quick fix list without loading more requests to uBO repos:
The only issue now is the I'm using a synced quick fix list as an example, it can apply to independent external lists too, in case users develop their own solutions. |
I notice that this thread (except llaurens) only discusses the uAssets lists, whereas 3rd-party lists haven't been discussed at all. I'd be in favour of this kind of technical support, so that 3rd-party list makers can set lower times, even if I myself have yet to edit my lists to use any value lower than 1 day at the time of writing. |
Gorhill is working on this AdguardTeam/FiltersCompiler#192. So there is a huge chance that in next version you will be able to serve differential updates with much higher frequency. |
6 hours gorhill/uBlock@153783c Differential updates gorhill/uBlock@d05ff8f#diff-bb0a23b7c8c08b99549300d4571ee50f0fcbb877eb8b84fb2d4c4c3ec1ffc1c4 4 hours gorhill/uBlock@2360bc0 |
In uBO v1.54.0, Details/discussion here: |
The list does update, it's just always seen as out of date. By the way, this list is unmaintained:
|
OK, but in previous uBO versions, when forcing an update, the clock icon would appear regardlessly, simply indicating a succesfull update check. |
Prerequisites
I tried to reproduce the issue when...
Description
I wanted to self host a modified version of the quick fixes filter list with a more frequent updating interval. But it seems that setting the expiry time lower than 12 hours doesn't change anything and the filter list will still only expire after 12 hours.
A specific URL where the issue occurs.
/dashboard.html#3p-filters.html
Steps to Reproduce
! Expires:
parameterExpected behavior
Would be great to see uBlock add support for expiry time below 12 hours even if this is just for custom lists
Actual behavior
Expiry time limited to a minimum of 12 hours.
uBO version
1.52.2
Browser name and version
Firefox 118.0.2
Operating System and version
Windows 10 19045.3570
The text was updated successfully, but these errors were encountered: