finicky: add cato networks
This commit is contained in:
parent
5a2c16814b
commit
a9d10b7615
|
@ -24,10 +24,10 @@ module.exports = {
|
||||||
handlers: [
|
handlers: [
|
||||||
{
|
{
|
||||||
match: [
|
match: [
|
||||||
finicky.matchDomains(/.*\.vastdata.com/),
|
finicky.matchDomains(/.*\.vastdata\.com/),
|
||||||
"deeplinks.mindtickle.com*",
|
"vastdata.*",
|
||||||
//"vastdata.mindtickle.com*",
|
finicky.matchDomains(/.*\.catonetworks\.com/),
|
||||||
"vastdata.*"
|
"deeplinks.mindtickle.com*"
|
||||||
],
|
],
|
||||||
browser: "Google Chrome"
|
browser: "Google Chrome"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue