summary refs log tree commit diff
path: root/changelog.d/1932.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use recaptcha_ajax.js directly from GoogleAndrej Shadura2018-08-101-0/+1
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.