summary refs log tree commit diff
path: root/synapse/static/client
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2019-02-25 19:15:36 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-02-25 11:15:36 -0800
commit70ea2f4e1df41458532c7964f4f707e04810e619 (patch)
tree83dea8691f041c13a6fa29a1cd8a45480449aab5 /synapse/static/client
parentMerge pull request #4737 from matrix-org/erikj/failure_log_tb (diff)
downloadsynapse-70ea2f4e1df41458532c7964f4f707e04810e619.tar.xz
switch from google.com to recaptcha.net for reCAPTCHA (#4731)
* add trivial clarification about jemalloc

* switch from google.com to recaptcha.net

because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
Diffstat (limited to 'synapse/static/client')
-rw-r--r--synapse/static/client/register/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/static/client/register/index.html b/synapse/static/client/register/index.html
index 886f2edd1f..6edc4deb03 100644
--- a/synapse/static/client/register/index.html
+++ b/synapse/static/client/register/index.html
@@ -4,7 +4,7 @@
 <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0'> 
 <link rel="stylesheet" href="style.css">
 <script src="js/jquery-2.1.3.min.js"></script>
-<script src="https://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
+<script src="https://www.recaptcha.net/recaptcha/api/js/recaptcha_ajax.js"></script>
 <script src="register_config.js"></script>
 <script src="js/register.js"></script>
 </head>