From d96a7bc1fae81dbf7b569a7aac757efc25a533b9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 24 Jan 2017 18:33:41 -0800 Subject: block well-known from oembed --- include/oembed.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/oembed.php') 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 -- cgit v1.2.3