From 4a573bbdd0e5945998a37162d1535245d4e20416 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:29:50 +0900 Subject: Web/a-h以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/http/headers/accept-ch/index.html | 2 +- files/ja/web/http/headers/accept-encoding/index.html | 4 ++-- files/ja/web/http/headers/accept-language/index.html | 2 +- files/ja/web/http/headers/accept/index.html | 2 +- files/ja/web/http/headers/access-control-allow-headers/index.html | 4 ++-- files/ja/web/http/headers/access-control-allow-methods/index.html | 2 +- files/ja/web/http/headers/access-control-expose-headers/index.html | 2 +- .../web/http/headers/content-security-policy/default-src/index.html | 6 +++--- files/ja/web/http/headers/feature-policy/index.html | 2 +- files/ja/web/http/headers/if-range/index.html | 2 +- files/ja/web/http/headers/sourcemap/index.html | 2 +- files/ja/web/http/headers/vary/index.html | 2 +- files/ja/web/http/headers/x-frame-options/index.html | 4 ++-- 13 files changed, 18 insertions(+), 18 deletions(-) (limited to 'files/ja/web/http/headers') diff --git a/files/ja/web/http/headers/accept-ch/index.html b/files/ja/web/http/headers/accept-ch/index.html index 4c7956ce4a..236ae76698 100644 --- a/files/ja/web/http/headers/accept-ch/index.html +++ b/files/ja/web/http/headers/accept-ch/index.html @@ -42,7 +42,7 @@ Vary: DPR, Viewport-Width, Width
-

注: 受け入れられたクライアントのヒントに基づいて、レスポンスを変更することを忘れないでください。

+

注: 受け入れられたクライアントのヒントに基づいて、レスポンスを変更することを忘れないでください。

ブラウザーの互換性

diff --git a/files/ja/web/http/headers/accept-encoding/index.html b/files/ja/web/http/headers/accept-encoding/index.html index 975dd263ed..373e467b11 100644 --- a/files/ja/web/http/headers/accept-encoding/index.html +++ b/files/ja/web/http/headers/accept-encoding/index.html @@ -73,7 +73,7 @@ Accept-Encoding: deflate, gzip;q=1.0, *;q=0.5
*
ヘッダーに挙げられていないあらゆるコンテンツエンコーディングに一致します。これはこのヘッダーがない場合の既定値です。すべてのアルゴリズムに対応しているという意味ではありません。評価される設定がないだけです。
;q= (q 値の重みづけ)
-
weight と呼ばれる相対的な品質値を使用して表現される設定の順序づけをするための任意の値です。
+
weight と呼ばれる相対的な品質値を使用して表現される設定の順序づけをするための任意の値です。

@@ -109,7 +109,7 @@ Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1

関連情報

diff --git a/files/ja/web/http/headers/accept-language/index.html b/files/ja/web/http/headers/accept-language/index.html index b21cdeb4a1..dcc8a284a6 100644 --- a/files/ja/web/http/headers/accept-language/index.html +++ b/files/ja/web/http/headers/accept-language/index.html @@ -93,7 +93,7 @@ Accept-Language: en-US,en;q=0.5

関連情報

diff --git a/files/ja/web/http/headers/accept/index.html b/files/ja/web/http/headers/accept/index.html index ba1cf9ba0a..0ced331afe 100644 --- a/files/ja/web/http/headers/accept/index.html +++ b/files/ja/web/http/headers/accept/index.html @@ -49,7 +49,7 @@ Accept: text/html, application/xhtml+xml, application/xml;q=0.9, image/webp, */*
*/*
すべての MIME タイプ
;q= (Q 値の重み)
-
重みと呼ばれる、相対的な品質値を使用して表現される優先順位の順序で配置された値です。
+
重みと呼ばれる、相対的な品質値を使用して表現される優先順位の順序で配置された値です。

diff --git a/files/ja/web/http/headers/access-control-allow-headers/index.html b/files/ja/web/http/headers/access-control-allow-headers/index.html index db4706c2b9..a5c459b90a 100644 --- a/files/ja/web/http/headers/access-control-allow-headers/index.html +++ b/files/ja/web/http/headers/access-control-allow-headers/index.html @@ -41,7 +41,7 @@ Access-Control-Allow-Headers: *
<header-name>
対応しているリクエストヘッダーの名前です。ヘッダーはコンマで区切って、任意の数のリストにすることができます。
* (ワイルドカード)
-
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP の認証情報のないリクエスト) の特殊なワイルドカード値です。認証情報付きのリクエストでは、特別な意味のない "*" というヘッダー名として扱われます。なお、 {{HTTPHeader("Authorization")}} ヘッダーはワイルドカードで表すことができず、常に明示的に列挙する必要があります。
+
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP の認証情報のないリクエスト) の特殊なワイルドカード値です。認証情報付きのリクエストでは、特別な意味のない "*" というヘッダー名として扱われます。なお、 {{HTTPHeader("Authorization")}} ヘッダーはワイルドカードで表すことができず、常に明示的に列挙する必要があります。

