diff options
Diffstat (limited to 'files/ja/mozilla/firefox/releases/2/security_changes/index.html')
-rw-r--r-- | files/ja/mozilla/firefox/releases/2/security_changes/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/mozilla/firefox/releases/2/security_changes/index.html b/files/ja/mozilla/firefox/releases/2/security_changes/index.html index 29205f5a8e..9815c0bad4 100644 --- a/files/ja/mozilla/firefox/releases/2/security_changes/index.html +++ b/files/ja/mozilla/firefox/releases/2/security_changes/index.html @@ -9,7 +9,7 @@ translation_of: Mozilla/Firefox/Releases/2/Security_changes <h2 id="Weak_ciphers_disabled_by_default" name="Weak_ciphers_disabled_by_default">Weak ciphers disabled by default</h2> -<p><a href="/en/Firefox_2_for_developers" title="en/Firefox_2_for_developers">Firefox 2</a> disables SSLv2 and the weak "export" cipher suites (those with key lengths less than 64 bits) by default, in favor of SSLv3. This provides improved security.</p> +<p><a href="/ja/Firefox_2_for_developers" title="en/Firefox_2_for_developers">Firefox 2</a> disables SSLv2 and the weak "export" cipher suites (those with key lengths less than 64 bits) by default, in favor of SSLv3. This provides improved security.</p> <p>The preferred encryption methods are <code>TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA</code> and <code>TLS_RSA_WITH_3DES_EDE_CBC_SHA</code>. Some servers refer to these as <code>SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA</code> and <code>SSL_RSA_WITH_3DES_EDE_CBC_SHA</code>.</p> @@ -29,4 +29,4 @@ translation_of: Mozilla/Firefox/Releases/2/Security_changes <h2 id="Security_improved_for_the_jar_protocol">Security improved for the jar: protocol</h2> -<p>In order to correct a potential security problem when using the <code>jar:</code> protocol, it's now necessary to serve JAR files with the MIME type <code>application/java-archive</code>. See <a href="/en/Security_and_the_jar_protocol" title="en/Security and the jar protocol">Security and the jar protocol</a> for further details.</p> +<p>In order to correct a potential security problem when using the <code>jar:</code> protocol, it's now necessary to serve JAR files with the MIME type <code>application/java-archive</code>. See <a href="/ja/Security_and_the_jar_protocol" title="en/Security and the jar protocol">Security and the jar protocol</a> for further details.</p> |