From 3d6b606792171870becbc587ed6812cee4b94b9a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 20 Mar 2018 04:08:36 -0700 Subject: add the social "party" permission role --- include/oembed.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oembed.php') diff --git a/include/oembed.php b/include/oembed.php index c2bf0a0ed..eee53b6c1 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -32,6 +32,7 @@ function oembed_action($embedurl) { $action = 'block'; } } + if(strpos($embedurl,'.well-known') !== false) $action = 'block'; -- cgit v1.2.3