chore: add inspection warning for proxy interceptor with binary data (#4569)
This commit is contained in:
parent
69b94886a6
commit
d2401d6ceb
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue