Skip to content

HTTPS Upgrades #1654

Open
Open
@carlosjoan91

Description

@carlosjoan91

https://github.com/dadrian/https-upgrade/blob/main/explainer.md proposes a change where eligible (top level frame, GET) HTTP navigation requests are upgraded to HTTPS, and fallback to the original HTTP URL if the fetch over HTTPS fails. This prevents users from making any unnecessary insecure connections since HTTPS will always be used for sites that support it.

This change requires modifying the fetch standard by:

  • Adding an “HTTPS Upgrading” algorithm that defines which types of requests should be upgraded.
  • Adding a “Fallback” algorithm that defines how a failed upgrade should be handled.
  • Adding a new step to Main Fetch (after the existing step 5) that optionally runs the “HTTPS Upgrading” algorithm on the request.
  • Adding a new step to HTTP Fetch that optionally runs the “Fallback” algorithm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    addition/proposalNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions