uBlockOrigin / uBlock-issues

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

filter lists getting unselected #2136

Closed ghajini closed 6 months ago

ghajini commented 2 years ago

Prerequisites

I tried to reproduce the issue when...

Description

all default filter lists are getting unselected at interval of 2 weeks this happened with me 3-4 times already,when it occurs i just reselect lists i haven't using any cleaner app to remove storage/cookie

also quick fixes list get moved to under custom list & it remain selected when it happens

A specific URL where the issue occurs

ublock origin default filter lists

Steps to Reproduce

i don't know what to describe in this,please point me in appropriate direction

Expected behavior

filter lists shouldn't get altered without user intervention

Actual behavior

filter lists getting unselected without user intervention

Configuration

uBlock Origin: 1.42.4
Firefox Mobile: 101
filterset (summary): 
  network: 83743
  cosmetic: 50235
  scriptlet: 17392
  html: 716
listset (total-discarded, last updated): 
  added: 
    https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt: 203-0, now
  default: 
    user-filters: 1140-3, never
    ublock-filters: 32538-283, now
    ublock-badware: 4175-25, now
    ublock-privacy: 228-0, now
    ublock-abuse: 75-0, now
    ublock-unbreak: 1816-0, now
    adguard-mobile: 7838-156, now
    easylist: 68106-858, now
    easyprivacy: 27180-587, now
    urlhaus-1: 7232-0, now
    plowe-0: 3639-3, now
    ublock-quick-fixes: 203-203, now
filterset (user): [array of 871 redacted]
modifiedUserSettings: 
  ignoreGenericCosmeticFilters: false
modifiedHiddenSettings: 
  filterAuthorMode: true
  updateAssetBypassBrowserCache: true
  userResourcesLocation: [redacted]
supportStats: 
  allReadyAfter: 554 ms (selfie)
  maxAssetCacheWait: 375 ms

Screenshots

https://user-images.githubusercontent.com/20338483/172998572-3cc1e6cd-44cb-4abf-8eb8-a03f9f37ccb0.png

https://user-images.githubusercontent.com/20338483/172998584-8a47061f-52d5-461a-9c5c-c65e8594d9e2.png

mapx- commented 2 years ago

yes, I can confirm the issue on firefox desktop / mobile. Maybe after browser updating ?! No issue with chrome.

gorhill commented 2 years ago

I use Firefox for Android Nightly and haven't seen this behavior yet.

gorhill commented 2 years ago

all default filter lists are getting unselected at interval of 2 weeks

"2 weeks" seems to match the period at which assets.json is updated.

gorhill commented 2 years ago

What would be of interest is the content of assets.json when this happens. You can trick uBO to show the content of assets.json by viewing the content of a list, say "uBlock filters", than replace ublock-filters at the end of the URL to assets.json, so that you end up with something like moz-extension://[...]/asset-viewer.html?url=assets.json.

The syntax highlighting will show errors but it does not matter, you can report the content you see here if it looks abnormal.

ghajini commented 2 years ago

okay i will see it when it occurs again

tariqk commented 2 years ago

What would be of interest is the content of assets.json when this happens.

I've been repeatedly having this issue as well, and here are the contents of assets.json for your perusal, if it helps:

