gnu-social/plugins/Oembed
Mikael Nordfeldth 85e644d647 Remote thumbnail fetching from trusted sources
So far we only trust i.ytimg.com for YouTube thumbnails, but you can
configure the Oembed plugin in config.php by setting the plugin's class vars:

   addPlugin('Oembed', array('param'=>'value', ...));

Some might think this is a security risk or privacy invasive, but as the Oembed
script is already calling remote sites to get information _about_ linked media,
the way to stop it is to disable the Oembed plugin. However it is not certain
it has been migrated out into a plugin properly yet. But try it if you want to.
2015-01-25 02:34:40 +01:00
..
actions Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00
classes File_oembed::byFile to avoid littering with getKV 2015-01-25 02:32:04 +01:00
lib twitPic no longer exists/is active 2015-01-17 12:07:57 +01:00
scripts Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00
tests twitPic no longer exists/is active 2015-01-17 12:07:57 +01:00
CONFIGURE Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00
OembedPlugin.php Remote thumbnail fetching from trusted sources 2015-01-25 02:34:40 +01:00
README Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00

README

It's really called oEmbed.