]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Remote thumbnail fetching from trusted sources
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:34:40 +0000 (02:34 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:34:40 +0000 (02:34 +0100)
commit85e644d6473b131027f83870b799db87b53d0d6f
treebd81ac70d9af9e2cd94d80c7350cd3d51a438d38
parent8fbdb45cc602e4f66b794ab407b3c940b6bb5b48
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.
plugins/Oembed/OembedPlugin.php