Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to customize RECAPTCHA_VERIFY_SERVER and RECAPTCHA_SCRIPT #342

Closed
wants to merge 1 commit into from

Conversation

overcat
Copy link

@overcat overcat commented Jun 27, 2018

The default recaptcha server is blocked in China, so I hope flask-wtf can support a custom server.

Thank you.

@codecov-io
Copy link

codecov-io commented Jun 27, 2018

Codecov Report

Merging #342 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #342      +/-   ##
==========================================
+ Coverage   99.67%   99.67%   +<.01%     
==========================================
  Files          18       18              
  Lines         911      912       +1     
  Branches       74       74              
==========================================
+ Hits          908      909       +1     
  Misses          3        3
Impacted Files Coverage Δ
flask_wtf/recaptcha/validators.py 100% <100%> (ø) ⬆️
flask_wtf/recaptcha/widgets.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 534e173...4c7ec02. Read the comment docs.

@BigBorg
Copy link

BigBorg commented Oct 15, 2019

Great feature, I've been doing the same thing on my own fork.

@azmeuk
Copy link
Member

azmeuk commented Nov 7, 2021

Fixed by #425

@azmeuk azmeuk closed this Nov 7, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants