mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-22 08:48:07 +02:00
Makefile/awesome_bot: ignore SSL warning on nitter.net
1. [L2] https://nitter.net SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
This commit is contained in:
parent
9b0c3e6779
commit
5578b54bb9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
SHELL = /bin/bash
|
||||
AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org"
|
||||
AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org,nitter.net"
|
||||
|
||||
all: check_all
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue