diff options
author | kokomo123 <70863536+kokomo123@users.noreply.github.com> | 2021-06-06 12:23:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 12:23:08 +0000 |
commit | aeb14083d3b9be7e93d79d534a2209b4cfda2d61 (patch) | |
tree | 649801cf4b78d8b09f4ef2ebd6ec4050c4328564 /Makefile | |
parent | Add Libreddit (#2540) (diff) | |
download | awesome-selfhosted-aeb14083d3b9be7e93d79d534a2209b4cfda2d61.tar.gz awesome-selfhosted-aeb14083d3b9be7e93d79d534a2209b4cfda2d61.zip |
Add Nitter to Social Networks (#2530)
+ Makefile/awesome_bot: ignore SSL warning on nitter.net (unable to get local issuer certificate)
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 flaskbb.org,nitter.net,airsonic.github.io/docs/apps all: check_all |