From 202eaa53e041da003202a9db29b01f80b946c581 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 18 May 2014 23:25:40 +0200 Subject: [PATCH] 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. --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index dc7a005339..620236af80 100644 --- a/lib/default.php +++ b/lib/default.php @@ -270,7 +270,7 @@ $default = 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) 'desclimit' => null), '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'), ), 'search' => -- 2.39.5