Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Use recaptcha.net where google is not available. #234

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2018

  1. Update service.js

    mihaisavezi authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    dedc166 View commit details
    Browse the repository at this point in the history
  2. add feature to use recaptcha globally

    According to "https://developers.google.com/recaptcha/docs/faq"
    
    "Can I use reCAPTCHA globally?
    Yes, please use "www.recaptcha.net" in your code in circumstances when "www.google.com" is not accessible.
    
    First, replace <script src="https://www.google.com/recaptcha/api.js" async defer></script> with <script src="https://www.recaptcha.net/recaptcha/api.js" async defer></script>
    After that, apply the same to everywhere else that uses "www.google.com/recaptcha/" on your site."
    mihaisavezi authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    8a0f92f View commit details
    Browse the repository at this point in the history
  3. Update service.js

    mihaisavezi authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    1b99dad View commit details
    Browse the repository at this point in the history