9.15. mollom.listBlacklistURL
mollom.listBlacklistURL |
|||
| Required | Name | Type | Description |
| required | public_key |
string | Site public key |
| required | time |
string | Site server time in this format: yyyy-MM-dd'T'HH:mm:ss-.SSSZ |
| required | hash |
string | HMAC-SHA1 digest |
| required | nonce |
string | One time nonce |
| returns | array | The list of current custom blacklist of URLs | |
Mollom automatically maintains whitelists and blacklists based on statistical analysis, reputation models and feedback sent by users. However, as a Mollom end-user, you may provide custom URL blacklists using the Mollom Blacklist API. Mollom will store the blacklisted URL on the server-side, and will use the lists in mollom.checkContent() calls (that is, mollom.checkContent will return a result based on whether text passed to it contains one of the blacklisted URLs).
The mollom.listBlacklistURL call provides a way to retrieve your site's current custom blacklist.
Note that method names are case-sensitive; you should use "URL" instead of "Url" or "url".