summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vue.config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/vue.config.js b/vue.config.js
index c1dd2ec1..38b4be93 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -43,9 +43,6 @@ module.exports = {
proxy: {
'/': {
target: process.env.BASE_URL,
- headers: {
- Connection: 'keep-alive',
- },
onProxyRes: (proxyRes) => {
// This header is ignored in the browser so removing
// it so we don't see warnings in the browser console