# HG changeset patch # User Tom Gottfried # Date 1535116655 -7200 # Node ID f6d61657b48793335d5737a5f6b0fb2f5a302907 # Parent 5b7a4327f6c0b88393540918f5ce02e6044873a9 Allow accessing client from outside localhost via hostname yarn serve only accepted IP adresses or localhost in the Host-Header before. diff -r 5b7a4327f6c0 -r f6d61657b487 client/vue.config.js --- a/client/vue.config.js Fri Aug 24 15:14:10 2018 +0200 +++ b/client/vue.config.js Fri Aug 24 15:17:35 2018 +0200 @@ -21,6 +21,7 @@ target: "http://localhost:5000", secure: false } - } + }, + disableHostCheck: true } };