diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-07-21 18:11:53 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-07-26 19:29:16 -0500 |
commit | f01fce7f4683e06e83d3f91d38ca5b749e27e7ec (patch) | |
tree | 4e43e365de7cc27cc7c22458fa0a8d079e35add6 /doc/integration | |
parent | 8f04cf0eadbcde7fc5d1c970741e30ca8b97967d (diff) | |
download | gitlab-ce-f01fce7f4683e06e83d3f91d38ca5b749e27e7ec.tar.gz |
Refactor spam validation to a concern that can be easily reused and improve legibility in `SpamCheckService`akismet-ui-check
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/akismet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/akismet.md b/doc/integration/akismet.md index 99a28b493c9..c222d21612f 100644 --- a/doc/integration/akismet.md +++ b/doc/integration/akismet.md @@ -1,6 +1,6 @@ # Akismet -> *Note:* Before 8.10 only issues submitted via the API and for non-project +> *Note:* Before 8.11 only issues submitted via the API and for non-project members were submitted to Akismet. GitLab leverages [Akismet](http://akismet.com) to protect against spam. Currently |