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:
Kelvin M. Klann 2025-08-30 10:38:23 -03:00
parent 872b0551f9
commit a45e2016fe
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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