diff options
author | 2018-11-05 17:32:28 +0100 | |
---|---|---|
committer | 2018-11-05 17:32:28 +0100 | |
commit | db25a68072f7fd3ccaa4a7faf74029e39dc2c0b9 (patch) | |
tree | b24733771ee017128ecde0426e87926f681c5aed | |
parent | 8c979532112de4379b76108aa15baeb5282169ed (diff) | |
download | rss-bridge-revert-909-common-dreams-fix.tar.gz rss-bridge-revert-909-common-dreams-fix.tar.zst rss-bridge-revert-909-common-dreams-fix.zip |
Revert "[CommonDreamBridge] Promote to secure bridge (fix #777) (#909)"revert-909-common-dreams-fix
This reverts commit 8c979532112de4379b76108aa15baeb5282169ed.
-rw-r--r-- | bridges/CommonDreamsBridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/CommonDreamsBridge.php b/bridges/CommonDreamsBridge.php index 22b9238d..e4dcb63f 100644 --- a/bridges/CommonDreamsBridge.php +++ b/bridges/CommonDreamsBridge.php @@ -3,7 +3,7 @@ class CommonDreamsBridge extends FeedExpander { const MAINTAINER = 'nyutag'; const NAME = 'CommonDreams Bridge'; - const URI = 'https://www.commondreams.org/'; + const URI = 'http://www.commondreams.org/'; const DESCRIPTION = 'Returns the newest articles.'; public function collectData(){ |