From 1a03225b4407f1cf88410573c8fc67031de511c1 Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 5 Nov 2018 18:32:22 -0500 Subject: Add new config option to disable U2F in browsers, enabled by default --- etc/firejail.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/firejail.config') diff --git a/etc/firejail.config b/etc/firejail.config index d7106e76c..00f2c1b5d 100644 --- a/etc/firejail.config +++ b/etc/firejail.config @@ -5,6 +5,9 @@ # Enable AppArmor functionality, default enabled. # apparmor yes +# Disable U2F in browsers, default enabled. +# browser-disable-u2f yes + # Number of ARP probes sent when assigning an IP address for --net option, # default 2. This is a partial implementation of RFC 5227. A 0.5 seconds # timeout is implemented for each probe. Increase this number to 4 if your -- cgit v1.2.3-54-g00ecf