Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Jan 22, 2025
1 parent 4dfab48 commit 23ffc60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
//

import BrowserServicesKit
import Core
import Foundation
import MaliciousSiteProtection

Expand All @@ -30,7 +31,6 @@ extension MaliciousSiteProtectionFeatureFlags: MaliciousSiteProtectionFeatureFla
self.init(privacyConfigManager: privacyConfigManager, isMaliciousSiteProtectionEnabled: {
featureFlagger.isFeatureOn(.maliciousSiteProtection)
})
self.privacyConfigManager = privacyConfigManager
}

}
Expand Down

0 comments on commit 23ffc60

Please sign in to comment.