assets.json ``` { "assets.json": { "content": "internal", "updateAfter": 13, "contentURL": [ "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json", "assets/assets.json" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/ublock/assets.json", "https://ublockorigin.pages.dev/ublock/assets.json", "https://gitcdn.link/cdn/gorhill/uBlock/master/assets/assets.json", "https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json", "https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json", "https://combinatronics.io/gorhill/uBlock/master/assets/assets.json" ] }, "public_suffix_list.dat": { "content": "internal", "updateAfter": 19, "contentURL": [ "https://publicsuffix.org/list/public_suffix_list.dat", "https://gitcdn.link/cdn/publicsuffix/list/master/public_suffix_list.dat", "assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat" ] }, "ublock-badlists": { "content": "internal", "updateAfter": 29, "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badlists.txt", "assets/ublock/badlists.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badlists.txt", "https://ublockorigin.pages.dev/filters/badlists.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badlists.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt" ] }, "ublock-filters": { "content": "filters", "group": "default", "title": "uBlock filters", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/filters.txt", "assets/ublock/filters.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/filters.txt", "https://ublockorigin.pages.dev/filters/filters.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/filters.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/filters.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "ublock-badware": { "content": "filters", "group": "default", "title": "uBlock filters – Badware risks", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badware.txt", "assets/ublock/badware.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badware.txt", "https://ublockorigin.pages.dev/filters/badware.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badware.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badware.txt" ], "supportURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks", "instructionURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks" }, "ublock-privacy": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Privacy", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/privacy.txt", "assets/ublock/privacy.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/privacy.txt", "https://ublockorigin.pages.dev/filters/privacy.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt" ] }, "ublock-abuse": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Resource abuse", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/resource-abuse.txt", "assets/ublock/resource-abuse.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/resource-abuse.txt", "https://ublockorigin.pages.dev/filters/resource-abuse.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/resource-abuse.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt" ] }, "ublock-unbreak": { "content": "filters", "group": "default", "title": "uBlock filters – Unbreak", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/unbreak.txt", "assets/ublock/unbreak.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/unbreak.txt", "https://ublockorigin.pages.dev/filters/unbreak.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/unbreak.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt" ] }, "ublock-quick-fixes": { "content": "filters", "updateAfter": 1, "group": "default", "title": "uBlock filters – Quick fixes", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt", "assets/ublock/quick-fixes.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/quick-fixes.txt", "https://ublockorigin.pages.dev/filters/quick-fixes.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/quick-fixes.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt" ] }, "adguard-generic": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Base", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-mobile": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Mobile Ads", "ua": "mobile", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/11.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "easylist": { "content": "filters", "group": "ads", "title": "EasyList", "contentURL": [ "https://easylist.to/easylist/easylist.txt", "https://secure.fanboy.co.nz/easylist.txt", "https://easylist-downloads.adblockplus.org/easylist.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt" ], "supportURL": "https://easylist.to/" }, "adguard-spyware": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/3.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-spyware-url": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard URL Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "block-lan": { "content": "filters", "group": "privacy", "off": true, "title": "Block Outsider Intrusion into LAN", "contentURL": "https://ublockorigin.github.io/uAssets/filters/lan-block.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/lan-block.txt", "https://ublockorigin.pages.dev/filters/lan-block.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/lan-block.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "easyprivacy": { "content": "filters", "group": "privacy", "title": "EasyPrivacy", "contentURL": [ "https://easylist.to/easylist/easyprivacy.txt", "https://secure.fanboy.co.nz/easyprivacy.txt", "https://easylist-downloads.adblockplus.org/easyprivacy.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt" ], "supportURL": "https://easylist.to/" }, "urlhaus-1": { "content": "filters", "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", "https://malware-filter.pages.dev/urlhaus-filter-online.txt" ], "supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist" }, "curben-phishing": { "content": "filters", "group": "malware", "off": true, "title": "Phishing URL Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt", "cdnURLs": [ "https://curbengh.github.io/phishing-filter/phishing-filter.txt", "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", "https://phishing-filter.pages.dev/phishing-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/phishing-filter#phishing-url-blocklist" }, "curben-pup": { "content": "filters", "group": "malware", "off": true, "title": "PUP Domains Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt", "cdnURLs": [ "https://curbengh.github.io/pup-filter/pup-filter.txt", "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", "https://pup-filter.pages.dev/pup-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/pup-filter#pup-domains-blocklist" }, "adguard-annoyance": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Annoyances", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/14.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-social": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Social Media", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/4.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "fanboy-thirdparty_social": { "content": "filters", "group": "social", "off": true, "title": "Anti-Facebook", "contentURL": "https://secure.fanboy.co.nz/fanboy-antifacebook.txt", "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues" }, "fanboy-annoyance": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Annoyance", "contentURL": "https://secure.fanboy.co.nz/fanboy-annoyance.txt", "supportURL": "https://easylist.to/" }, "fanboy-cookiemonster": { "content": "filters", "group": "social", "off": true, "title": "EasyList Cookie", "contentURL": "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", "supportURL": "https://github.com/easylist/easylist/issues" }, "fanboy-social": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Social", "contentURL": [ "https://easylist.to/easylist/fanboy-social.txt", "https://secure.fanboy.co.nz/fanboy-social.txt" ], "supportURL": "https://easylist.to/" }, "ublock-annoyances": { "content": "filters", "group": "social", "title": "uBlock filters – Annoyances", "off": true, "contentURL": "https://ublockorigin.github.io/uAssets/filters/annoyances.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/annoyances.txt", "https://ublockorigin.pages.dev/filters/annoyances.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/annoyances.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt" ] }, "dpollock-0": { "content": "filters", "group": "multipurpose", "updateAfter": 11, "off": true, "title": "Dan Pollock’s hosts file", "contentURL": "https://someonewhocares.org/hosts/hosts", "supportURL": "https://someonewhocares.org/hosts/" }, "plowe-0": { "content": "filters", "group": "multipurpose", "updateAfter": 13, "title": "Peter Lowe’s Ad and tracking server list", "contentURL": [ "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", "assets/thirdparties/pgl.yoyo.org/as/serverlist.txt", "assets/thirdparties/pgl.yoyo.org/as/serverlist" ], "supportURL": "https://pgl.yoyo.org/adservers/" }, "ALB-0": { "content": "filters", "group": "regions", "off": true, "title": "ALB: Adblock List for Albania", "lang": "sq", "contentURL": "https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt", "supportURL": "https://github.com/AnXh3L0/blocklist" }, "ara-0": { "content": "filters", "group": "regions", "off": true, "title": "ara: Liste AR", "lang": "ar", "contentURL": "https://easylist-downloads.adblockplus.org/Liste_AR.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=98" }, "BGR-0": { "content": "filters", "group": "regions", "off": true, "title": "BGR: Bulgarian Adblock list", "lang": "bg mk", "contentURL": "https://stanev.org/abp/adblock_bg.txt", "supportURL": "https://stanev.org/abp/" }, "CHN-0": { "content": "filters", "group": "regions", "off": true, "title": "CHN: AdGuard Chinese (中文)", "lang": "ug zh", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/224.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "CZE-0": { "content": "filters", "group": "regions", "off": true, "title": "CZE, SVK: EasyList Czech and Slovak", "lang": "cs sk", "contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt", "supportURL": "https://github.com/tomasko126/easylistczechandslovak" }, "DEU-0": { "content": "filters", "group": "regions", "off": true, "title": "DEU: EasyList Germany", "lang": "de dsb hsb lb rm", "contentURL": [ "https://easylist.to/easylistgermany/easylistgermany.txt", "https://easylist-downloads.adblockplus.org/easylistgermany.txt" ], "supportURL": "https://forums.lanik.us/viewforum.php?f=90" }, "EST-0": { "content": "filters", "group": "regions", "off": true, "title": "EST: Eesti saitidele kohandatud filter", "lang": "et", "contentURL": "https://adblock.ee/list.php", "supportURL": "https://adblock.ee/" }, "FIN-0": { "content": "filters", "group": "regions", "off": true, "title": "FIN: Adblock List for Finland", "lang": "fi", "contentURL": "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt", "supportURL": "https://github.com/finnish-easylist-addition/finnish-easylist-addition" }, "FRA-0": { "content": "filters", "group": "regions", "off": true, "title": "FRA: AdGuard Français", "lang": "ar br ff fr lb oc son", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/16.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "GRC-0": { "content": "filters", "group": "regions", "off": true, "title": "GRC: Greek AdBlock Filter", "lang": "el", "contentURL": "https://www.void.gr/kargig/void-gr-filters.txt", "supportURL": "https://github.com/kargig/greek-adblockplus-filter" }, "HUN-0": { "content": "filters", "group": "regions", "off": true, "title": "HUN: hufilter", "lang": "hu", "contentURL": "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter-ublock.txt", "supportURL": "https://github.com/hufilter/hufilter" }, "IDN-0": { "content": "filters", "group": "regions", "off": true, "title": "IDN, MYS: ABPindo", "lang": "id ms", "contentURL": "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt", "supportURL": "https://github.com/ABPindo/indonesianadblockrules" }, "IND-0": { "content": "filters", "group": "regions", "off": true, "title": "IND: IndianList", "lang": "as bn gu hi kn ml mr ne pa si ta te", "contentURL": "https://easylist-downloads.adblockplus.org/indianlist.txt", "supportURL": "https://github.com/mediumkreation/IndianList" }, "IRN-0": { "content": "filters", "group": "regions", "off": true, "title": "IRN: PersianBlocker", "lang": "fa", "contentURL": [ "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://gitcdn.link/cdn/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://combinatronics.io/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://cdn.statically.io/gh/MasterKia/PersianBlocker/main/PersianBlocker.txt" ], "supportURL": "https://github.com/MasterKia/PersianBlocker" }, "ISL-0": { "content": "filters", "group": "regions", "off": true, "title": "ISL: Icelandic ABP List", "lang": "is", "contentURL": "https://adblock.gardar.net/is.abp.txt", "supportURL": "https://adblock.gardar.net/" }, "ISR-0": { "content": "filters", "group": "regions", "off": true, "title": "ISR: EasyList Hebrew", "lang": "he", "contentURL": "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt", "supportURL": "https://github.com/easylist/EasyListHebrew" }, "ITA-0": { "content": "filters", "group": "regions", "off": true, "title": "ITA: EasyList Italy", "lang": "it lij", "contentURL": "https://easylist-downloads.adblockplus.org/easylistitaly.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=96" }, "JPN-1": { "content": "filters", "group": "regions", "off": true, "title": "JPN: AdGuard Japanese", "lang": "ja", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/7.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "KOR-1": { "content": "filters", "group": "regions", "off": true, "title": "KOR: List-KR", "lang": "ko", "contentURL": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter-uBO.txt", "cdnURLs": [ "https://cdn.jsdelivr.net/gh/List-KR/List-KR@master/filter-uBO.txt", "https://cdn.statically.io/gh/List-KR/List-KR/master/filter-uBO.txt", "https://combinatronics.io/List-KR/List-KR/master/filter-uBO.txt", "https://gitcdn.link/cdn/List-KR/List-KR/master/filter-uBO.txt" ], "supportURL": "https://github.com/List-KR/List-KR#readme" }, "LTU-0": { "content": "filters", "group": "regions", "off": true, "title": "LTU: EasyList Lithuania", "lang": "lt", "contentURL": "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "cdnURLs": [ "https://gitcdn.link/cdn/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "https://cdn.jsdelivr.net/gh/EasyList-Lithuania/easylist_lithuania@master/easylistlithuania.txt", "https://cdn.statically.io/gl/DandelionSprout/easylist_lithuania/raw/master/easylistlithuania.txt" ], "supportURL": "https://github.com/EasyList-Lithuania/easylist_lithuania" }, "LVA-0": { "content": "filters", "group": "regions", "off": true, "title": "LVA: Latvian List", "lang": "lv", "contentURL": "https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt", "supportURL": "https://notabug.org/latvian-list/adblock-latvian" }, "NLD-0": { "content": "filters", "group": "regions", "off": true, "title": "NLD: EasyDutch", "lang": "af fy nl", "contentURL": "https://raw.githubusercontent.com/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "cdnURLs": [ "https://combinatronics.io/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutch@gh-pages/EasyDutch.txt", "https://cdn.statically.io/gl/BPower0036/EasyDutch/raw/gh-pages/EasyDutch.txt" ], "supportURL": "https://github.com/EasyDutch-uBO/EasyDutch/" }, "NOR-0": { "content": "filters", "group": "regions", "off": true, "title": "NOR, DNK, ISL: Dandelion Sprouts nordiske filtre", "lang": "nb nn no da is", "contentURL": [ "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt" ], "cdnURLs": [ "https://gitcdn.link/cdn/DandelionSprout/adfilt/master/NorwegianList.txt", "https://cdn.jsdelivr.net/gh/DandelionSprout/adfilt@master/NorwegianList.txt", "https://cdn.statically.io/gl/DandelionSprout/adfilt/master/NorwegianList.txt" ], "supportURL": "https://github.com/DandelionSprout/adfilt" }, "POL-0": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne Polskie Filtry do AdBlocka, uBlocka Origin i AdGuarda", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt", "supportURL": "https://github.com/MajkiIT/polish-ads-filter/issues", "instructionURL": "https://github.com/MajkiIT/polish-ads-filter#polish-filters-for-adblock-ublock-origin--adguard" }, "POL-2": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne polskie filtry przeciwko alertom o Adblocku", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt", "supportURL": "https://github.com/olegwukr/polish-privacy-filters/issues" }, "ROU-1": { "content": "filters", "group": "regions", "off": true, "title": "ROU: Romanian Ad (ROad) Block List Light", "lang": "ro", "contentURL": [ "https://road.adblock.ro/lista.txt", "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters-light.txt" ], "supportURL": "https://github.com/tcptomato/ROad-Block" }, "RUS-0": { "content": "filters", "group": "regions", "off": true, "title": "RUS: RU AdList", "lang": "be kk tt ru uk uz", "contentURL": "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=102", "instructionURL": "https://forums.lanik.us/viewtopic.php?f=102&t=22512" }, "spa-0": { "content": "filters", "group": "regions", "off": true, "title": "spa: EasyList Spanish", "lang": "an ast ca cak es eu gn gl trs quz", "contentURL": "https://easylist-downloads.adblockplus.org/easylistspanish.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=103" }, "spa-1": { "content": "filters", "group": "regions", "off": true, "title": "spa, por: AdGuard Spanish/Portuguese", "lang": "an ast ca cak es eu gl gn trs pt quz", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/9.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "SVN-0": { "content": "filters", "group": "regions", "off": true, "title": "SVN: Slovenian List", "lang": "sl", "contentURL": "https://raw.githubusercontent.com/betterwebleon/slovenian-list/master/filters.txt", "supportURL": "https://github.com/betterwebleon/slovenian-list" }, "SWE-1": { "content": "filters", "group": "regions", "off": true, "title": "SWE: Frellwit's Swedish Filter", "lang": "sv", "contentURL": "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Filter.txt", "supportURL": "https://github.com/lassekongo83/Frellwits-filter-lists" }, "THA-0": { "content": "filters", "group": "regions", "off": true, "title": "THA: EasyList Thailand", "lang": "th", "contentURL": "https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt", "supportURL": "https://github.com/easylist-thailand/easylist-thailand" }, "TUR-0": { "content": "filters", "group": "regions", "off": true, "title": "TUR: AdGuard Turkish", "lang": "tr", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/13.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "VIE-1": { "content": "filters", "group": "regions", "off": true, "title": "VIE: ABPVN List", "lang": "vi", "contentURL": "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_ublock.txt", "supportURL": "https://abpvn.com/" } } ```

