Use follow-redirects to ensure we follow redirects during Actor lookup et al.

This commit is contained in:
Bryan Ashby 2023-04-20 20:41:46 -06:00
parent beb28c9696
commit 821d6cef70
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
4 changed files with 1403 additions and 203 deletions

View File

@ -2,7 +2,7 @@ const { Errors } = require('./enig_error.js');
// deps
const { isString, isObject, truncate } = require('lodash');
const https = require('https');
const { https } = require('follow-redirects');
const httpSignature = require('http-signature');
const crypto = require('crypto');

1201
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,7 @@
"deepdash": "^5.3.9",
"easy-table": "^1.2.0",
"exiftool": "^0.0.3",
"follow-redirects": "^1.15.2",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"graceful-fs": "^4.2.10",

402
yarn.lock

File diff suppressed because it is too large Load Diff