X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=bb68e1e5a499721be930fb2d971bfb416d61ae03;hb=abd90bbdf562614755802885dfb5673645df8575;hp=0e6ad7b9fd53bd94adaef93a3b90e87107068e9e;hpb=46a41f48cad4d08e6f3d0d02bc1874e1130d59c0;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 0e6ad7b9fd..bb68e1e5a4 100644 --- a/lib/default.php +++ b/lib/default.php @@ -132,7 +132,7 @@ $default = 'delete' => false, 'move' => true), 'image' => - array('jpegquality' => 85), + array('jpegquality' => 95), 'avatar' => array('server' => null, 'dir' => INSTALLDIR . '/avatar/', @@ -181,7 +181,7 @@ $default = array('dropoff' => 864000.0, # controls weighting based on age 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days 'daemon' => - array('piddir' => '/var/run', + array('piddir' => sys_get_temp_dir(), 'user' => false, 'group' => false), 'emailpost' => @@ -285,6 +285,11 @@ $default = array('handle' => false, // whether to handle sessions ourselves 'debug' => false, // debugging output for sessions 'gc_limit' => 1000), // max sessions to expire at a time + 'htmlfilter' => array( // purify HTML through htmLawed + 'img' => true, + 'video' => true, + 'audio' => true, + ), 'notice' => array('contentlimit' => null, 'defaultscope' => null, // null means 1 if site/private, 0 otherwise @@ -298,9 +303,11 @@ $default = array('disabled' => true), 'plugins' => array('core' => array( + 'ActivityVerb' => array(), 'AuthCrypt' => array(), 'Cronish' => array(), 'Favorite' => array(), + 'Share' => array(), 'LRDD' => array(), 'StrictTransportSecurity' => array(), ), @@ -309,6 +316,7 @@ $default = 'AntiBrute' => array(), 'Bookmark' => array(), 'ClientSideShorten' => array(), + 'DefaultLayout' => array(), 'Directory' => array(), 'DirectMessage' => array(), 'EmailAuthentication' => array(),