diff options
author | Evan Prodromou <evan@status.net> | 2010-04-07 10:47:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-04-07 10:47:29 -0400 |
commit | 727ea5a5163249eb40fa0c4b2c63054fc997473b (patch) | |
tree | e7c412d8d858d7d7dba60ea15fb62e6ac83ef1fc /lib/default.php | |
parent | 439fd589eb256e7ee48796ee7c880536325fa2cb (diff) | |
parent | ecf32880254666860335d4fe2a96909cd592d3e8 (diff) |
Merge branch '0.9.x' into 1.0.x
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 7f9cd7eac..c98f179ae 100644 --- a/lib/default.php +++ b/lib/default.php @@ -300,4 +300,8 @@ $default = ), 'api' => array('realm' => null), + 'nofollow' => + array('subscribers' => true, + 'members' => true, + 'peopletag' => true), ); |