{{glossary("CORS-safelisted_request_header", "CORS セーフリストリクエストヘッダー")}}, {{HTTPHeader("Accept")}}, {{HTTPHeader("Accept-Language")}}, {{HTTPHeader("Content-Language")}}, {{HTTPHeader("Content-Type")}} は常に許可されており、このヘッダーで列挙する必要はありません。しかし、これらのヘッダーを Access-Control-Allow-Headers に列挙することで、これらのヘッダーでも追加の制約の適用を回避することができることに注意してください。

@@ -62,7 +62,7 @@ Access-Control-Allow-Headers: *

追加の制約の回避

-

{{glossary("CORS-safelisted_request_header", "CORS セーフリストリクエストヘッダー")}}は常に許可され、ふつうは Access-Control-Allow-Headers に列挙する必要はありませんが、それでも列挙すれば追加の制約が適用されることを回避できます。

+

{{glossary("CORS-safelisted_request_header", "CORS セーフリストリクエストヘッダー")}}は常に許可され、ふつうは Access-Control-Allow-Headers に列挙する必要はありませんが、それでも列挙すれば追加の制約が適用されることを回避できます。

Access-Control-Allow-Headers: Accept
diff --git a/files/ja/web/http/headers/access-control-allow-methods/index.html b/files/ja/web/http/headers/access-control-allow-methods/index.html index 924d627d37..1a181aafb2 100644 --- a/files/ja/web/http/headers/access-control-allow-methods/index.html +++ b/files/ja/web/http/headers/access-control-allow-methods/index.html @@ -38,7 +38,7 @@ Access-Control-Allow-Methods: *
<method>
許可された HTTP リクエストメソッドのコンマ区切りリスト。
* (ワイルドカード)
-
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP 認証情報のないリクエスト) の特殊なワイルドカードです。資格情報付きのリクエストでは、特別な意味のない "*" というメソッド名として扱われます。
+
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP 認証情報のないリクエスト) の特殊なワイルドカードです。資格情報付きのリクエストでは、特別な意味のない "*" というメソッド名として扱われます。

