uBlockOrigin / uBlock-issues

This is the community-maintained issue tracker for uBlock Origin
https://github.com/gorhill/uBlock
928 stars 78 forks source link

Auto-update Problem with AdGuard and Cookie Notices #3337

Closed AllanHigdon closed 1 month ago

AllanHigdon commented 1 month ago

Prerequisites

I tried to reproduce the issue when...

Description

Included in my Filter Lists are AdGuard Tracking Protection, AdGuard URL Tracking Protection, EasyList/uBO - Cookie Notices and AdGuard/uBO - Cookie Notices. The problem is with these specific Filter Lists, the Auto-update does not seem to work. There is never the green, circular icon next to these to show they were updated automatically at the same time as the others.

A specific URL where the issue occurs.

N/A

Steps to Reproduce

See Description

Expected behavior

See Description

Actual behavior

See Description

uBO version

1.59.1.1

Browser name and version

Vivaldi 6.9.3425.3

Operating System and version

Windows 10 Version 22H2 (Build 19045.3803)

gwarser commented 1 month ago

Make sure you have all default directives on trusted sites lists https://github.com/uBlockOrigin/uBlock-issues/wiki/Dashboard:-Trusted-sites#important-read-carefully

Share troubleshooting info from uBO Support tab.

AllanHigdon commented 1 month ago

Make sure you have all default directives on trusted sites lists https://github.com/uBlockOrigin/uBlock-issues/wiki/Dashboard:-Trusted-sites#important-read-carefully

chrome-extension-scheme
moz-extension-scheme
about-scheme
chrome-scheme
edge-scheme
opera-scheme
vivaldi-scheme
wyciwyg-scheme

These entries for my Trusted Sites should be fine, right?

Share troubleshooting info from uBO Support tab.

uBlock Origin: 1.59.1b1
Chromium: 126
filterset (summary):
 network: 214973
 cosmetic: 117150
 scriptlet: 28099
 html: 0
listset (total-discarded, last-updated):
 added:
  adguard-spyware-url: 1637-123, 21m
  adguard-spyware: 85006-30593, 21m
  adguard-cookies: 30844-44, 21m
  fanboy-cookiemonster: 51489-3941, 21m
 default:
  user-filters: 8-0, never
  ublock-filters: 39645-286, 21m
  ublock-badware: 10488-6, 21m
  ublock-privacy: 1046-2, 21m
  ublock-unbreak: 2476-0, 21m
  ublock-quick-fixes: 135-0, 21m
  easylist: 87999-561, 21m
  easyprivacy: 53103-650, 21m
  urlhaus-1: 29155-0, 21m
  plowe-0: 3555-0, 21m
filterset (user): [array of 8 redacted]
trustedset:
 added: [array of 6 redacted]
switchRuleset:
 added: [array of 1 redacted]
userSettings:
 advancedUserEnabled: true
hiddenSettings: [none]
supportStats:
 allReadyAfter: 10391 ms
 maxAssetCacheWait: 72 ms
 cacheBackend: indexedDB
garry-ut99 commented 1 month ago

Allan higdon:

  • [x] I checked the documentation to understand that the issue I am reporting is not normal behavior.

Invalid / duplicate of:

uBO doesn't support differential updates for AdGuard filter lists, which means a regular Expires directive is used as a fallback: 5 days EasyList/uBO - Cookie Notices doesn't use differential updates: Expires: 7 days (update frequency)

Hence don't expect them to be updated at the same like other uBO filter lists which use differential updates and are updated very often (every 5 hours). You can force-update filter lists manually by clicking or SHIFT clicking their clock icons like described in: https://github.com/gorhill/uBlock/wiki/Dashboard:-Filter-lists#update-now

AllanHigdon commented 1 month ago

Thanks for the clarification.