block well-known from oembed
This commit is contained in:
parent
dad8397763
commit
d96a7bc1fa
@ -34,6 +34,9 @@ function oembed_action($embedurl) {
|
||||
$action = 'block';
|
||||
}
|
||||
}
|
||||
if(strpos($embedurl,'.well-known') !== false)
|
||||
$action = 'block';
|
||||
|
||||
|
||||
// site white/black list
|
||||
|
||||
|
Reference in New Issue
Block a user