summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/17.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-16 07:50:00 +0100
committerAndrew Dolgov <[email protected]>2007-05-16 07:50:00 +0100
commitf826eee150ca01f14f20d8a017bac43d8b0f2a04 (patch)
tree10407f7a2b09556fe02c8cac28b53f2b3d74ad1e /schema/versions/mysql/17.sql
parent8fd55df16f27b12186328f9d570c818e0e19946f (diff)
new option: STRIP_UNSAFE_TAGS
Diffstat (limited to 'schema/versions/mysql/17.sql')
-rw-r--r--schema/versions/mysql/17.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/versions/mysql/17.sql b/schema/versions/mysql/17.sql
index 1416be2c1..3ddc5a13e 100644
--- a/schema/versions/mysql/17.sql
+++ b/schema/versions/mysql/17.sql
@@ -2,4 +2,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
+'This option strips all, but most common HTML tags when reading articles.');
+
update ttrss_version set schema_version = 17;