mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
5804bb69a7
commit
66a281875a
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue