diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 87fd73d0f..bdb6b793e 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -806,7 +806,7 @@ def normalize_url(url): fragment=parsed_url.fragment) url = urlunparse(new_url) - if domain != 'ar15.com': + if domain not in {'ar15.com','urlebird.com'}: url = url.rstrip('/') url = imgur_regex.sub(r'\1_d.webp?maxwidth=9999&fidelity=grand', url)