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
"matchRules": [ {"type": "method", "regex": "POST"},
{"type": "route", "regex": "^/_matrix/client/r0/createRoom"} ]
First matchRule is worked (block create of room), but second is not.
Could you recommend anything how to use multi condition match policy (second matchRule).
In additional, can I use policy for restrict user's media by IP mask and userAgent (mobile/PC)?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, I have checked two matchRules of policy "id": "custom-hook-to-reject-room-creation-once-in-a-while":
{"type": "route", "regex": "^/_matrix/client/r0/createRoom"} ]
First matchRule is worked (block create of room), but second is not.
Could you recommend anything how to use multi condition match policy (second matchRule).
In additional, can I use policy for restrict user's media by IP mask and userAgent (mobile/PC)?
Thank you.
The text was updated successfully, but these errors were encountered: