From 0ec65788f9a2fb3ab389d22c723e6b36d798a806 Mon Sep 17 00:00:00 2001 From: Roman D Date: Sat, 20 Aug 2022 13:06:24 +0300 Subject: Implemented advanced feed settings to allow cookies and HTTP redirects. (#4470) * Implemented advanced feed settings to allow cookies and HTTP redirects. * i18n fr Co-authored-by: Alexandre Alapetite --- app/views/helpers/feed/update.phtml | 19 +++++++++++++++++++ app/views/subscription/add.phtml | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) (limited to 'app/views') diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 02dcb29e6..3ebf2d0f3 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -527,6 +527,25 @@ $this->feed->attributes('curl_params')[CURLOPT_COOKIE] : '' ?>" placeholder="" />

+ +

+ + + +
+ +
+ +

diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml index 41ee04fb7..a2b7f1289 100644 --- a/app/views/subscription/add.phtml +++ b/app/views/subscription/add.phtml @@ -179,6 +179,27 @@ +
+ +
+ +

+ +

+
+
+ +
+ +
+ +

+
+
+
-- cgit v1.2.3