Skip to content

Commit ebfbdcc

Browse files
committed
Merge branch 'enable-daita-in-release-and-add-a-changelog-entry-ios-777'
2 parents 51d385e + 68b346b commit ebfbdcc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ios/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th
2222
* **Security**: in case of vulnerabilities.
2323

2424
## [Unreleased]
25+
### Added
26+
- Add DAITA (Defence against AI-guided Traffic Analysis) setting
2527

2628
## [2024.5 - 2024-08-19]
2729
### Added

ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift

-4
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
424424
snapshot.appendItems([.dnsSettings], toSection: .dnsSettings)
425425
snapshot.appendItems([.ipOverrides], toSection: .ipOverrides)
426426

427-
#if DEBUG
428427
snapshot.appendItems([.daitaSwitch, .multihopSwitch], toSection: .privacyAndSecurity)
429-
#else
430-
snapshot.appendItems([.multihopSwitch], toSection: .privacyAndSecurity)
431-
#endif
432428

433429
applySnapshot(snapshot, animated: animated, completion: completion)
434430
}

0 commit comments

Comments
 (0)