davinci-resolve: remove host header restrictions for blob download

This commit is contained in:
tnichols217 2023-08-02 05:15:19 +08:00
parent 48a8ef355b
commit 9bca13980f

View file

@ -99,7 +99,6 @@ let
curl \
--retry 3 --retry-delay 3 \
--header "Host: sw.cloud.blackmagicdesign.com" \
--header "Upgrade-Insecure-Requests: 1" \
--header "$USERAGENT" \
--header "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" \