diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-30 19:01:34 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-30 19:01:34 +0530 |
commit | 9975034053d35c42e2e1e034ed422696bf0defb3 (patch) | |
tree | 0a554fa083938dc723a51b684a9fe92a31b8cf01 /autofill-parser | |
parent | 541d23c48444d847640d3e0d29a728364556e79b (diff) |
feat(autofill-parser): add Vanadium to supported browsers
Fixes #1631
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 1 |
1 files changed, 1 insertions, 0 deletions
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 05a425f0..a5ac72a2 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 @@ -90,6 +90,7 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH = "com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="), "us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="), "com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="), + "app.vanadium.browser" to arrayOf("xq24uDxtTBfSkq/eVv1IilHTFv+PLBHFQQIjv/in27M="), ) private fun isTrustedBrowser(context: Context, appPackage: String): Boolean { |