Nothing seems to stick out, however. Is there anything else that we can provide to help pinpoint the issue?

gorhill commented 2 years ago

here are the contents of assets.json for your perusal, if it helps

Is this after an instance of this happening? Which exact version of Firefox/uBO?

tariqk commented 2 years ago

Is this after an instance of this happening?

Yes it is. I've reselected my filter lists, and if it happens again I'll post the contents of assets.json if you need them.

Which exact version of Firefox/uBO?

Does this help?

uBlock Origin: 1.42.4
Firefox: 101
filterset (summary): 
  network: 157972
  cosmetic: 190564
  scriptlet: 36561
  html: 685
listset (total-discarded, last updated): 
  removed: 
    user-filters: null
  added: 
    https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt: 195-0, 23h.46m
    adguard-generic: 64715-5097, 20h.59m
    adguard-mobile: 7849-30, 20h.59m
    adguard-spyware: 26212-983, 20h.59m
    adguard-spyware-url: 629-15, 20h.59m
    block-lan: 43-0, 20h.59m
    curben-phishing: 20720-2, 20h.59m
    curben-pup: 235-0, 20h.59m
    adguard-annoyance: 54074-3193, 20h.59m
    fanboy-annoyance: 73244-34889, 20h.59m
    fanboy-cookiemonster: 34199-108, 20h.59m
    ublock-annoyances: 4447-5, 20h.59m
    dpollock-0: 10375-531, 20h.59m
  default: 
    ublock-filters: 32455-34, 20h.59m
    ublock-badware: 4195-3, 20h.59m
    ublock-privacy: 230-2, 20h.59m
    ublock-abuse: 75-0, 20h.59m
    ublock-unbreak: 1812-0, 20h.59m
    easylist: 68209-956, 20h.59m
    easyprivacy: 27199-10451, 20h.59m
    urlhaus-1: 7675-0, 20h.59m
    plowe-0: 3644-141, 20h.59m
    ublock-quick-fixes: 195-195, 16h.58m
filterset (user): [empty]
switchRuleset: 
  added: [array of 1 redacted]
hostRuleset: 
  added: [array of 1092 redacted]
modifiedUserSettings: [none]
modifiedHiddenSettings: [none]
supportStats: 
  allReadyAfter: 2881 ms
  maxAssetCacheWait: 1698 ms
YesTrustMe commented 2 years ago

I have a similar issue with the Android version of FF and ublock. Restoring from backup file doesn't work and while static filters can be imported, they're impotent in the Android version of FF.

ghajini commented 2 years ago

here are contents when this happened(not reselected lists)

