From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 22 Oct 2013 08:17:26 -0400
Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)

---
 plugins/help/content/about.html |   38 ++++++++++++++------------------------
 1 files changed, 14 insertions(+), 24 deletions(-)

diff --git a/plugins/help/content/about.html b/plugins/help/content/about.html
index afaded6..6e9632b 100644
--- a/plugins/help/content/about.html
+++ b/plugins/help/content/about.html
@@ -1,9 +1,11 @@
-<div id="helpabout">
-<h3 align="center">Copyright &copy; 2005-2009, RoundCube Dev. - Switzerland</h3>
+<div id="helpabout" class="readtext">
+<h2 align="center">Copyright &copy; 2005-2012, The Roundcube Dev Team</h2>
 
-<p>This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2
-as published by the Free Software Foundation.
+<p>
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License (with exceptions
+for skins &amp; plugins) as published by the Free Software Foundation,
+either version 3 of the License, or (at your option) any later version.
 </p>
 <p>
 This program is distributed in the hope that it will be useful,
@@ -12,26 +14,14 @@
 GNU General Public License for more details.
 </p>
 <p>
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.   
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <a href="http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
 </p>
 
-<div align="center">
-<h3>Project management and administration</h3>
-<b>Thomas Bruederli (thomasb)</b> - Project leader and head developer<br />
-<b>Till Klampäckel (till)</b> - Co-leader<br />
-<b>Brett Patterson</b> - Forum administrator<br />
-<b>Adam Grelck</b> - Trac administrator<br />
-<b>Jason Fesler</b> - Mailing list administrator<br />
-<b>Brennan Stehling</b> - Mentor, Coordinator
+<p>
+For more details about licensing and the expections for skins and plugins
+see <a href="http://roundcube.net/license">roundcube.net/license</a>.
+</p>
 
-<h3>Developers</h3>
-<b>Eric Stadtherr (estadtherr)</b><br />
-<b>Robin Elfrink (robin, wobin)</b><br />
-<b>Rich Sandberg (richs)</b><br />
-<b>Tomasz Pajor (tomekp)</b><br />
-<b>Fourat Zouari (fourat.zouari)</b><br />
-<b>Aleksander Machniak (alec)</b>
-</div>
+<p><br/>Website: <a href="http://roundcube.net">roundcube.net</a></p>
 </div>

--
Gitblit v1.9.1