From 508157f07f37516814eb2d2f3a9b5d1227e49edf Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 24 Jan 2017 18:33:41 -0800 Subject: [PATCH] block well-known from oembed --- include/oembed.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/oembed.php b/include/oembed.php index eb7b76437..8c78e2807 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