You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Target platform ${targetPlatform} does not support headers for ${getRootHeaderProxyLabel(proxy)} proxy ${proxy.name||`${proxy.server}:${proxy.port}`}. Proxy has been filtered.`,
428
+
`Target platform ${targetPlatform} does not support headers for ${getRootHeaderProxyLabel(
429
+
proxy,
430
+
)} proxy ${
431
+
proxy.name||`${proxy.server}:${proxy.port}`
432
+
}. Proxy has been filtered.`,
429
433
);
430
434
returnfalse;
431
435
}
@@ -623,9 +627,7 @@ function supportsRootProxyHeaders(proxy, targetPlatform) {
0 commit comments