mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Need local URL to enabled-by-default quick-fixes list
Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/discussions/2022
This commit is contained in:
parent
22cd8c02e1
commit
a1788e64bc
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@
|
|||
"group": "default",
|
||||
"title": "uBlock filters – Quick fixes",
|
||||
"contentURL": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt"
|
||||
"https://ublockorigin.github.io/uAssets/filters/quick-fixes.txt",
|
||||
"assets/ublock/quick-fixes.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/quick-fixes.txt",
|
||||
|
|
|
|||
Loading…
Reference in a new issue