Skip to content

Commit

Permalink
Make connection tester non-failable on VPN startup (#3885)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1207603085593419/1209248230850409/f

macOS PR: duckduckgo/macos-browser#3791
BSK PR: duckduckgo/BrowserServicesKit#1197

## Description

Make sure the Connection Tester isn't being used for rekeying anymore,
so we can let it fail silently and not block VPN startup.
  • Loading branch information
diegoreymendez authored Jan 29, 2025
1 parent 64aa7eb commit 4c7906c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11951,7 +11951,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 232.1.0;
version = 232.1.1;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "e00b4ac4002bb5906e4ed63457aca4f920979c80",
"version" : "232.1.0"
"revision" : "20b24085284b27a7c9a5257efa77b2f1cf59f893",
"version" : "232.1.1"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "181696656f3627c1b3ca8cda06d54971e03436ef",
"version" : "7.10.0"
"revision" : "5a463e35ce86fc11394fe62392d32960de22f7d7",
"version" : "7.11.0"
}
},
{
Expand Down

0 comments on commit 4c7906c

Please sign in to comment.