mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
b60b57cddd
This is required for people using apps with custom protocols. We still verify the entire URL (including protocol) against the site setting value. Refactored wildcard_url_checker so that it always returns a boolean, rather than sometimes returning a regex match.