From ffd7727e59324c16099584559df60c4928f8eecf Mon Sep 17 00:00:00 2001 From: celenityy <132830388+celenityy@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:53:00 +0000 Subject: [PATCH] profiles: wget: allow ~/.local/share/wget wget appears to require access to this directory for HSTS & HPKP. Without access to this directory, I get the following error when running wget: ```sh Failed to read HSTS data Failed to read HPKP data Failed to write HSTS file ``` This fixes it. --- etc/profile-m-z/wget.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile-m-z/wget.profile b/etc/profile-m-z/wget.profile index dacfd739e23..9ec87ff79de 100644 --- a/etc/profile-m-z/wget.profile +++ b/etc/profile-m-z/wget.profile @@ -10,6 +10,7 @@ include globals.local noblacklist ${HOME}/.netrc noblacklist ${HOME}/.wget-hsts noblacklist ${HOME}/.wgetrc +noblacklist ${HOME}/.local/share/wget # If you use nvm, add the below lines to your wget.local #ignore read-only ${HOME}/.nvm