You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better to add a priority level support, including blacklist and whitelist.
A concrete example:
Blacklist A:A
Whitelist B:B
Blacklist C:C
Priority level: A>B>C
Message contains "C" will be intercepted by default. But if the message contains "B" (without "A") it will be allowed although it contains "C". Identically, message contains "A" & "B" will be intercepted.
The text was updated successfully, but these errors were encountered:
I thought about this a long time ago, I believe the main reason I never implemented it was because I suck at UI and didn't want to implement rearranging list items. As you can see I'm super lazy.
For your particular use case, you can probably just use a negative lookahead regex.
I think it would be better to add a priority level support, including blacklist and whitelist.
A concrete example:
Blacklist A:A
Whitelist B:B
Blacklist C:C
Priority level: A>B>C
Message contains "C" will be intercepted by default. But if the message contains "B" (without "A") it will be allowed although it contains "C". Identically, message contains "A" & "B" will be intercepted.
The text was updated successfully, but these errors were encountered: