toaster update :3
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
This commit is contained in:
@@ -23,7 +23,7 @@ def verify_captcha(token: str) -> bool:
|
||||
|
||||
try:
|
||||
response = requests.post(
|
||||
env('CAP_VERIFY_URL', default='https://<instance_url>/<key_id>/siteverify'),
|
||||
f"https://cap.alfieking.dev/{env('CAP_KEY', default='')}/siteverify",
|
||||
json={
|
||||
'secret': env('CAP_SECRET', default=''),
|
||||
'response': token,
|
||||
|
Reference in New Issue
Block a user