refactor: change default interceptor from extension to browser

This commit is contained in:
liyasthomas
2022-01-27 02:55:20 +05:30
parent 65df244ffc
commit 248b6d6b64

View File

@@ -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,