browser(webkit): fix proxy ignore pattern set on context level (#4328)

This commit is contained in:
Pavel Feldman 2020-11-03 14:28:04 -08:00 committed by GitHub
parent 0a9fdc4751
commit eae3d93a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1374 1375
Changed: yurys@chromium.org Tue 03 Nov 2020 01:08:53 PM PST Changed: pavel.feldman@gmail.com Tue Nov 3 14:23:35 PST 2020

View File

@ -13946,10 +13946,10 @@ index 31d29091985f34a65134a2b0e7cb3ace1dae441d..571ceac8a4b291fa6e91eb8b17065c0a
}; };
diff --git a/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp diff --git a/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp
new file mode 100644 new file mode 100644
index 0000000000000000000000000000000000000000..09cbc4f3abbeb329c0b396b946b77614a911e8b0 index 0000000000000000000000000000000000000000..31a4e32d4cf8442049f0bea04c817a40b801c1f7
--- /dev/null --- /dev/null
+++ b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp +++ b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp
@@ -0,0 +1,146 @@ @@ -0,0 +1,147 @@
+/* +/*
+ * Copyright (C) 2019 Microsoft Corporation. + * Copyright (C) 2019 Microsoft Corporation.
+ * + *
@ -14017,6 +14017,7 @@ index 0000000000000000000000000000000000000000..09cbc4f3abbeb329c0b396b946b77614
+ protectTokens.append(WTFMove(cstr)); + protectTokens.append(WTFMove(cstr));
+ } + }
+ } + }
+ ignoreHosts.append(nullptr);
+ return parseRawProxySettings(proxyServer, ignoreHosts.data()); + return parseRawProxySettings(proxyServer, ignoreHosts.data());
+} +}
+ +