summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/17.sql
diff options
context:
space:
mode:
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;