diff --git a/reddit.lua b/reddit.lua index f317c81..c1cfcc2 100644 --- a/reddit.lua +++ b/reddit.lua @@ -123,6 +123,7 @@ allowed = function(url, parenturl) or string.match(url, "/%?context=1$") or string.match(url, '/"$') or string.match(url, "^https?://[^/]+/message/compose") + or string.match(url, "www%.reddit%.com/avatar[/]?$") or ( string.match(url, "^https?://gateway%.reddit%.com/") and not string.match(url, "/morecomments/")