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

Added cli option --disable-host-check #980

Merged
merged 2 commits into from Jul 10, 2017
Merged

Added cli option --disable-host-check #980

merged 2 commits into from Jul 10, 2017

Conversation

Telokis
Copy link
Contributor

@Telokis Telokis commented Jul 9, 2017

Will set options.disableHostCheck to true if enabled.

This a very minor feature made to fix #882

What kind of change does this PR introduce?
A minor feature

Did you add or update the examples/?
No need to, I think.

Summary
Added cli option --disable-host-check to disable host check

Does this PR introduce a breaking change?
No

Other information
No

Will set `options.disableHostCheck` to true if enabled.
@codecov
Copy link

codecov bot commented Jul 9, 2017

Codecov Report

Merging #980 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #980   +/-   ##
=======================================
  Coverage   72.13%   72.13%           
=======================================
  Files           4        4           
  Lines         463      463           
  Branches      139      139           
=======================================
  Hits          334      334           
  Misses        129      129

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b97dc5e...822833a. Read the comment docs.

Copy link
Contributor

@shellscape shellscape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Telokis the PR template is not optional. Please review https://github.com/webpack/webpack-dev-server/blob/master/.github/PULL_REQUEST_TEMPLATE.md, copy the template, and edit your PR with the template.

@Telokis
Copy link
Contributor Author

Telokis commented Jul 10, 2017

@shellscape Done.

@shellscape shellscape merged commit 9188878 into webpack:master Jul 10, 2017
@Telokis Telokis deleted the patch-1 branch July 10, 2017 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--host 0.0.0.0 Not working
2 participants