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

Update URLs to use fallback recaptcha.net instead of google.com #245

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (grunt) {
banner: '/**\n' +
' * @license <%= pkg.name %> build:<%= grunt.template.today("yyyy-mm-dd") %>\n' +
' * <%= pkg.homepage %>\n' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> VividCortex\n' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> OpenGovSG\n' +
'**/\n\n'
},
concat: {
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
AngularJS reCaptcha
AngularJS reCaptcha fallback
===================

[![Build Status](https://travis-ci.org/VividCortex/angular-recaptcha.svg?branch=master)](https://travis-ci.org/VividCortex/angular-recaptcha)
[![Coverage Status](https://coveralls.io/repos/VividCortex/angular-recaptcha/badge.svg?branch=master)](https://coveralls.io/r/VividCortex/angular-recaptcha?branch=master)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/angular-recaptcha/badge?style=rounded)](https://www.jsdelivr.com/package/npm/angular-recaptcha)
![image](https://img.shields.io/npm/dm/angular-recaptcha.svg)
Rationale
---------

This helps your AngularJS app with reCaptcha work in countries where www.google.com is blocked.

[![Build Status](https://travis-ci.org/opengovsg/angular-recaptcha.svg?branch=master)](https://travis-ci.org/opengovsg/angular-recaptcha)
![image](https://img.shields.io/npm/dm/angular-recaptcha-fallback.svg)

Add a [reCaptcha](https://www.google.com/recaptcha/intro/index.html) to your [AngularJS](angularjs.org) project.

Expand Down
Loading