Skip to content

proposal: alternative ReCaptcha  #366

Closed
@Equim-chan

Description

@Equim-chan

Since nearly the whole Google is blocked in China, https://www.google.com/recaptcha is not an exception. However, recaptcha.net is offical and accessible from China. Just change

https://www.google.com/recaptcha/api.js?render=explicit

to

https://recaptcha.net/recaptcha/api.js?render=explicit

in front end, and

https://www.google.com/recaptcha/api/siteverify

to

https://recaptcha.net/recaptcha/api/siteverify

in back end, and it should work as expected.

We may add an option, alternative_recaptcha in Caddy plugin, --alternative-recaptcha in CLI, to switch to recaptcha.net from www.google.com as host in both recaptcha handling (backend) and serving (frontend).

Activity

self-assigned this
on Feb 26, 2018
added a commit that references this issue on May 11, 2019
0cff87b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @Equim-chan

      Issue actions

        proposal: alternative ReCaptcha · Issue #366 · filebrowser/filebrowser