profiles: wget: allow ~/.local/share/wget (#6542)

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.
This commit is contained in:
celenityy 2024-11-24 13:25:26 -05:00 committed by GitHub
parent 5804bb69a7
commit 66a281875a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -9,7 +9,6 @@ include wget2.local
#include globals.local
noblacklist ${HOME}/.config/wget
noblacklist ${HOME}/.local/share/wget
ignore noblacklist ${HOME}/.wgetrc
private-bin wget2