diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-05 10:42:41 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-05 10:42:41 -0700 |
commit | b71f276ed5420bc17262fe7981617ce6e27839c4 (patch) | |
tree | 104c6fe37665d434635e3970c151aca52612efc7 /lib/default.php | |
parent | f2b60b78b6096447a8aadc3d5075bb916f89880a (diff) | |
parent | 2a489018b11838280ef0c74f6727d5b9c0c10a0f (diff) |
Merge branch 'master' into testing
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index 7d9a37174..fa4ece10a 100644 --- a/lib/default.php +++ b/lib/default.php @@ -299,4 +299,8 @@ $default = ), 'api' => array('realm' => null), + 'nofollow' => + array('subscribers' => true, + 'members' => true, + 'peopletag' => true), ); |