|
|
|
|
|
by est
2247 days ago
|
|
> then wouldn't the intranet page be served over HTTP too and not make this an issue? The page itself is served in both HTTP and HTTPS, can be visited in and outside the LAN. The <img> and <video> content fail in HTTPS without explanation in Chrome v81+ |
|
So why can't you use one of these options:
1. Redirect all users to HTTPS, since you apparently already have a globally valid certificate.
2. Rewrite the tags to use HTTPS only when the page is loaded over HTTPS.
3. Set upgrade-insecure-requests only when the page is loaded over HTTPS.