Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information