diff options
author | Andrej Shadura <andrew.shadura@collabora.co.uk> | 2018-08-10 13:22:39 +0200 |
---|---|---|
committer | Andrej Shadura <andrew.shadura@collabora.co.uk> | 2018-08-10 13:36:14 +0200 |
commit | c75b71a397d91c013a65a7f57d2c13199cf4c204 (patch) | |
tree | dc5981b1d8a1c776dcdf8aede17d1bdb2ea8b815 /changelog.d | |
parent | 0.33.2 changelog (diff) | |
download | synapse-c75b71a397d91c013a65a7f57d2c13199cf4c204.tar.xz |
Use recaptcha_ajax.js directly from Google
The script recaptcha_ajax.js contains minified non-free code which we probably cannot redistribute. Since it talks to Google servers anyway, it is better to just download it from Google directly instead of shipping it. This fixes #1932.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/1932.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1932.bugfix b/changelog.d/1932.bugfix new file mode 100644 index 0000000000..caa551627b --- /dev/null +++ b/changelog.d/1932.bugfix @@ -0,0 +1 @@ +Don’t ship recaptcha_ajax.js, use it directly from Google |