summaryrefslogtreecommitdiff
path: root/sfeed_frames.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-01-31 15:29:23 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-01-31 15:29:23 +0100
commit5c1aa75f6e93dda43f5bdda8c83f006e834f4fb5 (patch)
tree62f02d2c957ecd85f2527579b25935aa5adab142 /sfeed_frames.1
parentfa635cfc925a95fe5c84569b043866dc3482ce90 (diff)
sfeed_frames.1: add a note about security considerations
Diffstat (limited to 'sfeed_frames.1')
-rw-r--r--sfeed_frames.18
1 files changed, 7 insertions, 1 deletions
diff --git a/sfeed_frames.1 b/sfeed_frames.1
index 87889ef..e4883ed 100644
--- 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.