summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-10-18 11:41:18 -0400
committerEvan Prodromou <evan@status.net>2010-10-18 11:41:18 -0400
commit47ac8458ca4891020ce5667718b5cad0fa485756 (patch)
tree9f9ad189bdcee054411cee322c25a5f2959264b7 /lib/default.php
parent7c05b0dafc609e978040e5612f6f6a86b0bb6420 (diff)
default for nofollow external is sometimes
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index 375088130..a19453fce 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -318,7 +318,7 @@ $default =
array('subscribers' => true,
'members' => true,
'peopletag' => true,
- 'external' => 'always'), // Options: 'sometimes', 'never', default = 'always'
+ 'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes'
'http' => // HTTP client settings when contacting other sites
array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)