blocking /content/dam/.permissions.json?privileges= jcr%3AmodifyAccessControl
Recently we had our security tests in the platform, where one finding raised critical was the request sent to /content/dam/.permissions.json?privileges= jcr%3AmodifyAccessControl under cross site scripting tampering the request to execute script.
now the question, will there be any impact in author if I block .permissions.json/* requests in dispatcher ? does it affect any functionalities ?
Thank you,