From 800a42172db1775aaa76f50446ed914ee0b5a80b Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Tue, 9 Mar 2021 14:51:09 -0500 Subject: Add an option to set a custom user agent to retrieve individual feeds (#3494) * Add an option to set a custom user agent to retrieve individual feeds This allows retrieving the original RSS feed when websites use services like FeedBurner. * Use !== instead of != in subscriptionController.php * Add proxy and user-agent to subscription/add Co-authored-by: Georgelemental Co-authored-by: Alexandre Alapetite --- app/views/helpers/feed/update.phtml | 59 ++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'app/views/helpers/feed') diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 06dc859e1..beb64e5a1 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -327,29 +327,6 @@ -
- -
- -
- -
-

-
-
-
@@ -386,6 +363,42 @@
+
+ +
+
+ +
+

+
+
+ +
+ +
+ +
+ +
+

+
+
+
-- cgit v1.2.3