assets.json ``` { "assets.json": { "content": "internal", "updateAfter": 13, "contentURL": [ "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json", "assets/assets.json" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/ublock/assets.json", "https://ublockorigin.pages.dev/ublock/assets.json", "https://gitcdn.link/cdn/gorhill/uBlock/master/assets/assets.json", "https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json", "https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json", "https://combinatronics.io/gorhill/uBlock/master/assets/assets.json" ] }, "public_suffix_list.dat": { "content": "internal", "updateAfter": 19, "contentURL": [ "https://publicsuffix.org/list/public_suffix_list.dat", "https://gitcdn.link/cdn/publicsuffix/list/master/public_suffix_list.dat", "assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat" ] }, "ublock-badlists": { "content": "internal", "updateAfter": 29, "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badlists.txt", "assets/ublock/badlists.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badlists.txt", "https://ublockorigin.pages.dev/filters/badlists.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badlists.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt" ] }, "ublock-filters": { "content": "filters", "group": "default", "title": "uBlock filters", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/filters.txt", "assets/ublock/filters.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/filters.txt", "https://ublockorigin.pages.dev/filters/filters.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/filters.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/filters.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "ublock-badware": { "content": "filters", "group": "default", "title": "uBlock filters – Badware risks", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badware.txt", "assets/ublock/badware.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badware.txt", "https://ublockorigin.pages.dev/filters/badware.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badware.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badware.txt" ], "supportURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks", "instructionURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks" }, "ublock-privacy": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Privacy", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/privacy.txt", "assets/ublock/privacy.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/privacy.txt", "https://ublockorigin.pages.dev/filters/privacy.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt" ] }, "ublock-abuse": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Resource abuse", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/resource-abuse.txt", "assets/ublock/resource-abuse.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/resource-abuse.txt", "https://ublockorigin.pages.dev/filters/resource-abuse.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/resource-abuse.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt" ] }, "ublock-unbreak": { "content": "filters", "group": "default", "title": "uBlock filters – Unbreak", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/unbreak.txt", "assets/ublock/unbreak.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/unbreak.txt", "https://ublockorigin.pages.dev/filters/unbreak.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/unbreak.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt" ] }, "ublock-quick-fixes": { "content": "filters", "updateAfter": 1, "group": "default", "title": "uBlock filters – Quick fixes", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt", "assets/ublock/quick-fixes.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/quick-fixes.txt", "https://ublockorigin.pages.dev/filters/quick-fixes.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/quick-fixes.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt" ] }, "adguard-generic": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Base", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-mobile": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Mobile Ads", "ua": "mobile", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/11.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "easylist": { "content": "filters", "group": "ads", "title": "EasyList", "contentURL": [ "https://easylist.to/easylist/easylist.txt", "https://secure.fanboy.co.nz/easylist.txt", "https://easylist-downloads.adblockplus.org/easylist.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt" ], "supportURL": "https://easylist.to/" }, "adguard-spyware": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/3.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-spyware-url": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard URL Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "block-lan": { "content": "filters", "group": "privacy", "off": true, "title": "Block Outsider Intrusion into LAN", "contentURL": "https://ublockorigin.github.io/uAssets/filters/lan-block.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/lan-block.txt", "https://ublockorigin.pages.dev/filters/lan-block.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/lan-block.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "easyprivacy": { "content": "filters", "group": "privacy", "title": "EasyPrivacy", "contentURL": [ "https://easylist.to/easylist/easyprivacy.txt", "https://secure.fanboy.co.nz/easyprivacy.txt", "https://easylist-downloads.adblockplus.org/easyprivacy.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt" ], "supportURL": "https://easylist.to/" }, "urlhaus-1": { "content": "filters", "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", "https://malware-filter.pages.dev/urlhaus-filter-online.txt" ], "supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist" }, "curben-phishing": { "content": "filters", "group": "malware", "off": true, "title": "Phishing URL Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt", "cdnURLs": [ "https://curbengh.github.io/phishing-filter/phishing-filter.txt", "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", "https://phishing-filter.pages.dev/phishing-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/phishing-filter#phishing-url-blocklist" }, "curben-pup": { "content": "filters", "group": "malware", "off": true, "title": "PUP Domains Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt", "cdnURLs": [ "https://curbengh.github.io/pup-filter/pup-filter.txt", "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", "https://pup-filter.pages.dev/pup-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/pup-filter#pup-domains-blocklist" }, "adguard-annoyance": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Annoyances", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/14.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-social": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Social Media", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/4.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "fanboy-thirdparty_social": { "content": "filters", "group": "social", "off": true, "title": "Anti-Facebook", "contentURL": "https://secure.fanboy.co.nz/fanboy-antifacebook.txt", "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues" }, "fanboy-annoyance": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Annoyance", "contentURL": "https://secure.fanboy.co.nz/fanboy-annoyance.txt", "supportURL": "https://easylist.to/" }, "fanboy-cookiemonster": { "content": "filters", "group": "social", "off": true, "title": "EasyList Cookie", "contentURL": "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", "supportURL": "https://github.com/easylist/easylist/issues" }, "fanboy-social": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Social", "contentURL": [ "https://easylist.to/easylist/fanboy-social.txt", "https://secure.fanboy.co.nz/fanboy-social.txt" ], "supportURL": "https://easylist.to/" }, "ublock-annoyances": { "content": "filters", "group": "social", "title": "uBlock filters – Annoyances", "off": true, "contentURL": "https://ublockorigin.github.io/uAssets/filters/annoyances.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/annoyances.txt", "https://ublockorigin.pages.dev/filters/annoyances.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/annoyances.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt" ] }, "dpollock-0": { "content": "filters", "group": "multipurpose", "updateAfter": 11, "off": true, "title": "Dan Pollock’s hosts file", "contentURL": "https://someonewhocares.org/hosts/hosts", "supportURL": "https://someonewhocares.org/hosts/" }, "plowe-0": { "content": "filters", "group": "multipurpose", "updateAfter": 13, "title": "Peter Lowe’s Ad and tracking server list", "contentURL": [ "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", "assets/thirdparties/pgl.yoyo.org/as/serverlist.txt", "assets/thirdparties/pgl.yoyo.org/as/serverlist" ], "supportURL": "https://pgl.yoyo.org/adservers/" }, "ALB-0": { "content": "filters", "group": "regions", "off": true, "title": "ALB: Adblock List for Albania", "lang": "sq", "contentURL": "https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt", "supportURL": "https://github.com/AnXh3L0/blocklist" }, "ara-0": { "content": "filters", "group": "regions", "off": true, "title": "ara: Liste AR", "lang": "ar", "contentURL": "https://easylist-downloads.adblockplus.org/Liste_AR.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=98" }, "BGR-0": { "content": "filters", "group": "regions", "off": true, "title": "BGR: Bulgarian Adblock list", "lang": "bg mk", "contentURL": "https://stanev.org/abp/adblock_bg.txt", "supportURL": "https://stanev.org/abp/" }, "CHN-0": { "content": "filters", "group": "regions", "off": true, "title": "CHN: AdGuard Chinese (中文)", "lang": "ug zh", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/224.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "CZE-0": { "content": "filters", "group": "regions", "off": true, "title": "CZE, SVK: EasyList Czech and Slovak", "lang": "cs sk", "contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt", "supportURL": "https://github.com/tomasko126/easylistczechandslovak" }, "DEU-0": { "content": "filters", "group": "regions", "off": true, "title": "DEU: EasyList Germany", "lang": "de dsb hsb lb rm", "contentURL": [ "https://easylist.to/easylistgermany/easylistgermany.txt", "https://easylist-downloads.adblockplus.org/easylistgermany.txt" ], "supportURL": "https://forums.lanik.us/viewforum.php?f=90" }, "EST-0": { "content": "filters", "group": "regions", "off": true, "title": "EST: Eesti saitidele kohandatud filter", "lang": "et", "contentURL": "https://adblock.ee/list.php", "supportURL": "https://adblock.ee/" }, "FIN-0": { "content": "filters", "group": "regions", "off": true, "title": "FIN: Adblock List for Finland", "lang": "fi", "contentURL": "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt", "supportURL": "https://github.com/finnish-easylist-addition/finnish-easylist-addition" }, "FRA-0": { "content": "filters", "group": "regions", "off": true, "title": "FRA: AdGuard Français", "lang": "ar br ff fr lb oc son", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/16.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "GRC-0": { "content": "filters", "group": "regions", "off": true, "title": "GRC: Greek AdBlock Filter", "lang": "el", "contentURL": "https://www.void.gr/kargig/void-gr-filters.txt", "supportURL": "https://github.com/kargig/greek-adblockplus-filter" }, "HUN-0": { "content": "filters", "group": "regions", "off": true, "title": "HUN: hufilter", "lang": "hu", "contentURL": "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter-ublock.txt", "supportURL": "https://github.com/hufilter/hufilter" }, "IDN-0": { "content": "filters", "group": "regions", "off": true, "title": "IDN, MYS: ABPindo", "lang": "id ms", "contentURL": "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt", "supportURL": "https://github.com/ABPindo/indonesianadblockrules" }, "IND-0": { "content": "filters", "group": "regions", "off": true, "title": "IND: IndianList", "lang": "as bn gu hi kn ml mr ne pa si ta te", "contentURL": "https://easylist-downloads.adblockplus.org/indianlist.txt", "supportURL": "https://github.com/mediumkreation/IndianList" }, "IRN-0": { "content": "filters", "group": "regions", "off": true, "title": "IRN: PersianBlocker", "lang": "fa", "contentURL": [ "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://gitcdn.link/cdn/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://combinatronics.io/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://cdn.statically.io/gh/MasterKia/PersianBlocker/main/PersianBlocker.txt" ], "supportURL": "https://github.com/MasterKia/PersianBlocker" }, "ISL-0": { "content": "filters", "group": "regions", "off": true, "title": "ISL: Icelandic ABP List", "lang": "is", "contentURL": "https://adblock.gardar.net/is.abp.txt", "supportURL": "https://adblock.gardar.net/" }, "ISR-0": { "content": "filters", "group": "regions", "off": true, "title": "ISR: EasyList Hebrew", "lang": "he", "contentURL": "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt", "supportURL": "https://github.com/easylist/EasyListHebrew" }, "ITA-0": { "content": "filters", "group": "regions", "off": true, "title": "ITA: EasyList Italy", "lang": "it lij", "contentURL": "https://easylist-downloads.adblockplus.org/easylistitaly.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=96" }, "JPN-1": { "content": "filters", "group": "regions", "off": true, "title": "JPN: AdGuard Japanese", "lang": "ja", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/7.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "KOR-1": { "content": "filters", "group": "regions", "off": true, "title": "KOR: List-KR", "lang": "ko", "contentURL": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter-uBO.txt", "cdnURLs": [ "https://cdn.jsdelivr.net/gh/List-KR/List-KR@master/filter-uBO.txt", "https://cdn.statically.io/gh/List-KR/List-KR/master/filter-uBO.txt", "https://combinatronics.io/List-KR/List-KR/master/filter-uBO.txt", "https://gitcdn.link/cdn/List-KR/List-KR/master/filter-uBO.txt" ], "supportURL": "https://github.com/List-KR/List-KR#readme" }, "LTU-0": { "content": "filters", "group": "regions", "off": true, "title": "LTU: EasyList Lithuania", "lang": "lt", "contentURL": "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "cdnURLs": [ "https://gitcdn.link/cdn/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "https://cdn.jsdelivr.net/gh/EasyList-Lithuania/easylist_lithuania@master/easylistlithuania.txt", "https://cdn.statically.io/gl/DandelionSprout/easylist_lithuania/raw/master/easylistlithuania.txt" ], "supportURL": "https://github.com/EasyList-Lithuania/easylist_lithuania" }, "LVA-0": { "content": "filters", "group": "regions", "off": true, "title": "LVA: Latvian List", "lang": "lv", "contentURL": "https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt", "supportURL": "https://notabug.org/latvian-list/adblock-latvian" }, "NLD-0": { "content": "filters", "group": "regions", "off": true, "title": "NLD: EasyDutch", "lang": "af fy nl", "contentURL": "https://raw.githubusercontent.com/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "cdnURLs": [ "https://combinatronics.io/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutch@gh-pages/EasyDutch.txt", "https://cdn.statically.io/gl/BPower0036/EasyDutch/raw/gh-pages/EasyDutch.txt" ], "supportURL": "https://github.com/EasyDutch-uBO/EasyDutch/" }, "NOR-0": { "content": "filters", "group": "regions", "off": true, "title": "NOR, DNK, ISL: Dandelion Sprouts nordiske filtre", "lang": "nb nn no da is", "contentURL": [ "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt" ], "cdnURLs": [ "https://gitcdn.link/cdn/DandelionSprout/adfilt/master/NorwegianList.txt", "https://cdn.jsdelivr.net/gh/DandelionSprout/adfilt@master/NorwegianList.txt", "https://cdn.statically.io/gl/DandelionSprout/adfilt/master/NorwegianList.txt" ], "supportURL": "https://github.com/DandelionSprout/adfilt" }, "POL-0": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne Polskie Filtry do AdBlocka, uBlocka Origin i AdGuarda", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt", "supportURL": "https://github.com/MajkiIT/polish-ads-filter/issues", "instructionURL": "https://github.com/MajkiIT/polish-ads-filter#polish-filters-for-adblock-ublock-origin--adguard" }, "POL-2": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne polskie filtry przeciwko alertom o Adblocku", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt", "supportURL": "https://github.com/olegwukr/polish-privacy-filters/issues" }, "ROU-1": { "content": "filters", "group": "regions", "off": true, "title": "ROU: Romanian Ad (ROad) Block List Light", "lang": "ro", "contentURL": [ "https://road.adblock.ro/lista.txt", "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters-light.txt" ], "supportURL": "https://github.com/tcptomato/ROad-Block" }, "RUS-0": { "content": "filters", "group": "regions", "off": true, "title": "RUS: RU AdList", "lang": "be kk tt ru uk uz", "contentURL": "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=102", "instructionURL": "https://forums.lanik.us/viewtopic.php?f=102&t=22512" }, "spa-0": { "content": "filters", "group": "regions", "off": true, "title": "spa: EasyList Spanish", "lang": "an ast ca cak es eu gn gl trs quz", "contentURL": "https://easylist-downloads.adblockplus.org/easylistspanish.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=103" }, "spa-1": { "content": "filters", "group": "regions", "off": true, "title": "spa, por: AdGuard Spanish/Portuguese", "lang": "an ast ca cak es eu gl gn trs pt quz", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/9.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "SVN-0": { "content": "filters", "group": "regions", "off": true, "title": "SVN: Slovenian List", "lang": "sl", "contentURL": "https://raw.githubusercontent.com/betterwebleon/slovenian-list/master/filters.txt", "supportURL": "https://github.com/betterwebleon/slovenian-list" }, "SWE-1": { "content": "filters", "group": "regions", "off": true, "title": "SWE: Frellwit's Swedish Filter", "lang": "sv", "contentURL": "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Filter.txt", "supportURL": "https://github.com/lassekongo83/Frellwits-filter-lists" }, "THA-0": { "content": "filters", "group": "regions", "off": true, "title": "THA: EasyList Thailand", "lang": "th", "contentURL": "https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt", "supportURL": "https://github.com/easylist-thailand/easylist-thailand" }, "TUR-0": { "content": "filters", "group": "regions", "off": true, "title": "TUR: AdGuard Turkish", "lang": "tr", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/13.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "VIE-1": { "content": "filters", "group": "regions", "off": true, "title": "VIE: ABPVN List", "lang": "vi", "contentURL": "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_ublock.txt", "supportURL": "https://abpvn.com/" } } ```

