From dff94f6369daefe7561d367fef8a9c75871da771 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Oct 2007 08:29:43 +0100 Subject: add new option: ENABLE_TAGWALL --- config.php-dist | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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). -- cgit v1.2.3-54-g00ecf