Project

General

Profile

Actions

Task #2347

closed

ask.libreoffice.org should query recaptcha/api.js with the instance's language

Added by Guilhem Moulin over 6 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

(Or just use hl=en.) Right now the reCAPTCHA API is queried with an inconsistent hl parameter:

$ curl -sS 'https://ask.libreoffice.org/en/account/signup/?login_provider=local' | grep -F 'https://www.google.com/recaptcha/api.js'
        > </div> <script src='https://www.google.com/recaptcha/api.js?hl=en'></script> <script type="text/javascript">

Then a few seconds later:

$ curl -sS 'https://ask.libreoffice.org/en/account/signup/?login_provider=local' | grep -F 'https://www.google.com/recaptcha/api.js'
        > </div> <script src='https://www.google.com/recaptcha/api.js?hl=pt'></script> <script type="text/javascript">

Actions #1

Updated by Cor Nouws about 6 years ago

From what I hear, problems with captcha's still exist

Actions #2

Updated by Florian Effenberger about 5 years ago

Poked Evgeny again, who will have a look

Actions #3

Updated by Florian Effenberger about 5 years ago

This seems fixed now from what I read on the website@ list. Can you confirm?

Actions #4

Updated by Evgeny Fadeev almost 4 years ago

This was fixed some time ago. Can be closed.

Actions #5

Updated by Florian Effenberger almost 4 years ago

  • Status changed from New to Closed

Thanks!

Actions

Also available in: Atom PDF