Page 1 of 1

Extension: Media Embed PlugIn

Posted: Sun Mar 26, 2017 4:13 pm
by smed79
Hi,
i have noticed that if you post a link to an imgur.com image without the bbcode img or url this url will automatically converted
to an embed iframe and load third party content (tracking scripts) that we do not need on our forum.

So, if you post a image link to http://i.imgur.com/hnB0tL3.gif
this will converted to an iframe https://s9e.github.io/iframe/imgur.min.html#hnB0tL3

...and have the effect to load :

Code: Select all

https://sb.scorecardresearch.com/beacon.js
https://secure.quantserve.com/quant.js
https://i.imgur.com/hnB0tL3.gif
https://imgur.com/hnB0tL3/embed?ref=https%3A%2F%2Fs9e.github.io%2Fiframe%2Fimgur.min.html%23hnB0tL3&w=540
https://s.imgur.com/images/embed/android.png
https://s.imgur.com/images/embed/apple.png
https://s.imgur.com/images/embed/logo.png
https://s.imgur.com/min/embed-controller.js
https://s.imgur.com/min/embed.js
See also the CPU usage where the media/gif is embed.
- http://i.imgur.com/RWq7ME7.png / with
- http://i.imgur.com/3eOck32.png / without

If this feature is intentionally added... It is not welcome :|

Best,

Re: Extension: Media Embed PlugIn

Posted: Sun Mar 26, 2017 4:45 pm
by LanikSJ
Somewhat surprised about all the tracking the "official" plugin does: https://www.phpbb.com/community/viewtop ... &t=2386631

I would have thought PHPBB knew better but apparently not. It's removed thanks for the heads up.

Re: Extension: Media Embed PlugIn

Posted: Sun Mar 26, 2017 4:47 pm
by smed79
Thank you :)