https://bugzilla.wikimedia.org/show_bug.cgi?id=40631

       Web browser: ---
             Bug #: 40631
           Summary: Asirra link hardcoded as http, caused mixed content
                    warnings when used over https
           Product: MediaWiki extensions
           Version: master
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: ConfirmEdit (CAPTCHA extension)
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


The link to the Asirra clientscript is hardcoded as http://.  This causes mixed
content warnings in internet explorer when viewed over a secure https://
connection and the CAPTCHA does not display.  This can be fixed by modifying
line 8 of Asirra.class.php from this:

public $asirra_clientscript =
'http://challenge.asirra.com/js/AsirraClientSide.js';

to this:

public $asirra_clientscript = '//challenge.asirra.com/js/AsirraClientSide.js';

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to