9.14. mollom.removeBlacklistURL
mollom.removeBlacklistURL |
|||
| 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 |
| required | url |
string | A URL to be removed from your site's custom URL blacklist. |
| returns | boolean | Always returns "true" |
|
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.removeBlacklistURL call provides a way to delete previously stored custom URLs from your site's custom blacklist.
Note that method names are case-sensitive; you should use "URL" instead of "Url" or "url".
