Skip to content

Commit

Permalink
profiles: wget: allow ~/.local/share/wget
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
celenityy authored Nov 11, 2024
1 parent d01e177 commit ffd7727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/profile-m-z/wget.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffd7727

Please sign in to comment.