]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
better calculation for end date in notice sitemaps
[quix0rs-gnu-social.git] / lib / default.php
index f22d8b24a90af5959d4481f1533ac409cb1e5735..ffeab70b3a6626eda08b1c2051a9ded122ad43da 100644 (file)
@@ -294,4 +294,10 @@ $default =
         array('crawldelay' => 0,
               'disallow' => array('main', 'settings', 'admin', 'search', 'message')
               ),
+        'api' =>
+        array('realm' => null),
+        'nofollow' =>
+        array('subscribers' => true,
+              'members' => true,
+              'peopletag' => true),
         );