Modify ↓
#11255 closed defect (fixed)
recaptcha does not work in Chrome on HTTPS Trac installation
| Reported by: | anonymous | Owned by: | Dirk Stöcker |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | plugin/spamfilter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The protocol for the script/iframe URL for recaptchas is hardcoded to http. Chrome as of version 21 blocks mixed mode content completely. The URLs (and any others) should be changed to be protocol-relative (i.e. delete the http:) to enable recaptcha on secure Trac installations.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



In [12473] - Use https for reCaptcha always.