Skip to content

Commit

Permalink
FIDO2 Community: Remove DivestOS-developed browsers
Browse files Browse the repository at this point in the history
The DivestOS project ended. Its browsers are not maintained anymore.

https://divestos.org/pages/news#end
  • Loading branch information
lucasmz-dev committed Jan 8, 2025
1 parent f35ee76 commit fba78bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
28 changes: 0 additions & 28 deletions app/src/main/assets/fido2_privileged_community.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,34 +59,6 @@
}
]
}
},
{
"type": "android",
"info": {
"package_name": "us.spotco.fennec_dos",
"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"
},
{
"build": "release",
"cert_fingerprint_sha256": "FF:81:F5:BE:56:39:65:94:EE:E7:0F:EF:28:32:25:6E:15:21:41:22:E2:BA:9C:ED:D2:60:05:FF:D4:BC:AA:A8"
}
]
}
},
{
"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"
}
]
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ private val ACCESSIBILITY_SUPPORTED_BROWSERS = listOf(
),
Browser(packageName = "org.ungoogled.chromium.extensions.stable", urlFieldId = "url_bar"),
Browser(packageName = "org.ungoogled.chromium.stable", urlFieldId = "url_bar"),
Browser(
packageName = "us.spotco.fennec_dos",
// 2nd = Legacy
possibleUrlFieldIds = listOf("mozac_browser_toolbar_url_view", "url_bar_title"),
),

// [Section B] Entries only present here
// TODO: Test the compatibility of these with Autofill Framework
Expand Down
6 changes: 0 additions & 6 deletions app/src/main/res/xml/autofill_service_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,4 @@
<compatibility-package
android:name="org.ungoogled.chromium.stable"
android:maxLongVersionCode="10000000000" />
<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 fba78bd

Please sign in to comment.