mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #986] Allow to override user agent with CURL_OPTS #982
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/986
Author: @raphaelm
Created: 12/11/2025
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
4223674Allow to override user agent with CURL_OPTS📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
dehydrated(+3 -3)📄 Description
Apparently, there is at least one CA out there where the WAF blocks requests using "dehydrated" in the User-Agent. I could try to bypass this with setting a different user-agent in CURL_OPTS, if the evaluation order was different, since curl man page states:
Context:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.