diff options
author | corvid <devnull@localhost> | 2014-12-20 22:50:15 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-20 22:50:15 +0000 |
commit | 4b1e04c385aec8d54997295d0e01d98768ee5be9 (patch) | |
tree | a92aa8e8f3e798269f2bbeebc76dbb90bc96d69f /src/IO/about.c | |
parent | d111ab1bfdcad6e9bc6a085d79d3256ce00505ba (diff) |
mention redirection fix for this releaserelease-3_0_4_1
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index fa1b67ac..4d910f31 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -242,7 +242,8 @@ const char *const AboutSplash= "<li> for linking with the recently-released fltk-1.3.3\n" " (we don't use <tt>fl_oldfocus</tt> anymore).\n" "<li> to make sure that windows are resizable with fltk-1.3.3.\n" -"<li> not to load background images in <tt>--local</tt> mode (security).\n" +"<li> not to load background images, or follow redirections or meta refresh,\n" +" in <tt>--local</tt> mode (security).\n" "<li> to permit linking on OS X (remove our <tt>Fl_Printer</tt> stub).\n" "<li> for a crash when searching from the address bar and no search urls are\n" " found in dillorc.\n" |