Add scraper proxy support (#1674)

* Add scraper proxy support
* review: doc updates
This commit is contained in:
Cristian Dean
2018-06-04 13:43:00 -06:00
committed by Wyatt Johnson
parent 18d58e4ea8
commit 6c73e5b818
5 changed files with 37 additions and 2 deletions
@@ -568,3 +568,7 @@ A JSON string representing the configuration passed to the
[fetch](https://www.npmjs.com/package/node-fetch) call for the scraper. It
can be used to set an authorization header, or change the user agent. (Default
`{}`)
## TALK_SCRAPER_PROXY_URL
Sets a specific HTTP/S proxy to be used by the Asset Scraper using [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent). (Default `null`)