Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

CQURLInfo - where/how to control this ?

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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.