mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "temp Revert "Total overhaul of several JSON files (#848)""
This reverts commit 546cdc530f. ref #849
This commit is contained in:
parent
546cdc530f
commit
d7b09e2979
4 changed files with 3390 additions and 3367 deletions
5636
data/FilterList.json
5636
data/FilterList.json
File diff suppressed because it is too large
Load diff
|
|
@ -1,17 +1,16 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
|
||||
"name": "CC BY-NC-ND 4.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
"name": "Public Domain",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"descriptionUrl": "https://opensource.org/licenses/MIT",
|
||||
"name": "The MIT License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
"descriptionUrl": "https://en.wikipedia.org/wiki/All_rights_reserved",
|
||||
"name": "All Rights Reserved",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
|
|
@ -21,80 +20,51 @@
|
|||
},
|
||||
{
|
||||
"id": 4,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
|
||||
"name": "GPLv3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"descriptionUrl": "https://en.wikipedia.org/wiki/All_rights_reserved",
|
||||
"name": "All Rights Reserved",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
|
||||
"name": "CC BY-NC-SA 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Permissive",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 5,
|
||||
"name": "Permissive but non-commercial",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"descriptionUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
|
||||
"name": "CC0 1.0 Universal",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/4.0/",
|
||||
"name": "CC BY 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/3.0/",
|
||||
"name": "CC BY 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/4.0/",
|
||||
"name": "CC BY-SA 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
||||
"name": "CC BY-NC-SA 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-3-Clause",
|
||||
"name": "BSD-3-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"descriptionUrl": "https://unlicense.org/",
|
||||
"name": "The Unlicense",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"id": 14,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||
"name": "CC BY-SA 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
|
||||
"name": "CC BY-NC 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"descriptionUrl": "http://www.wtfpl.net/",
|
||||
"name": "Do What The Fuck You Want To Public License (WTFPL)",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nd/4.0/",
|
||||
|
|
@ -104,133 +74,219 @@
|
|||
},
|
||||
{
|
||||
"id": 16,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/3.0/",
|
||||
"name": "CC BY 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nd/3.0/",
|
||||
"name": "CC BY-ND 3.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"descriptionUrl": "https://opensource.org/licenses/ISC",
|
||||
"name": "ISC",
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
|
||||
"name": "CC BY-NC 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-2.0",
|
||||
"name": "Apache 2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||
"name": "GPLv2",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"name": "Public Domain",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"descriptionUrl": "https://osint.bambenekconsulting.com/license.txt",
|
||||
"name": "OSINT",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"descriptionUrl": "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE",
|
||||
"name": "GoogleHosts",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"descriptionUrl": "https://dbad-license.org/",
|
||||
"name": "\"Don't Be A Dick\" Public License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by/4.0/",
|
||||
"name": "CC BY 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/2.5/",
|
||||
"name": "CC BY-NC-SA 2.5",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/",
|
||||
"name": "CC BY-NC-ND 3.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-2-Clause",
|
||||
"name": "BSD-2-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"descriptionUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
|
||||
"name": "CC0 1.0 Universal",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"descriptionUrl": "https://spdx.org/licenses/Beerware.html",
|
||||
"name": "The Beer-Ware License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en",
|
||||
"name": "CC BY-SA 2.1 JP",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc/3.0/",
|
||||
"name": "CC BY-NC 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"name": "Permissive but non-commercial",
|
||||
"id": 19,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
||||
"name": "CC BY-NC-SA 4.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
|
||||
"name": "CC BY-NC-SA 3.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
|
||||
"name": "CC BY-NC-ND 4.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/",
|
||||
"name": "CC BY-NC-ND 3.0",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-sa/2.5/",
|
||||
"name": "CC BY-NC-SA 2.5",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": false
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en",
|
||||
"name": "CC BY-SA 2.1 JP",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
|
||||
"name": "GPLv3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||
"name": "GPLv2",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/lgpl-3.0.en.html",
|
||||
"name": "Lesser GPL v3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"descriptionUrl": "https://www.mozilla.org/MPL/2.0/",
|
||||
"name": "Mozilla Public License, version 2.0",
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/lgpl-2.1.en.html",
|
||||
"name": "Lesser GPL v2.1",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/lgpl-3.0.en.html",
|
||||
"name": "Lesser GPL v3",
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/agpl-3.0.en.html",
|
||||
"name": "AGPL v3",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-3-Clause",
|
||||
"name": "BSD-3-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"descriptionUrl": "https://opensource.org/licenses/BSD-2-Clause",
|
||||
"name": "BSD-2-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"descriptionUrl": "https://opensource.org/licenses/0BSD",
|
||||
"name": "BSD-0-Clause",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-2.0",
|
||||
"name": "Apache 2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-1.1",
|
||||
"name": "Apache 1.1",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-1.0",
|
||||
"name": "Apache 1.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 60,
|
||||
"descriptionUrl": "https://www.mozilla.org/MPL/2.0/",
|
||||
"name": "Mozilla Public License v2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 61,
|
||||
"descriptionUrl": "https://www.mozilla.org/MPL/1.1/",
|
||||
"name": "Mozilla Public License v1.1",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 62,
|
||||
"descriptionUrl": "https://www.mozilla.org/MPL/1.0/",
|
||||
"name": "Mozilla Public License v1.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 70,
|
||||
"descriptionUrl": "https://opensource.org/licenses/MIT",
|
||||
"name": "The MIT License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 71,
|
||||
"descriptionUrl": "https://unlicense.org/",
|
||||
"name": "The Unlicense",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 72,
|
||||
"descriptionUrl": "http://www.wtfpl.net/",
|
||||
"name": "WTFPL",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 73,
|
||||
"descriptionUrl": "https://opensource.org/licenses/ISC",
|
||||
"name": "ISC",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 74,
|
||||
"descriptionUrl": "https://dbad-license.org/",
|
||||
"name": "\"Don't Be A Dick\" Public License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 75,
|
||||
"descriptionUrl": "https://spdx.org/licenses/Beerware.html",
|
||||
"name": "The Beer-Ware License",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"descriptionUrl": "https://osint.bambenekconsulting.com/license.txt",
|
||||
"name": "OSINT",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"descriptionUrl": "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE",
|
||||
"name": "GoogleHosts",
|
||||
"permissiveAdaptation": false,
|
||||
"permissiveCommercial": false
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,374 +1,346 @@
|
|||
[
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 8,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 17,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 6
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 7
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 8
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"softwareId": 16,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 10,
|
||||
"syntaxId": 11
|
||||
"softwareId": 4,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 12
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 13,
|
||||
"syntaxId": 13
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 13
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 14
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 14
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 14
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 22,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 14
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 15
|
||||
"softwareId": 32,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 16
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 16
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 8,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 14,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 17,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 16
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 27,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 16
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 16
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 17
|
||||
},
|
||||
{
|
||||
"softwareId": 20,
|
||||
"syntaxId": 18
|
||||
},
|
||||
{
|
||||
"softwareId": 21,
|
||||
"syntaxId": 19
|
||||
},
|
||||
{
|
||||
"softwareId": 23,
|
||||
"syntaxId": 20
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 22
|
||||
},
|
||||
{
|
||||
"softwareId": 33,
|
||||
"syntaxId": 23
|
||||
},
|
||||
{
|
||||
"softwareId": 29,
|
||||
"syntaxId": 24
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 25
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 26
|
||||
},
|
||||
{
|
||||
"softwareId": 34,
|
||||
"syntaxId": 27
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 28
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 28
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 4
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 3
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 25,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 40
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 50
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 30
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 30
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 30
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 30
|
||||
},
|
||||
{
|
||||
"softwareId": 16,
|
||||
"syntaxId": 51
|
||||
},
|
||||
{
|
||||
"softwareId": 10,
|
||||
"syntaxId": 52
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 5
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 13,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 53
|
||||
},
|
||||
{
|
||||
"softwareId": 7,
|
||||
"syntaxId": 11
|
||||
},
|
||||
{
|
||||
"softwareId": 11,
|
||||
"syntaxId": 11
|
||||
},
|
||||
{
|
||||
"softwareId": 12,
|
||||
"syntaxId": 11
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 11
|
||||
},
|
||||
{
|
||||
"softwareId": 18,
|
||||
"syntaxId": 31
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 19,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 21
|
||||
},
|
||||
{
|
||||
"softwareId": 20,
|
||||
"syntaxId": 54
|
||||
},
|
||||
{
|
||||
"softwareId": 21,
|
||||
"syntaxId": 55
|
||||
},
|
||||
{
|
||||
"softwareId": 23,
|
||||
"syntaxId": 56
|
||||
},
|
||||
{
|
||||
"softwareId": 4,
|
||||
"syntaxId": 57
|
||||
},
|
||||
{
|
||||
"softwareId": 26,
|
||||
"syntaxId": 57
|
||||
},
|
||||
{
|
||||
"softwareId": 28,
|
||||
"syntaxId": 57
|
||||
},
|
||||
{
|
||||
"softwareId": 33,
|
||||
"syntaxId": 12
|
||||
},
|
||||
{
|
||||
"softwareId": 29,
|
||||
"syntaxId": 58
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 59
|
||||
},
|
||||
{
|
||||
"softwareId": 30,
|
||||
"syntaxId": 60
|
||||
},
|
||||
{
|
||||
"softwareId": 34,
|
||||
"syntaxId": 61
|
||||
},
|
||||
{
|
||||
"softwareId": 1,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 2,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 3,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 5,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 6,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 24,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 31,
|
||||
"syntaxId": 1
|
||||
},
|
||||
{
|
||||
"softwareId": 32,
|
||||
"syntaxId": 1
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
129
data/Syntax.json
129
data/Syntax.json
|
|
@ -1,123 +1,118 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"name": "Hosts (localhost)"
|
||||
"name": "Adblocker syntax, tier 1 (Blocking rules only)"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Domains"
|
||||
"definitionUrl": "https://adblockplus.org/filters",
|
||||
"name": "Adblocker syntax, tier 2 (Adblock Plus)"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"definitionUrl": "https://adblockplus.org/filters",
|
||||
"name": "Adblock Plus"
|
||||
"definitionUrl": "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters",
|
||||
"name": "Adblocker syntax, tier 3 (AdGuard)"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax",
|
||||
"name": "uBlock Origin Static"
|
||||
"name": "Adblocker syntax, tier 4 (uBlock Origin)"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"definitionUrl": "https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters",
|
||||
"name": "AdGuard"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide",
|
||||
"name": "uMatrix / uBlock Origin Dynamic"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "URLs"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "IPs (Singular or singular+range)"
|
||||
"id": 5,
|
||||
"definitionUrl": "https://github.com/NanoAdblocker/NanoCore/tree/master/notes",
|
||||
"name": "Adblocker syntax, tier 5 (Nano Adblocker)"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"definitionUrl": "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/",
|
||||
"name": "Tracking Protection List (IE)"
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"name": "Hosts (localhost)"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "JavaScript (Non-Safari)"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"definitionUrl": "https://github.com/NanoAdblocker/NanoCore/tree/master/notes",
|
||||
"name": "Nano Adblocker Static"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"definitionUrl": "https://github.com/xd4rker/MinerBlock",
|
||||
"name": "MinerBlock"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
"name": "Non-localhost hosts"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "IPs (Range-only)"
|
||||
"id": 12,
|
||||
"name": "Unix-format hosts.deny file"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"id": 20,
|
||||
"name": "Domains"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"name": "Domains with wildcards"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#scriptlet-injection",
|
||||
"name": "uBlock Origin scriptlet injection"
|
||||
"id": 30,
|
||||
"name": "IPs (Singular or singular+range)"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"id": 31,
|
||||
"name": "IPs (Range-only)"
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide",
|
||||
"name": "uMatrix / uBlock Origin Dynamic"
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide",
|
||||
"name": "uMatrix ruleset"
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"name": "URLs"
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"definitionUrl": "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/",
|
||||
"name": "Tracking Protection List (IE)"
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"name": "JavaScript (Non-Safari)"
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"definitionUrl": "https://github.com/xd4rker/MinerBlock",
|
||||
"name": "MinerBlock"
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"definitionUrl": "https://help.obdev.at/littlesnitch/#/lsc-rule-group-subscriptions",
|
||||
"name": "Little Snitch subscription-style rules"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"id": 55,
|
||||
"definitionUrl": "https://www.privoxy.org/user-manual/actions-file.html",
|
||||
"name": "Privoxy action file"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"id": 56,
|
||||
"name": "dnsmasq domains list"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"definitionUrl": "https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#include-file-name",
|
||||
"name": "uBlock Origin !#include-tag compilation"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"id": 57,
|
||||
"name": "DNS servers"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"name": "Unix-format hosts.deny file"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"id": 58,
|
||||
"name": "Unbound"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"id": 59,
|
||||
"name": "Response Policy Zones (RPZ)"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"id": 60,
|
||||
"name": "BIND"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"id": 61,
|
||||
"name": "Windows command line script"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"name": "Adblocker-syntax domains"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue