diff options
author | redmatrix <git@macgirvin.com> | 2016-02-03 20:29:46 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-03 20:29:46 -0800 |
commit | 24e2eedd0f3d119d9483ad787c288265e8429072 (patch) | |
tree | ce138079cbcdfb375624d20e4bbdd38893c2adf0 /mod | |
parent | c75f76f740be16f9880650fcff359d7afd85991d (diff) | |
download | volse-hubzilla-24e2eedd0f3d119d9483ad787c288265e8429072.tar.gz volse-hubzilla-24e2eedd0f3d119d9483ad787c288265e8429072.tar.bz2 volse-hubzilla-24e2eedd0f3d119d9483ad787c288265e8429072.zip |
don't implement the default embed whitelist just yet
Diffstat (limited to 'mod')
-rw-r--r-- | mod/admin.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php index bdb4bf861..dfdc65245 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -703,8 +703,9 @@ function admin_page_security(&$a) { $embed_coop = intval(get_config('system','embed_coop')); - if((! $whiteembeds) && (! $blackembeds) && (! $embed_coop)) - $whiteembeds_str = "youtube.com\nyoutu.be\ntwitter.com\nvimeo.com\nsoundcloud.com\nwikipedia.com"; +// wait to implement this until we have a co-op in place. +// if((! $whiteembeds) && (! $blackembeds) && (! $embed_coop)) +// $whiteembeds_str = "youtube.com\nyoutu.be\ntwitter.com\nvimeo.com\nsoundcloud.com\nwikipedia.com"; $t = get_markup_template('admin_security.tpl'); return replace_macros($t, array( |