From 248b6d6b64a0277f51f68a501d5a65aa5e4e42f3 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 27 Jan 2022 02:55:20 +0530 Subject: [PATCH] refactor: change default interceptor from extension to browser --- packages/hoppscotch-app/newstore/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-app/newstore/settings.ts b/packages/hoppscotch-app/newstore/settings.ts index cc96b6a57..7fed0fe51 100644 --- a/packages/hoppscotch-app/newstore/settings.ts +++ b/packages/hoppscotch-app/newstore/settings.ts @@ -61,7 +61,7 @@ export const defaultSettings: SettingsType = { PROXY_ENABLED: false, PROXY_URL: "https://proxy.hoppscotch.io/", - EXTENSIONS_ENABLED: true, + EXTENSIONS_ENABLED: false, URL_EXCLUDES: { auth: true, httpUser: true,