aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-20 04:08:36 -0700
committerzotlabs <mike@macgirvin.com>2018-03-20 04:08:36 -0700
commit3d6b606792171870becbc587ed6812cee4b94b9a (patch)
tree64e42172933b827f58ee50dc0d864c134c4d77c5 /include/oembed.php
parent0009f7f05133a74bbe3206a5b4d0223ba9dea4bc (diff)
downloadvolse-hubzilla-3d6b606792171870becbc587ed6812cee4b94b9a.tar.gz
volse-hubzilla-3d6b606792171870becbc587ed6812cee4b94b9a.tar.bz2
volse-hubzilla-3d6b606792171870becbc587ed6812cee4b94b9a.zip
add the social "party" permission role
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php1
1 files changed, 1 insertions, 0 deletions
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';