Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9975034

Browse files
committed
feat(autofill-parser): add Vanadium to supported browsers
Fixes #1631
1 parent 541d23c commit 9975034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH =
9090
"com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="),
9191
"us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="),
9292
"com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="),
93+
"app.vanadium.browser" to arrayOf("xq24uDxtTBfSkq/eVv1IilHTFv+PLBHFQQIjv/in27M="),
9394
)
9495

9596
private fun isTrustedBrowser(context: Context, appPackage: String): Boolean {

0 commit comments

Comments
 (0)