]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
define Reply::pkeyGet()
[quix0rs-gnu-social.git] / lib / default.php
index 938716b3a4361cda496a94946eae67fa8ef444e0..a1f1ed6d8ff79d5cd51c81ea0b8d30a04e18d9e4 100644 (file)
@@ -288,7 +288,7 @@ $default =
               'gc_limit' => 1000), // max sessions to expire at a time
         'notice' =>
         array('contentlimit' => null,
-              'defaultscope' => 0), // set to 0 for default open
+              'defaultscope' => null), // null means 1 if site/private, 0 otherwise
         'message' =>
         array('contentlimit' => null),
         'location' =>
@@ -349,4 +349,6 @@ $default =
               ),
         'router' =>
         array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
+        'discovery' =>
+        array('cors' => false) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
     );