aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-05-02 14:23:13 +0000
committerLibravatar GitHub <noreply@github.com>2021-05-02 14:23:13 +0000
commit4b5f0b9fcb8516f49b46a03d5d5dd0b5a7c06997 (patch)
treec1f856bb965b4afe4605e6149491bc558078e6a4 /etc/profile-a-l/firefox.profile
parentfix regextester (#4231) (diff)
downloadfirejail-4b5f0b9fcb8516f49b46a03d5d5dd0b5a7c06997.tar.gz
firejail-4b5f0b9fcb8516f49b46a03d5d5dd0b5a7c06997.tar.zst
firejail-4b5f0b9fcb8516f49b46a03d5d5dd0b5a7c06997.zip
add comment to firefox.profile (#4232)
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-rw-r--r--etc/profile-a-l/firefox.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index cefba93d4..b22a78458 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -6,6 +6,14 @@ include firefox.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# NOTE: sandboxing web browsers is as important as it is complex. Users might be
10# interested in creating custom profiles depending on use case (e.g. one for
11# general browsing, another for banking, ...). Consult our FAQ/issue tracker for more
12# info. Here are a few links to get you going.
13# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#firefox-doesnt-open-in-a-new-sandbox-instead-it-opens-a-new-tab-in-an-existing-firefox-instance
14# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-two-instances-of-firefox
15# https://github.com/netblue30/firejail/issues/4206#issuecomment-824806968
16
9noblacklist ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
10noblacklist ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
11 19