[PR #4005] [MERGED] [PM-13011] Allow relevant browsers in the privacy/security/FOSS space to use auto-fill and passkeys #68557

Closed
opened 2026-05-14 10:53:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4005
Author: @lucasmz-dev
Created: 10/1/2024
Status: Merged
Merged: 10/3/2024
Merged by: @SaintPatrck

Base: mainHead: private-roms-passkey-support


📝 Commits (7)

  • 22ffc0d Create FIDO2 Privileged Allowlist
  • 8037ad4 Add CalyxOS' Chromium to the FIDO2 privileged community allowlist
  • 1a4d833 Add Cromite to the FIDO2 privileged community allowlist
  • ce65e8d Add Fennec F-Droid to the FIDO2 privileged community allowlist
  • 572346c Add Mull to the FIDO2 privileged community allowlist
  • 7402bf2 Trust Mulch for autofill and on the FIDO2 privileged community allowlist
  • b01aa5e Apply suggestions from code review

📊 Changes

2 files changed (+71 additions, -0 deletions)

View changed files

app/src/main/assets/fido2_privileged_community.json (+68 -0)
📝 app/src/main/res/xml/autofill_service_configuration.xml (+3 -0)

📄 Description

🎟️ Tracking

Fixes #3949
Contains extra edge-cases for other related projects.

📔 Objective

Bring support for Bitwarden passkeys and auto-fill to browsers used in the privacy, security, or FOSS communities.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/4005 **Author:** [@lucasmz-dev](https://github.com/lucasmz-dev) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `private-roms-passkey-support` --- ### 📝 Commits (7) - [`22ffc0d`](https://github.com/bitwarden/android/commit/22ffc0d8ac69e163ed6cd5318bcad9b733a98a5a) Create FIDO2 Privileged Allowlist - [`8037ad4`](https://github.com/bitwarden/android/commit/8037ad41909e0ec5db1afb2f01b221204d55bb1e) Add CalyxOS' Chromium to the FIDO2 privileged community allowlist - [`1a4d833`](https://github.com/bitwarden/android/commit/1a4d833ebec86f675a7aebcf55b32fae707c4ec9) Add Cromite to the FIDO2 privileged community allowlist - [`ce65e8d`](https://github.com/bitwarden/android/commit/ce65e8d23e2caae167c0ee63d98bc7e965ce5d71) Add Fennec F-Droid to the FIDO2 privileged community allowlist - [`572346c`](https://github.com/bitwarden/android/commit/572346ca1831751a338a383603e49711bba5acdc) Add Mull to the FIDO2 privileged community allowlist - [`7402bf2`](https://github.com/bitwarden/android/commit/7402bf2ed3d50eb5da3ed1f5753d7b986aceca7e) Trust Mulch for autofill and on the FIDO2 privileged community allowlist - [`b01aa5e`](https://github.com/bitwarden/android/commit/b01aa5e8ff4637ddbf6e5887be018146972dcbc6) Apply suggestions from code review ### 📊 Changes **2 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/src/main/assets/fido2_privileged_community.json` (+68 -0) 📝 `app/src/main/res/xml/autofill_service_configuration.xml` (+3 -0) </details> ### 📄 Description ## 🎟️ Tracking Fixes #3949 Contains extra edge-cases for other related projects. ## 📔 Objective <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> Bring support for Bitwarden passkeys and auto-fill to browsers used in the privacy, security, or FOSS communities. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-14 10:53:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#68557