From a45e2016fe7678ef02c0b2a3cfbc2e9f8f04a475 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 30 Aug 2025 10:38:23 -0300 Subject: [PATCH] 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. --- etc/profile-a-l/curl.profile | 8 ++++---- etc/profile-m-z/wget.profile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/profile-a-l/curl.profile b/etc/profile-a-l/curl.profile index a96369d4d..b0a95bede 100644 --- a/etc/profile-a-l/curl.profile +++ b/etc/profile-a-l/curl.profile @@ -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 diff --git a/etc/profile-m-z/wget.profile b/etc/profile-m-z/wget.profile index 2810bdf31..460898448 100644 --- a/etc/profile-m-z/wget.profile +++ b/etc/profile-m-z/wget.profile @@ -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