-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ReCaptcha: Allow for custom URL #3921
Labels
Type: New Feature
Issue contains a new feature or new component request
Milestone
Comments
harsha-bulusu
added
Status: Discussion
Issue or pull request needs to be discussed by Core Team
Type: New Feature
Issue contains a new feature or new component request
labels
Jan 6, 2023
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jan 6, 2023
melloware
removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Status: Discussion
Issue or pull request needs to be discussed by Core Team
labels
Jan 6, 2023
So just to be clear you need to change this value correct? script.src = 'https://www.google.com/recaptcha/api.js?render=explicit'; |
Please check out my PR. |
yes can you please help us to change the value of script.src
…On Fri, 6 Jan 2023 at 19:28, Melloware ***@***.***> wrote:
Please check out my PR.
—
Reply to this email directly, view it on GitHub
<#3921 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZA45NTEOKPMVJHY4D3LGTWRAQIBANCNFSM6AAAAAATS7LAMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
melloware
added a commit
that referenced
this issue
Jan 6, 2023
Fixed for 8.7.4 |
Thanks for adding this feature to your next release can I please know when
V8.7.4 is going to be released and meanwhile can you please suggest us any
temporary solution if possible
…On Fri, 6 Jan 2023 at 20:12, Melloware ***@***.***> wrote:
Fixed for 8.7.4
—
Reply to this email directly, view it on GitHub
<#3921 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZA45KKSSGTUBVD7G2QBU3WRAVM3ANCNFSM6AAAAAATS7LAMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i don't have a temporary solution for you, you might have to wait until 8.7.4 is released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you would like to see added
A feature to use a custom URL for the ReCaptcha component can help using ReCaptcha component where Google services are restricted
Is your feature request related to a problem?
Our application when being used by countries like China is unable to use the ReCaptcha component as the ReCaptcha component uses Google Recaptcha and the country restricts usage of Google services
Describe the solution you'd like
const addRecaptchaScript = () => {
recaptchaScript.current = null;
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: