mirror of https://github.com/gorhill/uBlock.git
12 lines
258 B
JSON
12 lines
258 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-03/schema#",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"noFiltering": {
|
||
|
"title": "List of domains for which no filtering should occur",
|
||
|
"type": "array",
|
||
|
"items": { "type": "string" }
|
||
|
}
|
||
|
}
|
||
|
}
|