Hello
My website builder from Odoo 17 is still loading and does not display anything.
Here is the console result:
web.assets_web.min.js:832 Mixed Content: The page at 'https://mydomain.com/web#action=367&cids=1&menu_id=222' was loaded over HTTPS, but requested an insecure frame 'http://mydomain.com/'. This request has been blocked; the content must be served over HTTPS.
In Odoo 16, I fixed this issue with Nginx configuration by adding the following line:
add_header Content-Security-Policy "upgrade-insecure-requests";
This configuration line solved the problem for me. However, it's not working in Odoo 17.
Please suggest if you have any ideas.
Your help is greatly appreciated.
Thank you.
Thanks