blob: d5b3e4693cd6713aa81e48e4ae33a3ef50c846a9 [file] [log] [blame] [view]
Carlos ILd0f10a32018-11-29 02:30:221# Mixed content Autoupgrade
2
3## Description
Carlos IL0ca73f42019-11-25 19:07:264Chrome will now (starting on M80) attempt to upgrade some types of mixed content (HTTP on an HTTPS site) subresources. Subresources that fail to load over HTTPS will not be loaded. For more information see [the official announcement](https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html).
Carlos ILd0f10a32018-11-29 02:30:225
6## Scope
Carlos ILf398d0d2021-02-19 17:52:307Audio, video, and image subresources are upgraded. Blockable (i.e. all other types of) mixed content are blocked without an autoupgrade attempt.
Carlos ILd0f10a32018-11-29 02:30:228
Carlos ILd0f10a32018-11-29 02:30:229## Opt-out
Carlos ILf398d0d2021-02-19 17:52:3010Users can disable autoupgrades, and allow blockable mixed content to load, on a per-site basis through content settings (chrome://settings/content/insecureContent).