From 16b9c1330dbbfb7c0f103a301c344644325e4eda Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 7 Oct 2022 19:24:16 +0530 Subject: feat(autofill-parser): add Vivaldi as an Autofill browser Fixes #2165 --- .../androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'autofill-parser/src') diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt index a4d9752f..5bef386b 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt @@ -89,6 +89,7 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH = arrayOf("29UOO5cXoxO/e/hH3hOu6bbtg1My4tK6Eik2Ym5Krtk="), "com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="), "us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="), + "com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="), ) private fun isTrustedBrowser(context: Context, appPackage: String): Boolean { -- cgit v1.2.3