mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: curl/wget: move nvm comments to the top
Optional/commented entries usually go there. See also the top comments on firefox-common.profile. Relates to #5058.
This commit is contained in:
parent
872b0551f9
commit
a45e2016fe
2 changed files with 8 additions and 8 deletions
|
|
@ -7,6 +7,10 @@ include curl.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# If you use nvm, add the below lines to your curl.local
|
||||
#ignore read-only ${HOME}/.nvm
|
||||
#noblacklist ${HOME}/.nvm
|
||||
|
||||
noblacklist ${HOME}/.config/curlrc # since curl 7.73.0
|
||||
# curl 7.74.0 introduces experimental support for HSTS cache
|
||||
# https://daniel.haxx.se/blog/2020/11/03/hsts-your-curl/
|
||||
|
|
@ -19,10 +23,6 @@ noblacklist ${HOME}/.netrc
|
|||
|
||||
blacklist ${RUNUSER}
|
||||
|
||||
# If you use nvm, add the below lines to your curl.local
|
||||
#ignore read-only ${HOME}/.nvm
|
||||
#noblacklist ${HOME}/.nvm
|
||||
|
||||
include disable-common.inc
|
||||
include disable-exec.inc
|
||||
include disable-programs.inc
|
||||
|
|
|
|||
|
|
@ -7,16 +7,16 @@ include wget.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# If you use nvm, add the below lines to your wget.local
|
||||
#ignore read-only ${HOME}/.nvm
|
||||
#noblacklist ${HOME}/.nvm
|
||||
|
||||
noblacklist ${HOME}/.config/wget
|
||||
noblacklist ${HOME}/.local/share/wget
|
||||
noblacklist ${HOME}/.netrc
|
||||
noblacklist ${HOME}/.wget-hsts
|
||||
noblacklist ${HOME}/.wgetrc
|
||||
|
||||
# If you use nvm, add the below lines to your wget.local
|
||||
#ignore read-only ${HOME}/.nvm
|
||||
#noblacklist ${HOME}/.nvm
|
||||
|
||||
blacklist ${RUNUSER}
|
||||
|
||||
include disable-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue