diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-04 14:47:35 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-04 14:47:35 +0200 |
| commit | ca181fa48e65151b913f97e94c89e8d84a9c5190 (patch) | |
| tree | 0fbd23c4840ac5dcfc9c5107242caf861c1e27c8 /ios | |
| parent | e02425beead9652439193d672cd8ce58b52039f7 (diff) | |
| parent | 5a744ff0d5e3936c5592ffbd7951b3faf1b88dc2 (diff) | |
| download | mullvadvpn-ca181fa48e65151b913f97e94c89e8d84a9c5190.tar.xz mullvadvpn-ca181fa48e65151b913f97e94c89e8d84a9c5190.zip | |
Merge branch 'fix-test-ad-blocking-via-dns'
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 42465a9a59..b0dd878820 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -22,7 +22,7 @@ HAS_TIME_ACCOUNT_NUMBER = // the Debug configuration is provided for developer convenience, and uses real accounts. // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. -AD_SERVING_DOMAIN = vpnlist.to +AD_SERVING_DOMAIN = analytics.google.com // A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80. SHOULD_BE_REACHABLE_DOMAIN = mullvad.net |
