From 066171643b5812b05dd9352ee650f524567de877 Mon Sep 17 00:00:00 2001 From: AndrewRyanChama <89478935+AndrewRyanChama@users.noreply.github.com> Date: Tue, 22 Feb 2022 04:11:39 -0800 Subject: Fetch images when previewing Twitter URLs. (#11985) By including "bot" in the User-Agent, which some sites use to decide whether to include additional Open Graph information. --- synapse/res/providers.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'synapse/res') diff --git a/synapse/res/providers.json b/synapse/res/providers.json index f1838f9559..7b9958e454 100644 --- a/synapse/res/providers.json +++ b/synapse/res/providers.json @@ -5,8 +5,6 @@ "endpoints": [ { "schemes": [ - "https://twitter.com/*/status/*", - "https://*.twitter.com/*/status/*", "https://twitter.com/*/moments/*", "https://*.twitter.com/*/moments/*" ], @@ -14,4 +12,4 @@ } ] } -] \ No newline at end of file +] -- cgit 1.5.1