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.
Solved! Go to Solution.
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.
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.