summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-05 10:24:22 -0400
committerEvan Prodromou <evan@status.net>2010-04-05 10:24:22 -0400
commita313aeab9cddabc2fd02dfbe98a7aa83653260da (patch)
treee7656fc653b2b0aca6c4500287b50d77ea10c76b /lib
parent7fb8d0c4715c7c5b9d7e7b45ba749ffc03c12fe4 (diff)
lib/default.php has nofollow group
Diffstat (limited to 'lib')
-rw-r--r--lib/default.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index 10f3f1a97..ffeab70b3 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -296,4 +296,8 @@ $default =
),
'api' =>
array('realm' => null),
+ 'nofollow' =>
+ array('subscribers' => true,
+ 'members' => true,
+ 'peopletag' => true),
);