diff options
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), ); |