Add netflix rules

Add netflix rules to block trackID and tctx
This commit is contained in:
Kevin Röbert 2017-10-09 20:33:11 +02:00
parent 3f4eca1890
commit 17d725dba0

View File

@ -187,5 +187,16 @@
"url=([^\\/|\\?|&]*)"
]
}
,
"netflix": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?netflix\\.)\\w{2,}\\/.*",
"completeProvider": false,
"rules": [
"trackId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"tctx=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [],
"redirections": []
}
}
}