summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-05 11:04:47 -0400
committerEvan Prodromou <evan@status.net>2010-04-05 11:04:47 -0400
commit0b30230b5ad482b9510775510f77dbbc62970150 (patch)
tree222e2466b96369fd687b7fce581df36f28da905d /lib/default.php
parentd4940fe148002bfd6619bcbef95763395bb6d9cc (diff)
parent2882e40540b6ca0aaeb7b9e1841622cf0442ae3d (diff)
Merge branch 'nofollow'
Diffstat (limited to 'lib/default.php')
-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),
);