Skip to content

Commit

Permalink
Update BSK with autofill 16.1.0 (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jan 8, 2025
1 parent b9a6688 commit f4f5ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo/AutofillContentScopeFeatureToggles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ extension ContentScopeFeatureToggles {
passwordGeneration: featureFlagger.isFeatureOn(.autofillPasswordGeneration) && isAutofillEnabledInSettings,
inlineIconCredentials: featureFlagger.isFeatureOn(.autofillInlineIconCredentials) && isAutofillEnabledInSettings,
thirdPartyCredentialsProvider: false,
unknownUsernameCategorization: featureFlagger.isFeatureOn(.autofillUnknownUsernameCategorization) && isAutofillEnabledInSettings)
unknownUsernameCategorization: featureFlagger.isFeatureOn(.autofillUnknownUsernameCategorization) && isAutofillEnabledInSettings,
partialFormSaves: featureFlagger.isFeatureOn(.autofillPartialFormSaves) && isAutofillEnabledInSettings)
}
}

0 comments on commit f4f5ac9

Please sign in to comment.