Don't report all linked URLs to remote sites
noembed.com acts as a proxy for oEmbed requests, but that also means they get all the links we post on our instances, given that they're used as a default endpoint.
This commit is contained in:
		| @@ -270,7 +270,7 @@ $default = | |||||||
|               'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) |               'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) | ||||||
|               'desclimit' => null), |               'desclimit' => null), | ||||||
|         'oembed' => |         'oembed' => | ||||||
|         array('endpoint' => 'https://noembed.com/embed/', |         array('endpoint' => null,   // 'https://noembed.com/embed/' for proxied oEmbed data | ||||||
|               'order' => array('built-in', 'well-known', 'service', 'discovery'), |               'order' => array('built-in', 'well-known', 'service', 'discovery'), | ||||||
|         ), |         ), | ||||||
|         'search' => |         'search' => | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user