Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
use ssl recaptcha url (bug 759603)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed May 30, 2012
1 parent 8b07c86 commit e6e6426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ def read_only_mode(env):
RECAPTCHA_PRIVATE_KEY = ''
RECAPTCHA_URL = ('https://www.google.com/recaptcha/api/challenge?k=%s' %
RECAPTCHA_PUBLIC_KEY)
RECAPTCHA_AJAX_URL = 'http://www.google.com/recaptcha/api/js/recaptcha_ajax.js'
RECAPTCHA_AJAX_URL = 'https://www.google.com/recaptcha/api/js/recaptcha_ajax.js'

# Send Django signals asynchronously on a background thread.
ASYNC_SIGNALS = True
Expand Down

0 comments on commit e6e6426

Please sign in to comment.