]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
put Javascript files under SSL
[quix0rs-gnu-social.git] / lib / default.php
index bf4b83718d04dd4e934d626bbd31a30618e04c56..8a21271b8f90c4c0fac1443dc04a20737c24b904 100644 (file)
@@ -111,7 +111,8 @@ $default =
         'avatar' =>
         array('server' => null,
               'dir' => INSTALLDIR . '/avatar/',
-              'path' => $_path . '/avatar/'),
+              'path' => $_path . '/avatar/',
+              'ssl' => null),
         'background' =>
         array('server' => null,
               'dir' => INSTALLDIR . '/background/',
@@ -123,10 +124,12 @@ $default =
         'theme' =>
         array('server' => null,
               'dir' => null,
-              'path'=> null),
+              'path'=> null,
+              'ssl' => null),
         'javascript' =>
         array('server' => null,
-              'path'=> null),
+              'path'=> null,
+              'ssl' => null),
         'throttle' =>
         array('enabled' => false, // whether to throttle edits; false by default
               'count' => 20, // number of allowed messages in timespan