[PR #2247] [MERGED] Add new config option to disable U2F in browsers, enabled by default #4235

Closed
opened 2026-05-05 10:16:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2247
Author: @SkewedZeppelin
Created: 11/5/2018
Status: Merged
Merged: 11/7/2018
Merged by: @netblue30

Base: masterHead: u2f_cond


📝 Commits (1)

  • 1a03225 Add new config option to disable U2F in browsers, enabled by default

📊 Changes

7 files changed (+17 additions, -3 deletions)

View changed files

📝 etc/chromium-common.profile (+1 -1)
📝 etc/firefox-common.profile (+1 -1)
📝 etc/firejail.config (+3 -0)
📝 src/firejail/checkcfg.c (+9 -0)
📝 src/firejail/firejail.h (+1 -0)
📝 src/firejail/profile.c (+1 -0)
📝 src/man/firejail-profile.txt (+1 -1)

📄 Description

Allows easily reenabling security dongles where needed.

Am I missing anything?

Also should we consider allowing U2F in supported browsers by default?
U2F dongles can be had for under $10 and add easy security to online accounts.
With Google's recent push again and the future FIDO2 potential we'll hopefully see increased adoption of it.


🔄 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/netblue30/firejail/pull/2247 **Author:** [@SkewedZeppelin](https://github.com/SkewedZeppelin) **Created:** 11/5/2018 **Status:** ✅ Merged **Merged:** 11/7/2018 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `u2f_cond` --- ### 📝 Commits (1) - [`1a03225`](https://github.com/netblue30/firejail/commit/1a03225b4407f1cf88410573c8fc67031de511c1) Add new config option to disable U2F in browsers, enabled by default ### 📊 Changes **7 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `etc/chromium-common.profile` (+1 -1) 📝 `etc/firefox-common.profile` (+1 -1) 📝 `etc/firejail.config` (+3 -0) 📝 `src/firejail/checkcfg.c` (+9 -0) 📝 `src/firejail/firejail.h` (+1 -0) 📝 `src/firejail/profile.c` (+1 -0) 📝 `src/man/firejail-profile.txt` (+1 -1) </details> ### 📄 Description Allows easily reenabling security dongles where needed. Am I missing anything? Also should we consider allowing U2F in supported browsers by default? U2F dongles can be had for under $10 and add easy security to online accounts. With Google's recent push again and the future FIDO2 potential we'll hopefully see increased adoption of it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:16:17 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4235
No description provided.