summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-10 08:29:43 +0100
committerAndrew Dolgov <[email protected]>2007-10-10 08:29:43 +0100
commitdff94f6369daefe7561d367fef8a9c75871da771 (patch)
treed07b37ea9e3050ee1b71df4eae89661bff811952 /config.php-dist
parent4148e809d30ac999ff6a77a55406e98c2184fe0a (diff)
add new option: ENABLE_TAGWALL
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 9060ccaaf..b93143711 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -163,7 +163,14 @@
// These two options enable SMTP authentication when sending
// digests. Require DIGEST_SMTP_HOST.
- define('CONFIG_VERSION', 9);
+ define('ENABLE_TAGWALL', true);
+ // Disable this if you are having troubles with Tagwall library which
+ // is used to strip potentially unsafe content from RSS articles. When
+ // disabled, simpler version of processing will be used when needed.
+ // Try disabling when having problems with showing articles and/or
+ // loading feeds.
+
+ define('CONFIG_VERSION', 10);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).