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

BackingImage does not download URL correctly in some situation #182

Merged
merged 1 commit into from
Feb 21, 2024

Commits on Feb 16, 2024

  1. BackingImage does not download URL correctly in some situation

    Remove the `Referer` header that is automatically added by the http client. Without this header it is possible to download files that are redirected several times. This mimics the behaviour of `curl` and `wget` which do not submit the `Referer` header by default.
    
    Signed-off-by: Volker Theile <vtheile@suse.com>
    votdev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e5a5c24 View commit details
    Browse the repository at this point in the history