We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3ef61 commit 57fe369Copy full SHA for 57fe369
firefox-ios/Client/Frontend/Browser/SearchEngines/SearchEngineFlagManager.swift
@@ -8,9 +8,6 @@ struct SearchEngineFlagManager {
8
/// Whether Search Engine Consolidation is enabled.
9
/// If enabled, search engines are fetched from Remote Settings rather than our pre-bundled XML files.
10
static var isSECEnabled: Bool {
11
- // TODO: [FXIOS-13834 & 11403] Remove hardcoded override once UI & unit tests are updated (or deleted)
12
- guard !AppConstants.isRunningUnitTest && !AppConstants.isRunningUITests else { return false }
13
-
14
// SEC enabled for all users. Related clean-up forthcoming in [FXIOS-11403].
15
return true
16
}
0 commit comments