Skip to content

Commit

Permalink
Updates BSK (#2239)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1206114617364817/f

BSK PR: duckduckgo/BrowserServicesKit#594
macOS PR: duckduckgo/macos-browser#1934

Description

We no longer exclude 10.0.0.0/8 from the VPN since it was causing our DNS to be excluded as well.
  • Loading branch information
diegoreymendez authored Dec 7, 2023
1 parent 315a147 commit 5b605a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9157,7 +9157,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 92.0.0;
version = 92.0.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "11a5fb5e7bf1f4fb4e2a79ce8dbe2eb39b583495",
"version": "92.0.0"
"revision": "fe577c508ad4ea163075ac8fab20673d0a7565f6",
"version": "92.0.1"
}
},
{
Expand Down

0 comments on commit 5b605a3

Please sign in to comment.