Hi,
We have a requirement wherein we need to restrict/block the .json extension under suffix.
For e.g, https://<domain>/content/dam/somepath.form.html/en-us.json
We have tried adding the following dispatcher rule,
/0281 { /type "deny" /path "/content/dam/*" /selectors '(form|selector1)' /extension...