crawler: ignore ssl via env var

This commit is contained in:
2020-10-03 19:57:08 +02:00
parent 8abd951d40
commit bd0bca69fc
2 changed files with 6 additions and 4 deletions

View File

@@ -345,6 +345,7 @@ Generic:
- `DEBUG=1`: to have some feedback from the script
execution. Useful for debugging.
- `IGNORE_SSL=1`: to ignore SSL certs when fetch feeds and articles
- `DELAY` sets the browser cache delay, only for HTTP clients
- `TIMEOUT` sets the HTTP timeout when fetching rss feeds and articles