1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-09 14:53:32 +12:00

add 1st recipe file to updatable assets

This commit is contained in:
Raymond Hill 2018-01-29 15:53:21 -05:00
parent 1867635e0d
commit bf4f3e71d3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -18,7 +18,6 @@
},
"malware-0": {
"content": "filters",
"group": "malware",
"title": "Malware Domain List",
"contentURL": [
"https://www.malwaredomainlist.com/hostslist/hosts.txt",
@ -27,7 +26,6 @@
},
"malware-1": {
"content": "filters",
"group": "malware",
"title": "Malware domains",
"contentURL": [
"https://mirror.cedia.org.ec/malwaredomains/justdomains",
@ -39,7 +37,6 @@
},
"dpollock-0": {
"content": "filters",
"group": "multipurpose",
"updateAfter": 11,
"title": "Dan Pollocks hosts file",
"contentURL": [
@ -50,7 +47,6 @@
},
"hphosts": {
"content": "filters",
"group": "multipurpose",
"updateAfter": 11,
"title": "hpHosts Ad and tracking servers",
"contentURL": [
@ -61,7 +57,6 @@
},
"mvps-0": {
"content": "filters",
"group": "multipurpose",
"updateAfter": 11,
"title": "MVPS HOSTS",
"contentURL": [
@ -72,7 +67,6 @@
},
"plowe-0": {
"content": "filters",
"group": "multipurpose",
"updateAfter": 13,
"title": "Peter Lowes Ad and tracking server list",
"contentURL": [
@ -81,5 +75,14 @@
"assets/thirdparties/pgl.yoyo.org/as/serverlist.txt"
],
"supportURL": "https://pgl.yoyo.org/adservers/"
},
"recipes_en-0": {
"content": "recipes",
"title": "Ruleset recipes for English websites",
"contentURL": [
"https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/recipes/recipes_en.txt",
"assets/umatrix/recipes_en.txt"
],
"lang": "en"
}
}