Skip to content

Commit

Permalink
mobile: Fix broken link (#36436)
Browse files Browse the repository at this point in the history
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw authored Oct 3, 2024
1 parent 0089014 commit 8b5f6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest {
HttpTestServerFactory.start(
HttpTestServerFactory.Type.HTTP1_WITHOUT_TLS,
0,
// http://go/mdn/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
mapOf("Content-Type" to "application/x-ns-proxy-autoconfig"),
"""
function FindProxyForURL(url, host) {
Expand Down

0 comments on commit 8b5f6e8

Please sign in to comment.