chore: add inspection warning for proxy interceptor with binary data (#4569)

This commit is contained in:
Akash K
2024-11-28 13:21:29 +05:30
committed by GitHub
parent 69b94886a6
commit d2401d6ceb

View File

@@ -95,6 +95,7 @@ export const proxyInterceptor: Interceptor = {
interceptorID: "proxy",
name: (t) => t("settings.proxy"),
selectable: { type: "selectable" },
supportsBinaryContentType: false,
settingsPageEntry: {
entryTitle: (t) => t("settings.proxy"),
component: SettingsProxy,