From 4c123f81ace10405c67b5f8d92906b58a4c59271 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 11 Aug 2021 12:49:39 +0900 Subject: conflicting/Web/HTTP/Headers/User-Agent/Firefox (#1874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - conflicting 版は古い記事なので削除 --- .../web/http/headers/user-agent/firefox/index.html | 176 --------------------- 1 file changed, 176 deletions(-) delete mode 100644 files/ja/conflicting/web/http/headers/user-agent/firefox/index.html (limited to 'files/ja/conflicting/web') diff --git a/files/ja/conflicting/web/http/headers/user-agent/firefox/index.html b/files/ja/conflicting/web/http/headers/user-agent/firefox/index.html deleted file mode 100644 index 2ab120d90f..0000000000 --- a/files/ja/conflicting/web/http/headers/user-agent/firefox/index.html +++ /dev/null @@ -1,176 +0,0 @@ ---- -title: User Agent Strings Reference -slug: conflicting/Web/HTTP/Headers/User-Agent/Firefox -tags: - - 要更新 -translation_of: Web/HTTP/Headers/User-Agent/Firefox -translation_of_original: User_Agent_Strings_Reference -original_slug: User_Agent_Strings_Reference ---- -

このドキュメントの状況

-

これは、元の user-agent のバージョン文字列提議の改訂版です。元の、時代遅れの提議 と、netscape.public.mozilla.seamonkey 及び netscape.public.mozilla.netlibでの議論を改訂の参考にしてください。

-

This document is the official Mozilla user-agent string specification. However, the following issues are under review and may be revised in the near future:

- -

目標点

-

元の目標は:

- -

議論の中で出てきた他の事項は:

- -

提議

-

Mozillaに基づくブラウザは、user-agentのバージョン文字列を以下の形式にすべきである:

-

MozillaProductToken (MozillaComment) GeckoProductToken *(VendorProductToken|VendorComment)

-

Gecko レイアウトエンジンが埋め込まれたアプリケーションの user-agent のバージョン文字列は以下の形式に従うべきである:

-

ApplicationProductToken (ApplicationComment) GeckoProductToken *(VendorProductToken|VendorComment)

-

上記の定義中の参照は以下の通り:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MozillaProductTokenMozilla/ MozillaVersion
MozillaVersionMajor . minor
Majorメジャーリリース番号を示す整数値。In practice, always 5.
Minorもし 0 でないなら、3 桁の 0 で埋められた数字であるべきで、たとえば 001 である。もし 0 なら、0 とするのが望ましい。
MozillaComment( Platform ; Security ; OS-or-CPU ; Localization information ; GeckoVersion ) *[; Optional Other Comments] )
Platform使用してよい文字列: -
    -
  • Windows: 全ての Windows 環境
  • -
  • Macintosh: 全ての Mac OS 環境
  • -
  • X11: 全ての X-Window システム環境
  • -
  • etc.
  • -
-
Security使用してよい文字列: -
    -
  • N: セキュリティー無し
  • -
  • U: 強化セキュリティーバージョン
  • -
  • I: 弱いセキュリティーバージョン
  • -
-
OS-or-CPUWindows システム用の文字列: -
    -
  • Win3.11: Windows 3.11
  • -
  • WinNT3.51: Windows NT 3.11
  • -
  • WinNT4.0: Windows NT 4.0
  • -
  • Windows NT 5.0: Windows 2000
  • -
  • Win95: Windows 95
  • -
  • Win98: Windows 98
  • -
  • Win 9x 4.90: Windows Me
  • -
  • etc.
  • -
- MacOS システム用の文字列: -
    -
  • 68K: 68k ハードウエア
  • -
  • PPC: PowerPC ハードウエア
  • -
  • etc.
  • -
- Unix システム用の文字列: コマンド uname -sm の出力を用いる。(also accessible as the sysname and machine fields of the utsname structure.) (Previous versions of this document said they should be the output of uname -srm, but the release field of the utsname structure was considered to reveal too much information about the system, such as potential security holes.)
Localization Information文字コードの表現は、RFC 1945 及び RFC 2068 の規格に従う。例としては
- en, en-US, es, es-CO, ja, ja-JPなどがあげられる。
GeckoVersionString starting with "rv:" followed by the Gecko version.  This is a set of numbers separated by periods, possibly followed by a pre-release indicator (e.g. "a1" for the first alpha).
GeckoProductTokenGecko/GeckoDate -

Mozilla を含む、Gecko エンジンに基づく製品には、Gecko 製品文字列をその二次製品であることを明確にするために利用を許可する。

-
GeckoDateYYYYMMDD 形式の日付。正式な Mozilla ビルドにおいては、これは BuildID の中の日付に一致させる。Mozilla の公開版においては、GeckoDate はソースコードが mozilla.org から取り出された日付と一致させなければならず、必ずしも生成された BuildID の日付部分とは一致しない。複数のブランチが同時に公開される場合、この日付からは Gecko のバージョンを特定できない。
ApplicationProductToken, Application CommentGecko レイアウトエンジンに基づくアプリケーションが使用する部分である。それらの製品文字列とコメントの形式はここで指定するものではないが、HTTP 標準に基づくべきである。
( VendorProductToken | VendorComment )Mozilla に基づくアプリケーションの製品文字列を記述する部分である。形式や内容はベンダー規定とするが、HTTP 標準に基づくべきであり、上記の GeckoVersion を含むことが望ましい。
*0 かそれ以上のトークンを入れることを指定する記号
?0 か 1 つのトークンを入れることを指定する記号
-

- - - - - - - - - - - - - - - - - - - - - - - -
mozilla.org のブラウザMozilla/5.001 (windows; U; NT4.0; en-US; rv:1.0) Gecko/25250101
上のブラウザと同じソースに基づいて作られた商標リリースMozilla/5.001 (Macintosh; N; PPC; ja; rv:1.0) Gecko/25250101 MegaCorpBrowser/1.0 (MegaCorp, Inc.)
再構成リリースMozilla/9.876 (X11; U; Linux 2.2.12-20 i686, en; rv:2.0) Gecko/25250101 Netscape/5.432b1 (C-MindSpring)
Gecko に基づくブラウザTinyBrowser/2.0 (TinyBrowser Comment; rv:1.9.1a2pre) Gecko/20201231
-

Implementation notes for applications, vendors, and extensions

-

Starting with Mozilla 1.8 beta2, the best way for applications, vendors, and extensions (if needed) to add to default preferences to add VendorProductTokens or VendorComments is to add a default preference of the form general.useragent.extra.identifier. All of the general.useragent.extra.* preferences will have their string values added to the User-Agent string in alphabetical order by identifier. For example:

- -
-

これに対するコメントは netscape.public.mozilla.netlib または dbaron@dbaron.org まで

-- cgit v1.2.3-54-g00ecf