CQURLInfo - where/how to control this ? | Community
Skip to main content
October 16, 2015
Solved

CQURLInfo - where/how to control this ?

  • October 16, 2015
  • 1 reply
  • 1013 views

We are on CQ 5.4

Published domain includes CQURL information embedded in every Webpage. This would be an example:

<script type="text/javascript">
CQURLInfo = {
    "contextPath": null,
    "requestPath": '/content/cadillac/north-america/usa/mobilesite/en/home/faq',
    "selectorString": null,
    "selectors": [],
    "extension": 'html',
    "suffix": null
};</script>

I am trying to understand where/how to control this data - especially 'requestPath' information.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

HTML library is responsible for generating CQURLInfo.  Unfortunately it is not changeable or turn off in CQ 5.4 .  If you are facing any issue please file daycare with your use case.  From 5.6 onwards you can turn off by configuring "Force CQURLInfo" in the felix console HTML library.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

HTML library is responsible for generating CQURLInfo.  Unfortunately it is not changeable or turn off in CQ 5.4 .  If you are facing any issue please file daycare with your use case.  From 5.6 onwards you can turn off by configuring "Force CQURLInfo" in the felix console HTML library.