Modify ↓
      
Opened 6 years ago
Closed 6 years ago
#13184 closed defect (fixed)
plugin/spamfilter: KeyCaptcha not loading in strict https browser setup
| Reported by: | Owned by: | Dirk Stöcker | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | plugin/spamfilter | Version: | 1.3dev | 
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | 
           Fixed protocol in URL for KeyCaptcha script.  | 
      ||
| API Changes: | |||
| Internal Changes: | |||
Description
KeyCaptcha does not load in strict https browser setups. Since http is hard-coded inside the plugin. Making it protocol independent will fix the issue.
Blocked loading mixed active content "http://backs.keycaptcha.com/swfs/cap.js" captcha Blocked loading mixed active content "http://backs.keycaptcha.com/swfs/cap.js" captcha Loading failed for the <script> with source “http://backs.keycaptcha.com/swfs/cap.js”. captcha:87:1
Fix attached
Attachments (1)
Change History (2)
by , 6 years ago
| Attachment: | keycaptcha-fix-mixed-content-warning.patch added | 
|---|
comment:1 by , 6 years ago
| Release Notes: | modified (diff) | 
|---|---|
| Resolution: | → fixed | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
The script is served over HTTPS, so I changed the URL to HTTPS. Committed in r17013, merged in r17014, r17015.