Add reported fields

Add reported fields (reported over #87)
This commit is contained in:
Kevin Röbert 2018-09-07 19:04:09 +02:00
parent dbd8d49fc2
commit 2030a02f65

View File

@ -354,6 +354,24 @@
], ],
"exceptions": [], "exceptions": [],
"redirections": [] "redirections": []
},
"net-parade.it": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(net\\-parade\\.it)(.*\\?.*)",
"completeProvider": false,
"rules": [
"pl=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [],
"redirections": []
},
"prvnizpravy.cz": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(prvnizpravy\\.cz)(.*\\?.*)",
"completeProvider": false,
"rules": [
"xid=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [],
"redirections": []
} }
} }
} }