new option: STRIP_UNSAFE_TAGS

This commit is contained in:
Andrew Dolgov
2007-05-16 07:50:00 +01:00
parent 8fd55df16f
commit f826eee150
5 changed files with 18 additions and 2 deletions

View File

@@ -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;