From d758c117843dec04b061263095baeea7697b05a4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 22 Jun 2008 14:04:37 -0400 Subject: disallow nicknames on a blacklist darcs-hash:20080622180437-34904-4b6313f6fd8845232031663c5c2df00dff725183.gz --- config.php.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index bfd1da8ce..8253bdeed 100644 --- a/config.php.sample +++ b/config.php.sample @@ -33,3 +33,6 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #session_set_cookie_params(0, '/'. $config['site']['path'] .'/'); +#Standard fancy-url clashes prevented by not allowing nicknames on a blacklist +#Add your own here. Note: empty array by default +#$config['nickname']['blacklist'][] = 'scobleizer'; -- cgit v1.2.3-54-g00ecf