Merge pull request #246647 from tnichols217/master

davinci-resolve: remove host header restrictions for blob download
This commit is contained in:
Nick Cao 2023-08-01 18:40:26 -06:00 committed by GitHub
commit 81f896c398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" \