Skip to content

Commit

Permalink
feat: reduce false positives [skip ci] (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
taku-nm committed Jul 6, 2023
1 parent 3bf8f17 commit 770f61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
954147049832603748
],
"match": [
"(?i)(((video|buffer|play|stuck|work|time|freeze|infinite|1:09|endless|\\sload).*){2,})"
"(?i)(((video|buffer|stops play|stuck|time |freeze|infinite|1:09|endless|\\sload).*){2,})"
]
},
"excludes": {
Expand Down Expand Up @@ -364,4 +364,4 @@
}
}
]
}
}

0 comments on commit 770f61f

Please sign in to comment.