X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=a1f1ed6d8ff79d5cd51c81ea0b8d30a04e18d9e4;hb=14fe22e4307044f2eb08264a7b83f9c2de245dba;hp=938716b3a4361cda496a94946eae67fa8ef444e0;hpb=8b47400183052873b012dacf4eb5ba841914a886;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 938716b3a4..a1f1ed6d8f 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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.) );