issues
search
w3c
/
webappsec-upgrade-insecure-requests
WebAppSec Upgrade Insecure Requests
https://w3c.github.io/webappsec-upgrade-insecure-requests/
Other
7
stars
15
forks
source link
Modernize a bit
#24
Closed
annevk
closed
3 years ago
annevk
commented
3 years ago
In particular:
Depend more on Shepherd and less on the dated document internal database.
Remove WebSocket section as fetch handles that.
Move from a priori authenticated to potentially trustworthy.
Drop the explicit port change as it would always no-op (default port for a scheme is normalized to null on a URL)
Export the definition Fetch needs to invoke.
annevk
commented
3 years ago
I think this fixes #11, #13, and #18.
In particular: