Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Credentials in URL are not Restored #12377

Description

@cschanaj

Step to reproduce

  1. Visit http://user:password@example.com:403/path with "Block all unencrypted connection"

  2. Expect URL should be rewrote to https://user:password@example.com:403/path

  3. Actual URL is https://null:null@example.com:403/path

Reason

Seemingly wrong scoping in chromium/background.js#L323

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions