diff --git a/xilriws-proxy/background.js b/xilriws-proxy/background.js index 52627ff..27af59e 100644 --- a/xilriws-proxy/background.js +++ b/xilriws-proxy/background.js @@ -22,7 +22,7 @@ function startProxy(host, port) { const config = { mode: "fixed_servers", rules: { - proxyForHttp: { + singleProxy: { scheme: "http", host: host, port: port,