Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-11 | Guard against error extracting `body` from URL (#20428) | Emily Strickland | |
If `Nokogiri::HTML(value).at_xpath('//body')` fails to find the `body` element, it will return `nil`. We can guard against that with an early return. Avoids calling `children` on `Nilclass` in those cases. | |||
2022-11-10 | Change verification to only work for https links (#20304) | Eugen Rochko | |
Fix #20242 | |||
2022-11-10 | Change link verification to ignore IDN domains (#20295) | Eugen Rochko | |
Fix #3833 | |||
2022-11-09 | Fix being able to spoof link verification (#20217) | Eugen Rochko | |
- Change verification to happen in `default` queue - Change verification worker to only be queued if there's something to do - Add `link` tags from metadata fields to page header of profiles |