mirror of https://github.com/CHEF-KOCH/Warez
28 lines
670 B
JSON
28 lines
670 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://anonym.to/?"
|
|
"pattern": "^http://tankafett.biz/?do=hublist"
|
|
"pattern": "^ftp://"
|
|
"pattern": "^onion://"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^.attachments",
|
|
"replacement": "file://some/conventional/folder/.attachments"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": [
|
|
"https://example.com"
|
|
],
|
|
"headers": {
|
|
"Authorization": "Basic Zm9vOmJhcg==",
|
|
"Foo": "Bar"
|
|
}
|
|
}
|
|
]
|
|
}
|