Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into ads_replacment_part2
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <[email protected]>
  • Loading branch information
adisuissa committed Oct 22, 2024
2 parents 8f418f1 + ef96ec4 commit 99ddb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CFDictionaryRef TestAppleSystemProxySettingsMonitor::getSystemProxySettingsWithP
kCFNetworkProxiesProxyAutoConfigURLString};

// Interpret the host + port as the location from which to obtain the PAC file.
const std::string pac_file_url = absl::StrCat("http://", host_, ":", port_);
const std::string pac_file_url = absl::StrCat("http://", host_, ":", port_, "/proxy.pac");
const void* values[] = {
CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &one_),
CFStringCreateWithCString(kCFAllocatorDefault, pac_file_url.c_str(), kCFStringEncodingUTF8)};
Expand Down

0 comments on commit 99ddb91

Please sign in to comment.