Remove admin_email. Use repos url for captcha ID and reddit header. Add note about not updating changelog

This commit is contained in:
HackerNCoder
2021-01-07 21:09:24 +01:00
parent 4d512d908d
commit 606dd11b4f
4 changed files with 4 additions and 3 deletions

View File

@@ -427,7 +427,7 @@ def generate_captcha(key, db)
end
def generate_text_captcha(key, db)
response = make_client(TEXTCAPTCHA_URL, &.get("/FIXME.json").body)
response = make_client(TEXTCAPTCHA_URL, &.get("/github.com/iv.org/invidious.json").body)
response = JSON.parse(response)
tokens = response["a"].as_a.map do |answer|