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(server): Listen only to 127.0.0.1 by default #2977

Merged
merged 12 commits into from
May 5, 2021

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    c61214c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1377b03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a388e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af7b24d View commit details
    Browse the repository at this point in the history
  5. fix(tests): listen on host 0.0.0.0 when running tests

    The security fix for listening only on 127.0.0.1 by default
    seems like it broke tests on Windows. Try using 0.0.0.0 for
    tests, and see if that fixes the tests.
    eirslett committed May 2, 2021
    Configuration menu
    Copy the full SHA
    491d0c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fde214 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. improvement to docs

    Co-authored-by: Nihal Gonsalves <nihal@nihalgonsalves.com>
    eirslett and nihalgonsalves committed May 3, 2021
    Configuration menu
    Copy the full SHA
    46cd6e9 View commit details
    Browse the repository at this point in the history
  2. fix(tests): Revert "fix(tests): Try listening on :: to see if that fi…

    …xes the unit tests on Windows"
    
    This reverts commit 2fde214.
    eirslett committed May 3, 2021
    Configuration menu
    Copy the full SHA
    c0fd438 View commit details
    Browse the repository at this point in the history
  3. fix(tests): Revert "fix(tests): listen on host 0.0.0.0 when running t…

    …ests"
    
    This reverts commit 491d0c0.
    eirslett committed May 3, 2021
    Configuration menu
    Copy the full SHA
    7e4063e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    890e41c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update packages/vite/src/node/preview.ts

    Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
    eirslett and antfu committed May 4, 2021
    Configuration menu
    Copy the full SHA
    dec1334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940f525 View commit details
    Browse the repository at this point in the history