last time it happened on 3/6/22 any other info wanted let me know

tariqk commented 2 years ago

It's occurred again, so here's the assets.json file again:

assets.json ``` { "assets.json": { "content": "internal", "updateAfter": 13, "contentURL": [ "https://raw.githubusercontent.com/gorhill/uBlock/master/assets/assets.json", "assets/assets.json" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/ublock/assets.json", "https://ublockorigin.pages.dev/ublock/assets.json", "https://gitcdn.link/cdn/gorhill/uBlock/master/assets/assets.json", "https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json", "https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json", "https://combinatronics.io/gorhill/uBlock/master/assets/assets.json" ] }, "public_suffix_list.dat": { "content": "internal", "updateAfter": 19, "contentURL": [ "https://publicsuffix.org/list/public_suffix_list.dat", "https://gitcdn.link/cdn/publicsuffix/list/master/public_suffix_list.dat", "assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat" ] }, "ublock-badlists": { "content": "internal", "updateAfter": 29, "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badlists.txt", "assets/ublock/badlists.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badlists.txt", "https://ublockorigin.pages.dev/filters/badlists.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badlists.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badlists.txt" ] }, "ublock-filters": { "content": "filters", "group": "default", "title": "uBlock filters", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/filters.txt", "assets/ublock/filters.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/filters.txt", "https://ublockorigin.pages.dev/filters/filters.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/filters.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/filters.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/filters.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "ublock-badware": { "content": "filters", "group": "default", "title": "uBlock filters – Badware risks", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/badware.txt", "assets/ublock/badware.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/badware.txt", "https://ublockorigin.pages.dev/filters/badware.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/badware.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/badware.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/badware.txt" ], "supportURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks", "instructionURL": "https://github.com/gorhill/uBlock/wiki/Badware-risks" }, "ublock-privacy": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Privacy", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/privacy.txt", "assets/ublock/privacy.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/privacy.txt", "https://ublockorigin.pages.dev/filters/privacy.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/privacy.txt" ] }, "ublock-abuse": { "content": "filters", "updateAfter": 13, "group": "default", "title": "uBlock filters – Resource abuse", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/resource-abuse.txt", "assets/ublock/resource-abuse.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/resource-abuse.txt", "https://ublockorigin.pages.dev/filters/resource-abuse.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/resource-abuse.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/resource-abuse.txt" ] }, "ublock-unbreak": { "content": "filters", "group": "default", "title": "uBlock filters – Unbreak", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/unbreak.txt", "assets/ublock/unbreak.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/unbreak.txt", "https://ublockorigin.pages.dev/filters/unbreak.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/unbreak.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/unbreak.txt" ] }, "ublock-quick-fixes": { "content": "filters", "updateAfter": 1, "group": "default", "title": "uBlock filters – Quick fixes", "contentURL": [ "https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt", "assets/ublock/quick-fixes.txt" ], "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/quick-fixes.txt", "https://ublockorigin.pages.dev/filters/quick-fixes.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/quick-fixes.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/quick-fixes.txt" ] }, "adguard-generic": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Base", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-mobile": { "content": "filters", "group": "ads", "off": true, "title": "AdGuard Mobile Ads", "ua": "mobile", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/11.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "easylist": { "content": "filters", "group": "ads", "title": "EasyList", "contentURL": [ "https://easylist.to/easylist/easylist.txt", "https://secure.fanboy.co.nz/easylist.txt", "https://easylist-downloads.adblockplus.org/easylist.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt" ], "supportURL": "https://easylist.to/" }, "adguard-spyware": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/3.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-spyware-url": { "content": "filters", "group": "privacy", "off": true, "title": "AdGuard URL Tracking Protection", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "block-lan": { "content": "filters", "group": "privacy", "off": true, "title": "Block Outsider Intrusion into LAN", "contentURL": "https://ublockorigin.github.io/uAssets/filters/lan-block.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/lan-block.txt", "https://ublockorigin.pages.dev/filters/lan-block.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/lan-block.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/lan-block.txt" ], "supportURL": "https://github.com/uBlockOrigin/uAssets/issues" }, "easyprivacy": { "content": "filters", "group": "privacy", "title": "EasyPrivacy", "contentURL": [ "https://easylist.to/easylist/easyprivacy.txt", "https://secure.fanboy.co.nz/easyprivacy.txt", "https://easylist-downloads.adblockplus.org/easyprivacy.txt", "assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt" ], "supportURL": "https://easylist.to/" }, "urlhaus-1": { "content": "filters", "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", "https://malware-filter.pages.dev/urlhaus-filter-online.txt" ], "supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist" }, "curben-phishing": { "content": "filters", "group": "malware", "off": true, "title": "Phishing URL Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt", "cdnURLs": [ "https://curbengh.github.io/phishing-filter/phishing-filter.txt", "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", "https://phishing-filter.pages.dev/phishing-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/phishing-filter#phishing-url-blocklist" }, "curben-pup": { "content": "filters", "group": "malware", "off": true, "title": "PUP Domains Blocklist", "contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt", "cdnURLs": [ "https://curbengh.github.io/pup-filter/pup-filter.txt", "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", "https://pup-filter.pages.dev/pup-filter.txt" ], "supportURL": "https://gitlab.com/malware-filter/pup-filter#pup-domains-blocklist" }, "adguard-annoyance": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Annoyances", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/14.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "adguard-social": { "content": "filters", "group": "social", "off": true, "title": "AdGuard Social Media", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/4.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "fanboy-thirdparty_social": { "content": "filters", "group": "social", "off": true, "title": "Anti-Facebook", "contentURL": "https://secure.fanboy.co.nz/fanboy-antifacebook.txt", "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues" }, "fanboy-annoyance": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Annoyance", "contentURL": "https://secure.fanboy.co.nz/fanboy-annoyance.txt", "supportURL": "https://easylist.to/" }, "fanboy-cookiemonster": { "content": "filters", "group": "social", "off": true, "title": "EasyList Cookie", "contentURL": "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", "supportURL": "https://github.com/easylist/easylist/issues" }, "fanboy-social": { "content": "filters", "group": "social", "off": true, "title": "Fanboy’s Social", "contentURL": [ "https://easylist.to/easylist/fanboy-social.txt", "https://secure.fanboy.co.nz/fanboy-social.txt" ], "supportURL": "https://easylist.to/" }, "ublock-annoyances": { "content": "filters", "group": "social", "title": "uBlock filters – Annoyances", "off": true, "contentURL": "https://ublockorigin.github.io/uAssets/filters/annoyances.txt", "cdnURLs": [ "https://ublockorigin.github.io/uAssetsCDN/filters/annoyances.txt", "https://ublockorigin.pages.dev/filters/annoyances.txt", "https://gitcdn.link/cdn/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/annoyances.txt", "https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt", "https://combinatronics.io/uBlockOrigin/uAssetsCDN/main/filters/annoyances.txt" ] }, "dpollock-0": { "content": "filters", "group": "multipurpose", "updateAfter": 11, "off": true, "title": "Dan Pollock’s hosts file", "contentURL": "https://someonewhocares.org/hosts/hosts", "supportURL": "https://someonewhocares.org/hosts/" }, "plowe-0": { "content": "filters", "group": "multipurpose", "updateAfter": 13, "title": "Peter Lowe’s Ad and tracking server list", "contentURL": [ "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", "assets/thirdparties/pgl.yoyo.org/as/serverlist.txt", "assets/thirdparties/pgl.yoyo.org/as/serverlist" ], "supportURL": "https://pgl.yoyo.org/adservers/" }, "ALB-0": { "content": "filters", "group": "regions", "off": true, "title": "ALB: Adblock List for Albania", "lang": "sq", "contentURL": "https://raw.githubusercontent.com/AnXh3L0/blocklist/master/albanian-easylist-addition/Albania.txt", "supportURL": "https://github.com/AnXh3L0/blocklist" }, "ara-0": { "content": "filters", "group": "regions", "off": true, "title": "ara: Liste AR", "lang": "ar", "contentURL": "https://easylist-downloads.adblockplus.org/Liste_AR.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=98" }, "BGR-0": { "content": "filters", "group": "regions", "off": true, "title": "BGR: Bulgarian Adblock list", "lang": "bg mk", "contentURL": "https://stanev.org/abp/adblock_bg.txt", "supportURL": "https://stanev.org/abp/" }, "CHN-0": { "content": "filters", "group": "regions", "off": true, "title": "CHN: AdGuard Chinese (中文)", "lang": "ug zh", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/224.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "CZE-0": { "content": "filters", "group": "regions", "off": true, "title": "CZE, SVK: EasyList Czech and Slovak", "lang": "cs sk", "contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt", "supportURL": "https://github.com/tomasko126/easylistczechandslovak" }, "DEU-0": { "content": "filters", "group": "regions", "off": true, "title": "DEU: EasyList Germany", "lang": "de dsb hsb lb rm", "contentURL": [ "https://easylist.to/easylistgermany/easylistgermany.txt", "https://easylist-downloads.adblockplus.org/easylistgermany.txt" ], "supportURL": "https://forums.lanik.us/viewforum.php?f=90" }, "EST-0": { "content": "filters", "group": "regions", "off": true, "title": "EST: Eesti saitidele kohandatud filter", "lang": "et", "contentURL": "https://adblock.ee/list.php", "supportURL": "https://adblock.ee/" }, "FIN-0": { "content": "filters", "group": "regions", "off": true, "title": "FIN: Adblock List for Finland", "lang": "fi", "contentURL": "https://raw.githubusercontent.com/finnish-easylist-addition/finnish-easylist-addition/master/Finland_adb.txt", "supportURL": "https://github.com/finnish-easylist-addition/finnish-easylist-addition" }, "FRA-0": { "content": "filters", "group": "regions", "off": true, "title": "FRA: AdGuard Français", "lang": "ar br ff fr lb oc son", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/16.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters" }, "GRC-0": { "content": "filters", "group": "regions", "off": true, "title": "GRC: Greek AdBlock Filter", "lang": "el", "contentURL": "https://www.void.gr/kargig/void-gr-filters.txt", "supportURL": "https://github.com/kargig/greek-adblockplus-filter" }, "HUN-0": { "content": "filters", "group": "regions", "off": true, "title": "HUN: hufilter", "lang": "hu", "contentURL": "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter-ublock.txt", "supportURL": "https://github.com/hufilter/hufilter" }, "IDN-0": { "content": "filters", "group": "regions", "off": true, "title": "IDN, MYS: ABPindo", "lang": "id ms", "contentURL": "https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/subscriptions/abpindo.txt", "supportURL": "https://github.com/ABPindo/indonesianadblockrules" }, "IND-0": { "content": "filters", "group": "regions", "off": true, "title": "IND: IndianList", "lang": "as bn gu hi kn ml mr ne pa si ta te", "contentURL": "https://easylist-downloads.adblockplus.org/indianlist.txt", "supportURL": "https://github.com/mediumkreation/IndianList" }, "IRN-0": { "content": "filters", "group": "regions", "off": true, "title": "IRN: PersianBlocker", "lang": "fa", "contentURL": [ "https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://gitcdn.link/cdn/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://combinatronics.io/MasterKia/PersianBlocker/main/PersianBlocker.txt", "https://cdn.statically.io/gh/MasterKia/PersianBlocker/main/PersianBlocker.txt" ], "supportURL": "https://github.com/MasterKia/PersianBlocker" }, "ISL-0": { "content": "filters", "group": "regions", "off": true, "title": "ISL: Icelandic ABP List", "lang": "is", "contentURL": "https://adblock.gardar.net/is.abp.txt", "supportURL": "https://adblock.gardar.net/" }, "ISR-0": { "content": "filters", "group": "regions", "off": true, "title": "ISR: EasyList Hebrew", "lang": "he", "contentURL": "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt", "supportURL": "https://github.com/easylist/EasyListHebrew" }, "ITA-0": { "content": "filters", "group": "regions", "off": true, "title": "ITA: EasyList Italy", "lang": "it lij", "contentURL": "https://easylist-downloads.adblockplus.org/easylistitaly.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=96" }, "JPN-1": { "content": "filters", "group": "regions", "off": true, "title": "JPN: AdGuard Japanese", "lang": "ja", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/7.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "KOR-1": { "content": "filters", "group": "regions", "off": true, "title": "KOR: List-KR", "lang": "ko", "contentURL": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter-uBO.txt", "cdnURLs": [ "https://cdn.jsdelivr.net/gh/List-KR/List-KR@master/filter-uBO.txt", "https://cdn.statically.io/gh/List-KR/List-KR/master/filter-uBO.txt", "https://combinatronics.io/List-KR/List-KR/master/filter-uBO.txt", "https://gitcdn.link/cdn/List-KR/List-KR/master/filter-uBO.txt" ], "supportURL": "https://github.com/List-KR/List-KR#readme" }, "LTU-0": { "content": "filters", "group": "regions", "off": true, "title": "LTU: EasyList Lithuania", "lang": "lt", "contentURL": "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "cdnURLs": [ "https://gitcdn.link/cdn/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt", "https://cdn.jsdelivr.net/gh/EasyList-Lithuania/easylist_lithuania@master/easylistlithuania.txt", "https://cdn.statically.io/gl/DandelionSprout/easylist_lithuania/raw/master/easylistlithuania.txt" ], "supportURL": "https://github.com/EasyList-Lithuania/easylist_lithuania" }, "LVA-0": { "content": "filters", "group": "regions", "off": true, "title": "LVA: Latvian List", "lang": "lv", "contentURL": "https://notabug.org/latvian-list/adblock-latvian/raw/master/lists/latvian-list.txt", "supportURL": "https://notabug.org/latvian-list/adblock-latvian" }, "NLD-0": { "content": "filters", "group": "regions", "off": true, "title": "NLD: EasyDutch", "lang": "af fy nl", "contentURL": "https://raw.githubusercontent.com/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "cdnURLs": [ "https://combinatronics.io/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.statically.io/gh/EasyDutch-uBO/EasyDutch/gh-pages/EasyDutch.txt", "https://cdn.jsdelivr.net/gh/EasyDutch-uBO/EasyDutch@gh-pages/EasyDutch.txt", "https://cdn.statically.io/gl/BPower0036/EasyDutch/raw/gh-pages/EasyDutch.txt" ], "supportURL": "https://github.com/EasyDutch-uBO/EasyDutch/" }, "NOR-0": { "content": "filters", "group": "regions", "off": true, "title": "NOR, DNK, ISL: Dandelion Sprouts nordiske filtre", "lang": "nb nn no da is", "contentURL": [ "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt" ], "cdnURLs": [ "https://gitcdn.link/cdn/DandelionSprout/adfilt/master/NorwegianList.txt", "https://cdn.jsdelivr.net/gh/DandelionSprout/adfilt@master/NorwegianList.txt", "https://cdn.statically.io/gl/DandelionSprout/adfilt/master/NorwegianList.txt" ], "supportURL": "https://github.com/DandelionSprout/adfilt" }, "POL-0": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne Polskie Filtry do AdBlocka, uBlocka Origin i AdGuarda", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt", "supportURL": "https://github.com/MajkiIT/polish-ads-filter/issues", "instructionURL": "https://github.com/MajkiIT/polish-ads-filter#polish-filters-for-adblock-ublock-origin--adguard" }, "POL-2": { "content": "filters", "group": "regions", "off": true, "title": "POL: Oficjalne polskie filtry przeciwko alertom o Adblocku", "lang": "szl pl", "contentURL": "https://raw.githubusercontent.com/olegwukr/polish-privacy-filters/master/anti-adblock.txt", "supportURL": "https://github.com/olegwukr/polish-privacy-filters/issues" }, "ROU-1": { "content": "filters", "group": "regions", "off": true, "title": "ROU: Romanian Ad (ROad) Block List Light", "lang": "ro", "contentURL": [ "https://road.adblock.ro/lista.txt", "https://raw.githubusercontent.com/tcptomato/ROad-Block/master/road-block-filters-light.txt" ], "supportURL": "https://github.com/tcptomato/ROad-Block" }, "RUS-0": { "content": "filters", "group": "regions", "off": true, "title": "RUS: RU AdList", "lang": "be kk tt ru uk uz", "contentURL": "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=102", "instructionURL": "https://forums.lanik.us/viewtopic.php?f=102&t=22512" }, "spa-0": { "content": "filters", "group": "regions", "off": true, "title": "spa: EasyList Spanish", "lang": "an ast ca cak es eu gn gl trs quz", "contentURL": "https://easylist-downloads.adblockplus.org/easylistspanish.txt", "supportURL": "https://forums.lanik.us/viewforum.php?f=103" }, "spa-1": { "content": "filters", "group": "regions", "off": true, "title": "spa, por: AdGuard Spanish/Portuguese", "lang": "an ast ca cak es eu gl gn trs pt quz", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/9.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "SVN-0": { "content": "filters", "group": "regions", "off": true, "title": "SVN: Slovenian List", "lang": "sl", "contentURL": "https://raw.githubusercontent.com/betterwebleon/slovenian-list/master/filters.txt", "supportURL": "https://github.com/betterwebleon/slovenian-list" }, "SWE-1": { "content": "filters", "group": "regions", "off": true, "title": "SWE: Frellwit's Swedish Filter", "lang": "sv", "contentURL": "https://raw.githubusercontent.com/lassekongo83/Frellwits-filter-lists/master/Frellwits-Swedish-Filter.txt", "supportURL": "https://github.com/lassekongo83/Frellwits-filter-lists" }, "THA-0": { "content": "filters", "group": "regions", "off": true, "title": "THA: EasyList Thailand", "lang": "th", "contentURL": "https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt", "supportURL": "https://github.com/easylist-thailand/easylist-thailand" }, "TUR-0": { "content": "filters", "group": "regions", "off": true, "title": "TUR: AdGuard Turkish", "lang": "tr", "contentURL": "https://filters.adtidy.org/extension/ublock/filters/13.txt", "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters", "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters" }, "VIE-1": { "content": "filters", "group": "regions", "off": true, "title": "VIE: ABPVN List", "lang": "vi", "contentURL": "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn_ublock.txt", "supportURL": "https://abpvn.com/" } } ```
gorhill commented 2 years ago

