1
0
mirror of https://github.com/CHEF-KOCH/Warez synced 2025-01-15 07:10:54 +00:00
Warez/.github/workflows/ignoredlinks.conf
CHEF-KOCH 97360ffd8f
Reduce false positive in automatically link detection
- Shady websites taken offline (they are not banned but they simply have shady headers implemented to track you)
- Blacklist for links added
- Improved auto link detection
- Added ignore list for specific categories e.g. the I2P section because links like Tor (Onion), I2P or FTP can't be checked and will trigger the bot to think that they are offline.
2020-04-01 11:46:54 +02:00

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"
}
}
]
}