--- title: Firefox 2 のセキュリティ slug: Mozilla/Firefox/Releases/2/Security_changes translation_of: Mozilla/Firefox/Releases/2/Security_changes ---
この記事では、Firefox 2 のセキュリティに影響を与える変更点について説明しています。
Firefox 2 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.
The preferred encryption methods are TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA and TLS_RSA_WITH_3DES_EDE_CBC_SHA. Some servers refer to these as SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA and SSL_RSA_WITH_3DES_EDE_CBC_SHA.
If SSLv2 support must be enabled, it can be by setting the appropriate security.ssl2.* user preferences to true.
As always, you can find out what ciphers are supported -- and which are enabled or disabled -- by going to about:config and searching on "ssl" or "tls".
In order to correct a potential security problem when using the jar: protocol, it's now necessary to serve JAR files with the MIME type application/java-archive. See Security and the jar protocol for further details.