There is nothing abnormal in these assets.json, so issue is elsewhere.

mapx- commented 2 years ago

Now, every time I have to test some uBO android stuff - using BlueStacks + firefox - I find all the lists disabled.

I guess this user has all the lists disabled too: https://github.com/uBlockOrigin/uAssets/issues/13993

gorhill commented 2 years ago

using BlueStacks + firefox

What is "BlueStacks"?

mapx- commented 2 years ago

android emulator on PC

https://www.bluestacks.com

mapx- commented 2 years ago

https://www.reddit.com/r/uBlockOrigin/comments/vx5vy4/ublockorigin_keeps_getting_disables/

ghajini commented 1 year ago

every setting is getting back to default eg i selected following but when this occur it just resets to defaults

  1. prevent webRTC from leaking local ip addresses
  2. iam an advanced user
  3. ignore generic cosmetic filters

also main as described in first comment, all filter lits are getting unselected, as consequence of this, i am not aware why iam suddenly getting ads despite they were fixed in filter lists

gorhill commented 1 year ago

Need someone to investigate the code, I can't reproduce that behavior, and whoever can, please step in the code etc. To just repeat that you have the issue won't move the issue forward. We need more people able to step in code in here -- if not you, someone else who can and can reproduce.

ghajini commented 1 year ago

