Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GlennBergmans/no-captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennBergmans committed Aug 23, 2019
2 parents 2f3e54a + cc34237 commit 7907951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NoCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class NoCaptcha
{
const CLIENT_API = 'https://www.google.com/recaptcha/api.js';
const VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
const CLIENT_API = 'https://www.recaptcha.net/recaptcha/api.js';
const VERIFY_URL = 'https://www.recaptcha.net/recaptcha/api/siteverify';

/**
* The recaptcha secret key.
Expand Down

0 comments on commit 7907951

Please sign in to comment.