| Not only the Open web is dying, the Intranet web is also dying https://blog.chromium.org/2019/10/no-more-mixed-messages-abo... Since Chrome v80 they forced <video> <img> content to switch to HTTPS, if the page itself is served https. Is it really a good idea? So for Intranet URLs with customize TLDs, you have exactly three choices: 1. Turn off the upgrade-insecure-requests or CSP crap in browser config completely. This voids all the security features browser-wide. 2. Install a company wide root cert. Yeah because enabling the company to MITM all TLS traffic is more secure than streaming videos over http in a company LAN. 3. Train the end-users to click "trust certs with invalid Common Name". That's will teach them. Did I miss something here? What kind of Web do we live in these days? |
If the intranet isn't set up to be able to serve over HTTPS, then wouldn't the intranet page be served over HTTP too and not make this an issue? Is it really common to have intranet sites where you have some of the endpoints covered by HTTPS and some not, and further, the HTTPS intranet page embedding content from intranet HTTP sites?