aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/src
diff options
context:
space:
mode:
authoryvay <134604947+yvay@users.noreply.github.com>2023-07-22 17:52:06 +0200
committerGitHub <noreply@github.com>2023-07-22 21:22:06 +0530
commit6f4e835d3ce62ca7d29184384c3a3ad9bc32d685 (patch)
treeea01259ae19dcd037cdbda7ac5203e98984706f5 /autofill-parser/src
parentd37fdfdbaabeab63b994e6f454d94c347e79c761 (diff)
Support Mull browser from divestos.org (#2613)
* Add Mull from divestos.org to autofill supported browsers Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> * fix * Move changelog to correct place * Move changelog to correct correct place * Add headers to 1.1.2 --------- Signed-off-by: yvay <134604947+yvay@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/src')
-rw-r--r--autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt6
1 files changed, 5 insertions, 1 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 ee9e98c8..dbf165d4 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
@@ -81,7 +81,11 @@ private val TRUSTED_BROWSER_CERTIFICATE_HASH =
"org.ungoogled.chromium.extensions.stable" to
arrayOf("29UOO5cXoxO/e/hH3hOu6bbtg1My4tK6Eik2Ym5Krtk="),
"com.kiwibrowser.browser" to arrayOf("wGnqlmMy6R4KDDzFd+b1Cf49ndr3AVrQxcXvj9o/hig="),
- "us.spotco.fennec_dos" to arrayOf("/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="),
+ "us.spotco.fennec_dos" to
+ arrayOf(
+ "Jg4KSWeMeLcMAtZTet07bcChcXG73oznX9QCaoo+GNI=",
+ "/4H1vlY5ZZTu5w/vKDIlbhUhQSLiupzt0mAF/9S8qqg="
+ ),
"com.vivaldi.browser" to arrayOf("6KeFRGVbqMCYF/cydo9WibFmLsSyvFoLwOwTjTPKPR4="),
"app.vanadium.browser" to arrayOf("xq24uDxtTBfSkq/eVv1IilHTFv+PLBHFQQIjv/in27M="),
)