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:

    Failed to read HSTS data
    Failed to read HPKP data
    Failed to write HSTS file

This fixes it.
  • Loading branch information
celenityy authored and kmk3 committed Nov 19, 2024
1 parent d01e177 commit 7b9c842
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 @@ -7,6 +7,7 @@ include wget.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.local/share/wget
noblacklist ${HOME}/.netrc
noblacklist ${HOME}/.wget-hsts
noblacklist ${HOME}/.wgetrc
Expand Down

0 comments on commit 7b9c842

Please sign in to comment.