From fb1fc8a046c5697d262d59c1ead9231068e515c5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 6 Dec 2010 13:37:57 -0800 Subject: [PATCH] Use short API-style error responses for LinkPreview's oembed proxy --- plugins/LinkPreview/oembedproxyaction.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/LinkPreview/oembedproxyaction.php b/plugins/LinkPreview/oembedproxyaction.php index 470f780731..bc80ee5cf9 100644 --- a/plugins/LinkPreview/oembedproxyaction.php +++ b/plugins/LinkPreview/oembedproxyaction.php @@ -50,6 +50,9 @@ class OembedproxyAction extends OembedAction function handle($args) { + // Trigger short error responses; not a human-readable web page. + StatusNet::setApi(true); + // We're not a general oEmbed proxy service; limit to valid sessions. $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) {