]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Document `image` flag in url:get_flags() 3115/head
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Wed, 23 Oct 2019 13:03:41 +0000 (14:03 +0100)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Wed, 23 Oct 2019 15:18:28 +0000 (16:18 +0100)
src/lua/lua_url.c

index 1531a1c662cc114e7d43bb9658c4faeefff7f448..cc76f06e80b87150e91176e313f3f702f737ef91 100644 (file)
@@ -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 { \