I have developed a site using WebMaker 10.0 (build 20191220.3 with patch WM_HYF_10.0.0001) and deployed on my web space with SSL enabled (also with automatic redirection from http to https).
The problem I am facing is that the pages of the site contain references to the CDN of dojo libraries (js and css) requested with http schema instead of https and the browsers (Firefox and Chrome) don't allow mixed content by default settings, making any interaction with the site impossible.
How can I configure my project in WebMaker to instruct dojo to request the libraries with https instead of http and not have mixed content anymore?
Thanks in advance.
The problem I am facing is that the pages of the site contain references to the CDN of dojo libraries (js and css) requested with http schema instead of https and the browsers (Firefox and Chrome) don't allow mixed content by default settings, making any interaction with the site impossible.
How can I configure my project in WebMaker to instruct dojo to request the libraries with https instead of http and not have mixed content anymore?
Thanks in advance.
Hi TOP WebMaker pages use???
WebMaker pages use skins, which are automatically created and managed in the graphical page view. You can access the underlying .._skin.xsl file by using the 'Project | Advanced Project Settings...' menu item. Select the 'Assets' tab and the 'XSL' folder within the 'Server Repository' panel on the left. You should be able to locate and amend the block called dojo_imports within this file.
You will need to export your project resources again after this change and please exercise caution when changing anything within the Advanced Settings since such changes can affect the structure and integrity of your projects.
Hope this is helpful.
Abdul