diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-31 11:00:35 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-31 11:00:35 +0100 |
commit | 6ea87223d3ba5d9ecc1fa57453207e1645819fe5 (patch) | |
tree | 060e1e095fc28757cc4c45258805ebc9b9ad2ebb /htconfig.php | |
parent | 23d1b994ccff17567391eb9b1572321b1731189c (diff) | |
download | volse-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.php | 5 |
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; + |