diff options
-rw-r--r-- | src/IO/about.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 0cc3b427..1fe6485b 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -236,6 +236,8 @@ const char *const AboutSplash= " <tr>\n" " <td>\n" "<ul>\n" +" <li> Read the <a href='http://www.dillo.org/dillo3-help.html'>help</a>,\n" +" it's short.\n" " <li> There's a\n" " <a href='http://www.dillo.org/dillorc'>dillorc</a>\n" " (readable config) file inside the tarball. It is well-commented\n" @@ -248,6 +250,8 @@ const char *const AboutSplash= " <li> Cookies are disabled by default for privacy. To log into certain\n" " sites, you may need to <a href='http://www.dillo.org/Cookies.txt'>enable\n" " cookies selectively</a>.\n" +" <li> To stop third-party ads and tracking, you can use a\n" +" ~/.dillo/<a href='http://www.dillo.org/domainrc'>domainrc</a>/ file.\n" " <li> Frames, Java and Javascript are not supported.\n" " <li> This release is mainly intended for <strong>developers</strong>\n" " and <strong>advanced users</strong>.\n" |