Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): don't override protocol for socket connection to 127.0.0.1 #2303

Merged
merged 2 commits into from Nov 29, 2019

Commits on Nov 25, 2019

  1. fix(client): don't override protocol for socket connection to 127.0.0.1

    Chrome and Firefox accept `http://`/`ws://` mixed-content connection to
    `127.0.0.1` even when the actual website is loaded via `https://`.
    
    Fixes webpack#2302
    nougad committed Nov 25, 2019
    Copy the full SHA
    7a610c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Copy the full SHA
    6cc5853 View commit details
    Browse the repository at this point in the history