Use follow-redirects to ensure we follow redirects during Actor lookup et al.
This commit is contained in:
parent
beb28c9696
commit
821d6cef70
|
@ -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');
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue