From 5c1aa75f6e93dda43f5bdda8c83f006e834f4fb5 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 31 Jan 2016 15:29:23 +0100 Subject: sfeed_frames.1: add a note about security considerations --- sfeed.1 | 2 +- sfeed_frames.1 | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sfeed.1 b/sfeed.1 index 59bec7b..51ec245 100644 --- 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 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. -- cgit v1.2.3