add rel='nofollow' to external links

This commit is contained in:
Evan Prodromou
2010-10-18 11:05:03 -04:00
parent 505ac6eba0
commit 90a53f6cde
2 changed files with 14 additions and 3 deletions

View File

@@ -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.)