Files
danbooru/test/unit
evazion 56f47c60e1 posts: fix exception when viewing post with source Blog..
Fix a PublicSuffix::DomainNotAllowed exception raised with viewing or editing a post
with a source like `Blog.`.

This happened when parsing the post's source. `Danbooru::URL.parse("Blog.")` would
heuristically parse the source into `http://blog`. Calling any methods related to the
URL's hostname or domain would lead to calling `PublicSuffix.parse("blog")`, which
would fail with PublicSuffix::DomainNotAllowed.
2022-03-21 03:24:50 -05:00
..
2022-03-15 05:14:56 -05:00
2020-03-21 21:07:35 -05:00
2022-03-18 02:06:30 -05:00
2020-06-20 00:20:39 -05:00
2022-01-15 22:02:47 -06:00
2021-01-11 05:12:09 -06:00
2021-12-09 13:20:26 -06:00