mirror of
https://github.com/CHEF-KOCH/Warez
synced 2025-01-15 12:00:58 +00:00
28 lines
643 B
Plaintext
28 lines
643 B
Plaintext
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|