diff options
-rwxr-xr-x | include/oembed.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oembed.php b/include/oembed.php index 36395cfbc..58ad29291 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -34,6 +34,9 @@ function oembed_action($embedurl) { $action = 'block'; } } + if(strpos($embedurl,'.well-known') !== false) + $action = 'block'; + // site white/black list |