Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

celenityy
Copy link
Contributor

@celenityy celenityy commented Nov 11, 2024

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.

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.
Copy link
Collaborator

@rusty-snake rusty-snake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distributions started to replace wget with wget2 (I.e. wget and wget2 are the same binary where one of them is a symlink to the other).

We should reorganize our profile for this fact.

Can you also add .config/wget and remove the then doubled noblacklists from wget2.profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants