Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-13 | Test blank account field verifiability (#20458) | Emily Strickland | |
* Test blank account field verifiability This change tests the need for #20428, which ensures that we guard against a situation in which `at_xpath` returns `nil`. * Test verifiability of blank fields for remote account profiles This adds a counterpart test for remote account profiles' fields' verifiability when those fields are blank. I previously added the same test for local accounts. | |||
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 |