Am trying to get my first cms-pico site up and running. Modified the apache config and the new site is available now. When I use the default created page (index.md) in Edge / IE, the rendering is OK:
Chrome / Firefox had some addons installed, but also after disabling them, the issue remained. The Brave browser is a pristine one without any modifications. Same issue.
I guess this should work out of the box? Can anyone point me into the direction of a solution?
Found the site https://content-security-policy.com where the various configurations are discussed. I added the following line in httpd.conf and restarted Apache:
Header set Content-Security-Policy "default-src ‘self’;"
Afterwards the Chrome / Firefox / Brave browsers showed the page correctly. I still have some error messages, but they do not appear to cause issues (which is sufficient for the moment).
Super, that is even better! Have installed this beta version, commented the Content-Security-Policy directive out and restarted Apache. Everything works like a charm in all browsers. Thanks a lot!