aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-01-31 11:00:35 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-01-31 11:00:35 +0100
commit6ea87223d3ba5d9ecc1fa57453207e1645819fe5 (patch)
tree060e1e095fc28757cc4c45258805ebc9b9ad2ebb /htconfig.php
parent23d1b994ccff17567391eb9b1572321b1731189c (diff)
downloadvolse-hubzilla-6ea87223d3ba5d9ecc1fa57453207e1645819fe5.tar.gz
volse-hubzilla-6ea87223d3ba5d9ecc1fa57453207e1645819fe5.tar.bz2
volse-hubzilla-6ea87223d3ba5d9ecc1fa57453207e1645819fe5.zip
Add 'system''no_oembed' config option
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php
index 13c065e69..5f5c76cbd 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -72,4 +72,7 @@ $a->config['system']['rino_encrypt'] = true;
$a->config['system']['addon'] = 'js_upload';
- \ No newline at end of file
+// Disable oembed embedding
+// This disable the conversion of [embed]$url[/embed] tag in html
+// $a->config['system']['no_oembed'] = true;
+