booleanWhen set to true this option bypasses host checking. THIS IS NOT RECOMMENDED as apps that do not check the host are vulnerable to DNS rebinding attacks. https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck vue-cli 2.x devServer: { disableHostCheck: true, } 1....