Skip to content

Commit

Permalink
Set dryRun in the VPN extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 14, 2024
1 parent 8a64eee commit 74bbdd5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ final class NetworkProtectionPacketTunnelProvider: PacketTunnelProvider {
}

@objc init() {
#if DEBUG
Pixel.isDryRun = true
#endif

APIRequest.Headers.setUserAgent(DefaultUserAgentManager.duckDuckGoUserAgent)

let settings = VPNSettings(defaults: .networkProtectionGroupDefaults)
Expand Down

0 comments on commit 74bbdd5

Please sign in to comment.