Skip to content

Commit

Permalink
Merge branch 'main' into brad/webview-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Mar 22, 2024
2 parents 3c96b23 + 9f2f4b8 commit e0a67ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10032,8 +10032,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = revision;
revision = 60d5768d975cc71769072a2da01c7227b05e04e0;
kind = exactVersion;
version = 129.1.2;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "60d5768d975cc71769072a2da01c7227b05e04e0"
"revision" : "781b5f10b6030273e745ba3c0b71ff9317d8ade0",
"version" : "129.1.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/NetworkProtectionTunnelController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ final class NetworkProtectionTunnelController: TunnelController {
/// Setups the tunnel manager if it's not set up already.
///
private func setup(_ tunnelManager: NETunnelProviderManager) {
tunnelManager.localizedDescription = "DuckDuckGo Network Protection"
tunnelManager.localizedDescription = "DuckDuckGo VPN"
tunnelManager.isEnabled = true

tunnelManager.protocolConfiguration = {
Expand Down

0 comments on commit e0a67ec

Please sign in to comment.