aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-03-22 16:59:39 +0100
committerGravatar GitHub <noreply@github.com> 2020-03-22 16:59:39 +0100
commitdaa4922d908fb9ad5d973c597d0c60f769236c3e (patch)
tree3f2fc0a112cd3d4eb9024d9591feca59be5063fb /config.default.php
parentcd49e9819bea35a4db05e3e76910b739898c2219 (diff)
Add core extension for Google Groups (#2838)
* Add core extension for Google Groups #Fix https://github.com/FreshRSS/FreshRSS/issues/2835 Add ability to discover RSS feeds for Google Groups Based on https://github.com/FreshRSS/FreshRSS/pull/2837 * Allow HTTP in addition of HTTPS
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.default.php b/config.default.php
index 71f8d477c..49869f7ac 100644
--- a/config.default.php
+++ b/config.default.php
@@ -175,9 +175,10 @@ return array(
),
# List of enabled FreshRSS extensions.
- 'extensions_enabled' => array(
+ 'extensions_enabled' => [
+ 'Google-Groups' => true,
'Tumblr-GDPR' => true,
- ),
+ ],
# Disable self-update,
'disable_update' => false,