commit 5c1aa75f6e93dda43f5bdda8c83f006e834f4fb5
parent fa635cfc925a95fe5c84569b043866dc3482ce90
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 31 Jan 2016 15:29:23 +0100
sfeed_frames.1: add a note about security considerations
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/sfeed.1 b/sfeed.1
@@ -3,7 +3,7 @@
.Os
.Sh NAME
.Nm sfeed
-.Nd simple RSS and Atom parser
+.Nd RSS and Atom parser
.Sh SYNOPSIS
.Nm
.Op Ar baseurl
diff --git a/sfeed_frames.1 b/sfeed_frames.1
@@ -35,9 +35,15 @@ The feedname and item names are normalized, whitespace characters are replaced
with a \-, multiple whitespaces are replaced by a single \- and trailing
whitespace will be removed. The itemname is based on the title of the items.
The feedname and title is truncated to a maximum of 128 characters. The
-maximum length of the path is PATH_MAX or filesystem-specific.
+maximum length of the path is PATH_MAX or filesystem-specific (truncated).
.Sh SEE ALSO
.Xr sfeed 1 ,
.Xr sfeed_plain 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org
+.Sh SECURITY CONSIDERATIONS
+Each item file contain the item content formatted as HTML, if the original feed
+contains things like Javascripts, tracking cookies, custom styles and such
+these will also be displayed. Due to the nature of "the web" these things are
+complex to filter. Some security and privacy can be gained by using an
+adblocker, script blocker and to set your browser settings more strictly.