diff options
author | Evan Prodromou <evan@status.net> | 2010-10-18 11:29:52 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-18 11:29:52 -0400 |
commit | 7c05b0dafc609e978040e5612f6f6a86b0bb6420 (patch) | |
tree | bdf880a247ce8ca86f648a878e3f90cfe160c010 /lib/default.php | |
parent | 505ac6eba0e671e8823b5102de3caa0e0040c2cf (diff) |
options to nofollow external links in notices
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index fb032930b..375088130 100644 --- a/lib/default.php +++ b/lib/default.php @@ -317,7 +317,8 @@ $default = 'nofollow' => array('subscribers' => true, 'members' => true, - 'peopletag' => true), + 'peopletag' => true, + 'external' => 'always'), // Options: 'sometimes', 'never', default = 'always' '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.) |