Hi,
I want to disable Query Debugger (http://localhost:4502/libs/cq/search/content/querydebug.html) console in AEM. When I tried to check other articles, they specified to disable query debug config in Config Manager. But I dont see that in my AEM 6.5. Please help.
Thanks,
Jagan
Solved! Go to Solution.
Views
Replies
Total Likes
I would suggest to block it on dispatcher level using filters. You would need to deny following:
http://<host>:<port>/libs/cq/search/content/querydebug.html
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
I would suggest to block it on dispatcher level using filters. You would need to deny following:
http://<host>:<port>/libs/cq/search/content/querydebug.html
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
Hi @aanchal-sikka ,
Thanks for the suggestion.
Views
Replies
Total Likes
Views
Likes
Replies