Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: get rid of negative lookahead
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 7, 2023
1 parent be5f7e1 commit 7c170cb
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 @@ -64,7 +64,7 @@
{
"includes": {
"channels": [952946952348270626, 954147049832603748],
"match": ["vanced\\s*\\.\\s*(?!app)\\S*"]
"match": ["vanced\\.([^a]|a($|[^p]))"]
},
"excludes": {
"roles": [
Expand Down Expand Up @@ -109,4 +109,4 @@
}
}
]
}
}

0 comments on commit 7c170cb

Please sign in to comment.