it happened with me now ...i captured firefox profile via usb debugging & seen errors put there in ubo (only ubo quick fixes filter list was get selected automatically)

errors

Reading manifest: Warning processing permissions: Error processing permissions.1: Value "menus" must either: must either [must either [must either [be one of ["idle"], be one of ["activeTab"], be one of ["cookies"], be one of ["scripting"], or be one of ["webRequest", "webRequestBlocking", "webRequestFilterResponse", "webRequestFilterResponse.serviceWorkerScript"]], must either [be one of ["mozillaAddons"], be one of ["geckoViewAddons", "nativeMessagingFromContent"], be one of ["activityLog"], be one of ["networkStatus"], or be one of ["telemetry"]], be one of ["alarms", "storage", "unlimitedStorage"], be one of ["contextualIdentities"], be one of ["dns"], or be one of ["theme"]], must either [must either [be one of ["idle"], be one of ["activeTab"], be one of ["cookies"], be one of ["scripting"], or be one of ["webRequest", "webRequestBlocking", "webRequestFilterResponse", "webRequestFilterResponse.serviceWorkerScript"]], be one of ["clipboardRead", "clipboardWrite", "geolocation", "notifications"], be one of ["browsingData"], be one of ["tabs"], be one of ["browserSettings"], be one of ["downloads", "downloads.open"], be one of ["management"], be one of ["privacy"], be one of ["proxy"], be one of ["nativeMessaging"], or be one of ["webNavigation"]], or match the pattern /^experiments(\.\w+)+$/], or must either [be one of ["<all_urls>"], must either [match the pattern /^(https?|wss?|file|ftp|\*):\/\/(\*|\*\.[^*/]+|[^*/]+)\/.*$/, or match the pattern /^file:\/\/\/.*$/], or match the pattern /^resource:\/\/(\*|\*\.[^*/]+|[^*/]+)\/.*$|^about:/]
Warning details

