Skip to content

Commit

Permalink
Add Mixed content (#2235)
Browse files Browse the repository at this point in the history
* Add Mixed content

* Make it about 'Mixed content handling'

* Apply suggestions from code review

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

---------

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
Elchi3 and ddbeck authored Nov 19, 2024
1 parent 2b2ecb3 commit 61ae923
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
draft_date: 2024-09-09
name: Mixed Content
description: TODO
name: Mixed content handling
description: When a document is loaded over HTTPS, browsers ensure that none of the document's resources are loaded over an insecure protocol. Instead, resources that the document attempts to load over an insecure protocol are either loaded over HTTPS or are blocked.
spec: https://w3c.github.io/webappsec-mixed-content/
group: security
status:
compute_from: http.mixed-content
compat_features:
- http.mixed-content
- http.mixed-content.allow_file_urls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2020-01-15
baseline_high_date: 2022-07-15
support:
chrome: "92"
chrome_android: "92"
edge: "92"
firefox: "127"
firefox_android: "127"
chrome: ≤79
chrome_android: "79"
edge: "79"
firefox: ≤23
firefox_android: "23"
safari: ≤9.1
safari_ios: ≤9.3
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
Expand Down

0 comments on commit 61ae923

Please sign in to comment.