update finicky

This commit is contained in:
Lockszmith (@VAST) 2025-02-25 16:05:12 -05:00
parent d9ca9f659b
commit c352873d5b
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ module.exports = {
handlers: [ handlers: [
{ {
match: [ match: [
finicky.matchDomains(/.*\.vastdata.com/) finicky.matchDomains(/.*\.vastdata.com/),
"deeplinks.mindtickle.com*",
"vastdata.mindtickle.com*"
], ],
browser: "Google Chrome" browser: "Google Chrome"
}, },