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 '(.*infinity.*|.*children.*|.*tidy.*|.*json.*)'}
But when deploying this rule, the cloud deployment pipleline fails. Any idea to fix this issue.
Thanks,
Pawan.