Ticket #1526 (closed defect: fixed)
getLinks() in class.dc.filter.iplookup.php does not extract https links
Reported by: | pascalc | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.5.3 |
Component: | module:plugins | Version: | 2.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
see:
Only http links are extracted, I don't think many spammers use https site but it doesn't hurt to extract them too. I have a patch that allows that, largely simplifies the method and is also slightly faster as I do it in one pass with no loop.
Note: See
TracTickets for help on using
tickets.