Commit a5222772 authored by jake%bugzilla.org's avatar jake%bugzilla.org

Refix bug 201955 - Forgot to edit one of the introductory paragraphs and fixed a…

Refix bug 201955 - Forgot to edit one of the introductory paragraphs and fixed a couple other minor errors.
parent 9ccb15f6
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.50 2008/04/04 06:46:40 jake%bugzilla.org Exp $ --> <!-- $Id: installation.xml,v 1.51 2008/04/04 06:46:41 jake%bugzilla.org Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title>Installation</title> <title>Installation</title>
...@@ -1065,8 +1065,7 @@ man 5 crontab ...@@ -1065,8 +1065,7 @@ man 5 crontab
</section> </section>
<section id="content-type" <section id="content-type">
xreflabel="Preventing untrusted Bugzilla content from executing malicious Javascript code">
<title>Preventing untrusted Bugzilla content from executing malicious <title>Preventing untrusted Bugzilla content from executing malicious
Javascript code</title> Javascript code</title>
...@@ -1077,16 +1076,15 @@ man 5 crontab ...@@ -1077,16 +1076,15 @@ man 5 crontab
requirements mentioned in requirements mentioned in
<ulink <ulink
url="http://www.cet.org/tech_tips/malicious_code_mitigation.html/#3"/>. url="http://www.cet.org/tech_tips/malicious_code_mitigation.html/#3"/>.
Executing the following code snippet from a UNIX command shell will Making the change below will fix the problem if your installation is for
rectify the problem if your Bugzilla installation is intended for an an English speaking audience.
English-speaking audience. As always, be sure your Bugzilla </para>
installation has a good backup before making changes, and I recommend
you understand what the script is doing before executing it.</para>
<para>Telling Bugzilla to output a charset as part of the HTTP header is <para>Telling Bugzilla to output a charset as part of the HTTP header is
much easier in version 2.18 and higher<![%bz-devel;[ (including any cvs much easier in version 2.18 and higher<![%bz-devel;[ (including any cvs
pull after 4-May-2003 and development release after 2.17.5)]]>. Simply pull after 4-May-2003 and development release after 2.17.5)]]> than it was
locatate the following line in <filename>Bugzilla/CGI.pm</filename>: in previous versions. Simply locate the following line in
<filename>Bugzilla/CGI.pm</filename>:
<programlisting> <programlisting>
# Make sure that we don't send any charset headers # Make sure that we don't send any charset headers
$self->charset(''); $self->charset('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment