@jagannadhareddyk
I would suggest to block it on dispatcher level using filters. You would need to deny following:
- For debugging Query Builder queries, you can use the Query Builder debugger console at
http://<host>:<port>/libs/cq/search/content/querydebug.html
- Or, alternatively, the Query Builder JSON servlet at
http://<host>:<port>/bin/querybuilder.json?path=/tmp
# Deny access to /bin/querybuilder.json
/0099 { /type "deny" /url "/bin/querybuilder.json" }
If its still available in author and publish, its generally good, as it helps in debugging
Aanchal Sikka