aboutsummaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php
index e6297a160..5b993f9e5 100644
--- a/config.default.php
+++ b/config.default.php
@@ -145,7 +145,9 @@ return array(
),
# List of enabled FreshRSS extensions.
- 'extensions_enabled' => array(),
+ 'extensions_enabled' => array(
+ 'Tumblr-GDPR' => true,
+ ),
# Disable self-update,
'disable_update' => false,