mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Unused OEmbed functionality is removed
This commit is contained in:
parent
0ff37c0075
commit
821a135033
5 changed files with 48 additions and 274 deletions
|
@ -2058,9 +2058,6 @@ class BBCode
|
|||
|
||||
// Default iframe allowed domains/path
|
||||
$allowedIframeDomains = [
|
||||
DI::baseUrl()->getHost()
|
||||
. (DI::baseUrl()->getPath() ? '/' . DI::baseUrl()->getPath() : '')
|
||||
. '/oembed/', # The path part has to change with the source in Content\Oembed::iframe
|
||||
'www.youtube.com/embed/',
|
||||
'player.vimeo.com/video/',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue