]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Merge commit 'refs/merge-requests/157' of git://gitorious.org/statusnet/mainline...
[quix0rs-gnu-social.git] / lib / default.php
index 4a7d6110c5c95c5c648becf63e5655e7cdb6c44a..51d62ed767de2ba735c8e8c83993076ce91d39cc 100644 (file)
@@ -61,6 +61,7 @@ $default =
               'textlimit' => 140,
               'indent' => true,
               'use_x_sendfile' => false,
+              'cors' => true,
               'notice' => null, // site wide notice text
               'build' => 1, // build number, for code-dependent cache
               'minify' => true, // true to use the minified versions of JS files; false to use orig files. Can aid during development