From: Anton Yuzhaninov Date: Wed, 23 Oct 2019 13:03:41 +0000 (+0100) Subject: [Minor] Document `image` flag in url:get_flags() X-Git-Tag: 2.1~32^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F3115%2Fhead;p=rspamd.git [Minor] Document `image` flag in url:get_flags() --- diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c index 1531a1c66..cc76f06e8 100644 --- a/src/lua/lua_url.c +++ b/src/lua/lua_url.c @@ -849,6 +849,7 @@ lua_url_all (lua_State *L) * - `unnormalised`: URL has some unicode unnormalities * - `zw_spaces`: URL has some zero width spaces * - `url_displayed`: URL has some other url-like string in visible part + * - `image`: URL is from src attribute of img HTML tag * @return {table} URL flags */ #define PUSH_FLAG(fl, name) do { \