Hi team
Recently we are migrating to 6.5 earlier we keep all scripts related to UI in etc/clientlibs
As part of security we won't allow apps folder to end user. So how client libs is loading for end user.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Ricky,
Add a property 'allowProxy="{Boolean}true"' to the cq:ClientLibraryFolder and that would do the job.
Thanks,
Bilal.
Hi Ricky,
Add a property 'allowProxy="{Boolean}true"' to the cq:ClientLibraryFolder and that would do the job.
Thanks,
Bilal.
In order for the client libraries under /apps to be accessible, a proxy servelt is used. The ACLs are still enforced on the client library folder, but the servlet allows for the content to be read via /etc.clientlibs/ if the allowProxy property is set to true.
A static resource can only be accessed via the proxy, if it resides below a resource below the client library folder.
As an example:
Then you set the allowProxy property on foo to true.
Views
Replies
Total Likes