Skip to content

Commit

Permalink
Trust Mull for autofill and on the FIDO2 privileged community allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz-dev committed Oct 2, 2024
1 parent 2ae48d7 commit 74360f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/assets/fido2_privileged_community.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
}
]
}
},
{
"type": "android",
"info": {
"package_name": "us.spotco.mulch",
"signatures": [
{
"build": "release",
"cert_fingerprint_sha256": "26:0E:0A:49:67:8C:78:B7:0C:02:D6:53:7A:DD:3B:6D:C0:A1:71:71:BB:DE:8C:E7:5F:D4:02:6A:8A:3E:18:D2"
}
]
}
}
]
}
3 changes: 3 additions & 0 deletions app/src/main/res/xml/autofill_service_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,7 @@
<compatibility-package
android:name="us.spotco.fennec_dos"
android:maxLongVersionCode="10000000000" />
<compatibility-package
android:name="us.spotco.mulch"
android:maxLongVersionCode="10000000000" />
</autofill-service>

0 comments on commit 74360f4

Please sign in to comment.