diff --git a/files/ja/web/http/headers/access-control-expose-headers/index.html b/files/ja/web/http/headers/access-control-expose-headers/index.html index 6917d17c96..8646466930 100644 --- a/files/ja/web/http/headers/access-control-expose-headers/index.html +++ b/files/ja/web/http/headers/access-control-expose-headers/index.html @@ -52,7 +52,7 @@ Access-Control-Expose-Headers: *
<header-name>
ゼロ個以上のヘッダー名の一覧で、 {{Glossary("CORS-safelisted response header", "CORS セーフリストレスポンスヘッダー")}}に含まれないものであり、リソースが使用する可能性があり、公開される可能性があるものです。
* (ワイルドカード)
-
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP の資格情報のないリクエスト) の特殊なワイルドカード値です。資格情報付きのリクエストでは、特別な意味のない "*" というヘッダー名として扱われます。
+
"*" の値は、資格情報のないリクエスト (HTTP Cookie や HTTP の資格情報のないリクエスト) の特殊なワイルドカード値です。資格情報付きのリクエストでは、特別な意味のない "*" というヘッダー名として扱われます。
なお、 {{HTTPHeader("Authorization")}} ヘッダーはワイルドカードで表すことができず、常に明示的に列挙する必要があります。
diff --git a/files/ja/web/http/headers/content-security-policy/default-src/index.html b/files/ja/web/http/headers/content-security-policy/default-src/index.html index 1243c748b9..5bd905b3ac 100644 --- a/files/ja/web/http/headers/content-security-policy/default-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/default-src/index.html @@ -173,9 +173,9 @@ Content-Security-Policy: default-src <source> <source>;
  • {{Glossary("Document directive")}}
  • {{Glossary("Navigation directive")}}
  • {{Glossary("Reporting directive")}}
  • -
  • upgrade-insecure-requests
  • -
  • block-all-mixed-content
  • -
  • require-sri-for {{experimental_inline}}
  • +
  • upgrade-insecure-requests
  • +
  • block-all-mixed-content
  • +
  • require-sri-for {{experimental_inline}}
  • diff --git a/files/ja/web/http/headers/feature-policy/index.html b/files/ja/web/http/headers/feature-policy/index.html index a687bb5a8f..b620a50768 100644 --- a/files/ja/web/http/headers/feature-policy/index.html +++ b/files/ja/web/http/headers/feature-policy/index.html @@ -58,7 +58,7 @@ translation_of: Web/HTTP/Headers/Feature-Policy
    {{httpheader('Feature-Policy/autoplay','autoplay')}}
    現在の文書で {{domxref("HTMLMediaElement")}} インターフェイスがメディアの自動再生をリクエストすることを無効にするかどうかを制御します。このポリシーが有効であり、ユーザーによる操作がなかった場合、 {{domxref("HTMLMediaElement.play()")}} が返す {{jsxref("Promise")}} が {{domxref("DOMException")}} で拒否されます。 {{HTMLELement("audio")}} および {{HTMLElement("video")}} 要素の autoplay 属性は無視されます。
    {{httpheader('Feature-Policy/battery','battery')}}
    -
    Battery Status API の使用を許可するかどうかを制御します。このポリシーが無効になっている場合、 {{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}} が返す {{JSxRef("Promise")}} は {{Exception("NotAllowedError")}} の {{DOMxRef("DOMException")}} で拒否されます。
    +
    Battery Status API の使用を許可するかどうかを制御します。このポリシーが無効になっている場合、 {{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}} が返す {{JSxRef("Promise")}} は {{Exception("NotAllowedError")}} の {{DOMxRef("DOMException")}} で拒否されます。
    {{httpheader('Feature-Policy/camera', 'camera')}}
    現在の文書が動画入力機器を使用することを許可するかどうかを制御します。このポリシーが無効であれば、 {{domxref("MediaDevices.getUserMedia", "getUserMedia()")}} が返す {{jsxref("Promise")}} が {{Exception("NotAllowedError")}} の {{DOMxRef("DOMException")}} で拒否されます。
    {{HTTPHeader('Feature-Policy/display-capture', 'display-capture')}}
    diff --git a/files/ja/web/http/headers/if-range/index.html b/files/ja/web/http/headers/if-range/index.html index a72c8cd87f..5d2273e832 100644 --- a/files/ja/web/http/headers/if-range/index.html +++ b/files/ja/web/http/headers/if-range/index.html @@ -98,5 +98,5 @@ If-Range: <etag>
  • {{HTTPHeader("If-Match")}}
  • {{HTTPHeader("If-None-Match")}}
  • {{HTTPStatus("206")}} Partial Content
  • -
  • HTTP Conditional Requests
  • +
  • HTTP Conditional Requests
  • diff --git a/files/ja/web/http/headers/sourcemap/index.html b/files/ja/web/http/headers/sourcemap/index.html index be30f3605b..12e0c61326 100644 --- a/files/ja/web/http/headers/sourcemap/index.html +++ b/files/ja/web/http/headers/sourcemap/index.html @@ -65,5 +65,5 @@ X-SourceMap: <url> (deprecated)

    関連情報

    diff --git a/files/ja/web/http/headers/vary/index.html b/files/ja/web/http/headers/vary/index.html index d4f924a8ab..0290ebffc2 100644 --- a/files/ja/web/http/headers/vary/index.html +++ b/files/ja/web/http/headers/vary/index.html @@ -84,5 +84,5 @@ Vary: <header-name>, <header-name>, ... diff --git a/files/ja/web/http/headers/x-frame-options/index.html b/files/ja/web/http/headers/x-frame-options/index.html index e3fdcfaca2..2f334140f9 100644 --- a/files/ja/web/http/headers/x-frame-options/index.html +++ b/files/ja/web/http/headers/x-frame-options/index.html @@ -19,7 +19,7 @@ translation_of: Web/HTTP/Headers/X-Frame-Options

    強化されたセキュリティは、ユーザーが X-Frame-Options に対応したブラウザーを使用して文書にアクセスした場合のみ提供されます。

    -

    Note: {{HTTPHeader("Content-Security-Policy")}} ヘッダーには frame-ancestors ディレクティブがあり、対応しているブラウザーにおいてこのヘッダーを置き換えています。

    +

    Note: {{HTTPHeader("Content-Security-Policy")}} ヘッダーには frame-ancestors ディレクティブがあり、対応しているブラウザーにおいてこのヘッダーを置き換えています。

    @@ -149,7 +149,7 @@ app.use(frameguard({ action: 'SAMEORIGIN' }))

    関連情報