Reading manifest: Warning processing commands: An unexpected property was found in the WebExtension manifest.

https://user-images.githubusercontent.com/20338483/224538877-f12e2637-c9e0-4141-a0b0-f55abe4cf6dd.png A2Firefox 2023-03-12 15.34 profile.json.gz AFirefox 2023-03-12 15.28 profile.json.gz

https://user-images.githubusercontent.com/20338483/224539156-6929782c-3025-42fa-8b93-9a36f028df61.png

https://user-images.githubusercontent.com/20338483/224539159-68c45e40-59bb-4a07-89d2-d7978e06e6c2.png

gwarser commented 1 year ago

Manifest errors are unrelated. I see them too.

ghajini commented 1 year ago

did you see profiles i uploaded in above comment or tell me how can i help you in diagnosing the cause of problem

gorhill commented 1 year ago

Your screenshots suggest that uBO was not fully loaded yet, so you get default values. Wait until uBO is fully loaded before opening a dashboard page, or reload the already opened dashboard page once uBO is fully loaded.

ghajini commented 1 year ago

i waited almost 1 minute after browser launch & then gone to ubo settings/even reload dashboard page still i see above bug

video= https://gofile.io/d/mKulNK

gorhill commented 1 year ago

Ok, and the trouble shooting info in your opening comment shows that uBO is fully loaded. So again I have no clue what can cause this. If only I could reproduce on my side I would have something to work with.

gwarser commented 1 year ago

https://gitcdn.link/cdn/gorhill/uBlock/master/assets/assets.json is serving JSON with https://combinatronics.io/gorhill/uBlock/master/assets/assets.json (Cloudflare timeout) in cdnURLs.

Full minute before it timeouts in normal browser tab.

gwarser commented 1 year ago

PSL is also different, so probably outdated (a lot).

This seems to be the version under https://gitcdn.link/cdn/publicsuffix/list/master/public_suffix_list.dat: https://github.com/publicsuffix/list/commit/d9b2ec24d0d0391b60249b77fc9d196e008bae17

If this code is right:

git log --raw --abbrev=40 --pretty=%H | awk 'NF==1{commit=$1} $4==hash{print commit}' hash=`git hash-object public_suffix_list_source.dat`

https://stackoverflow.com/questions/38167098/how-to-find-all-commits-containing-the-exact-file-with-exact-contents

ghajini commented 1 year ago

If only I could reproduce on my side I would have something to work with.

how can i ease this by giving info you req?

gorhill commented 1 year ago

gitcdn.link

I didn't realize I left instances of gitcdn.link, this needs removal.

krystian3w commented 1 year ago

I didn't realize I left instances of gitcdn.link, this needs removal.

Not everywhere => here mapx- don't recommend disable gitcdn:

https://github.com/uBlockOrigin/uAssets/pull/17028/files

So page detect error 50X vs blocked request by uBo.

gwarser commented 1 year ago

Two weeks have passed, is it fixed @ghajini ?

ghajini commented 1 year ago

ubo stable 1.47.4 & not experienced now, i will report when it happens

ghajini commented 1 year ago

this happened again now, ublock dashboard was already open & i simply reloaded the tab, still all filter lists getting unselected with the exception of ublock quick fixes list

krystian3w commented 1 year ago

obraz

On my side sometimes fail.

FortStatement commented 1 year ago

@ghajini I mentioned in #2204 that seemingly the same issue can be reproduced by restoring from backup on machines where the bug happens, which is much easier to debug. Can you confirm that it also fails on your machine?

I'll also bump the last debug info from there that seems relevant - https://github.com/uBlockOrigin/uBlock-issues/issues/2204#issuecomment-1436838378 @gorhill

gorhill commented 6 months ago

Can we assume this was fixed with the commit above?

ghajini commented 6 months ago

yes