Add netflix rules
Add netflix rules to block trackID and tctx
This commit is contained in:
parent
3f4eca1890
commit
17d725dba0
|
@ -187,5 +187,16 @@
|
||||||
"url=([^\\/|\\?|&]*)"
|
"url=([^\\/|\\?|&]*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
"netflix": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?netflix\\.)\\w{2,}\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"trackId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"tctx=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user