NG6-starter
NG6-starter copied to clipboard
make the webpack server only accept connection from 127.0.01
Is there some configuration option to make the server only accept connections from 127.0.01? By default it accepts connections from any host, which I don't find very secure.
uhm, you are using browser-sync to host during development mode..for distribution you would build the dist then host it somewhere else where you can limit access.. why would you care about dev mode?
@JanvanCasteren, try this - https://www.browsersync.io/docs/options#option-online ;)
watch: https://github.com/BrowserSync/browser-sync/issues/352
@JanvanCasteren could I close this issue?