AstraLuma / use-https

Fork of the Chrome extension of the same name. Redirects sites to the HTTPS version.
Other
2 stars 1 forks source link

Handle SPDY #16

Closed AstraLuma closed 12 years ago

AstraLuma commented 12 years ago

When SPDY is used, the protocol is shown as HTTP, even though it's secure.

Also, onBeforeRequest() isn't called in cases of SPDY.

AstraLuma commented 12 years ago

This might only apply to http://code.google.com/chrome/extensions/webRequest.html and related pages.

AstraLuma commented 12 years ago

This only seems to apply in limited cases, and at this time, I see no API to handle them properly. Additionally, I can't find the root cause of it.

Closing as WONTFIX. Reopen if this changes.