mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
tool_operate: set HSTS with CURLOPT_HSTS to pass on filename
Closes #6175
This commit is contained in:
parent
6ee57c8bdd
commit
f7e72f4d5c
@ -2073,7 +2073,7 @@ static CURLcode single_transfer(struct GlobalConfig *global,
|
||||
my_setopt_str(curl, CURLOPT_ALTSVC, config->altsvc);
|
||||
|
||||
if(config->hsts)
|
||||
my_setopt_bitmask(curl, CURLOPT_HSTS_CTRL, CURLHSTS_ENABLE);
|
||||
my_setopt_str(curl, CURLOPT_HSTS, config->hsts);
|
||||
|
||||
#ifdef USE_METALINK
|
||||
if(!metalink && config->use_metalink) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user