## 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`](https://github.com/EFForg/https-everywhere/blob/master/chromium/background.js#L323)
Step to reproduce
Visit http://user:password@example.com:403/path with "Block all unencrypted connection"
Expect URL should be rewrote to https://user:password@example.com:403/path
Actual URL is https://null:null@example.com:403/path
Reason
Seemingly wrong scoping in
chromium/background.js#L323