A developer has acomponent located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.
How should the developerresolve this issue, while taking security into consideration?
- Change the ACLs for the Client Library.
- Move the Client Library under /apps/<project>library.
- Add the property allowProxy with a boolean value true.
- Allow the path to the clientlibson the dispatcher.
Reveal Solution Next Question