diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 13:13:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 13:13:15 +0900 |
| commit | 2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc (patch) | |
| tree | 75b5a5219a1e58e558fd39cadc4a176a71a6248e /src/remote | |
| parent | Better design (diff) | |
| download | sharkey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.tar.gz sharkey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.tar.bz2 sharkey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.zip | |
Resolve #2894
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/activitypub/resolver.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote/activitypub/resolver.ts b/src/remote/activitypub/resolver.ts index ff26971758..8ec0d125a0 100644 --- a/src/remote/activitypub/resolver.ts +++ b/src/remote/activitypub/resolver.ts @@ -51,6 +51,7 @@ export default class Resolver { const object = await request({ url: value, + proxy: config.proxy, timeout: this.timeout, headers: { 'User-Agent': config.user_agent, |