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
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
It would be great to be able to factorize results like those ones:
BasicRule wl:1015 "mz:$URL:/api/fr/contents|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
BasicRule wl:1015 "mz:$URL:/api/ar/contents|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
BasicRule wl:1015 "mz:$URL:/api/en/contents|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
The text was updated successfully, but these errors were encountered:
BasicRule wl:1015 "mz:$URL:/api/contents/pouet|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
BasicRule wl:1015 "mz:$URL:/api/contents|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
should be simplified in
BasicRule wl:1015 "mz:$URL:/api/contents|$ARGS_VAR:type" "msg:Variable zone-wide on a specific url if it matches a comma";
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
It would be great to be able to factorize results like those ones:
The text was updated successfully, but these errors were encountered: