chore: add inspection warning for proxy interceptor with binary data (#4569)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user