]> cat aescling's git repositories - mastodon.git/commitdiff
Re-add disableHostCheck (regression #3729) (#3854)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 19 Jun 2017 12:01:31 +0000 (21:01 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 19 Jun 2017 12:01:31 +0000 (14:01 +0200)
ref #2790

config/webpack/development.js

index 7fce7e3f9abc642748b1061a1f11ad47d9698310..830183c0d987c7230d9927904bb1a11c18c33e6e 100644 (file)
@@ -25,6 +25,7 @@ module.exports = merge(sharedConfig, {
     compress: true,
     headers: { 'Access-Control-Allow-Origin': '*' },
     historyApiFallback: true,
+    disableHostCheck: true,
     watchOptions: {
       ignored: /node_modules/,
     },