Skip to content

Commit eae3d93

Browse files
authored
browser(webkit): fix proxy ignore pattern set on context level (#4328)
1 parent 0a9fdc4 commit eae3d93

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1374
2-
Changed: [email protected] Tue 03 Nov 2020 01:08:53 PM PST
1+
1375
2+
Changed: [email protected] Tue Nov 3 14:23:35 PST 2020

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13946,10 +13946,10 @@ index 31d29091985f34a65134a2b0e7cb3ace1dae441d..571ceac8a4b291fa6e91eb8b17065c0a
1394613946
};
1394713947
diff --git a/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp
1394813948
new file mode 100644
13949-
index 0000000000000000000000000000000000000000..09cbc4f3abbeb329c0b396b946b77614a911e8b0
13949+
index 0000000000000000000000000000000000000000..31a4e32d4cf8442049f0bea04c817a40b801c1f7
1395013950
--- /dev/null
1395113951
+++ b/Source/WebKit/UIProcess/glib/InspectorPlaywrightAgentClientGLib.cpp
13952-
@@ -0,0 +1,146 @@
13952+
@@ -0,0 +1,147 @@
1395313953
+/*
1395413954
+ * Copyright (C) 2019 Microsoft Corporation.
1395513955
+ *
@@ -14017,6 +14017,7 @@ index 0000000000000000000000000000000000000000..09cbc4f3abbeb329c0b396b946b77614
1401714017
+ protectTokens.append(WTFMove(cstr));
1401814018
+ }
1401914019
+ }
14020+
+ ignoreHosts.append(nullptr);
1402014021
+ return parseRawProxySettings(proxyServer, ignoreHosts.data());
1402114022
+}
1402214023
+

0 commit comments

Comments
 (0)