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/i18n/kr/sub.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index a953808d7..1c04e9fb9 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -90,6 +90,8 @@ return array( 'title_add' => 'RSS 피드 추가', 'ttl' => '다음 시간이 지나기 전에 새로고침 금지', 'url' => '피드 URL', + 'useragent' => 'Set the user agent for fetching this feed', // TODO - Translation + 'useragent_help' => 'Example: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)', // TODO - Translation 'validator' => '피드 유효성 검사', 'website' => '웹사이트 URL', 'websub' => 'WebSub을 사용한 즉시 알림', -- cgit v1.2.3