From eb070febe7d67ec636dcec561996e41a9531c712 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 4 Jul 2021 00:20:35 +0900 Subject: web/http 内にある browser-compat-data に関する非表示の指示を一括削除 (#1293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/http/headers/content-security-policy/base-uri/index.html | 2 -- .../web/http/headers/content-security-policy/default-src/index.html | 2 -- .../http/headers/content-security-policy/frame-ancestors/index.html | 2 -- .../ja/web/http/headers/content-security-policy/frame-src/index.html | 2 -- files/ja/web/http/headers/content-security-policy/img-src/index.html | 2 -- files/ja/web/http/headers/content-security-policy/index.html | 2 -- .../web/http/headers/content-security-policy/manifest-src/index.html | 2 -- .../ja/web/http/headers/content-security-policy/media-src/index.html | 2 -- .../ja/web/http/headers/content-security-policy/object-src/index.html | 2 -- .../web/http/headers/content-security-policy/plugin-types/index.html | 2 -- .../ja/web/http/headers/content-security-policy/report-to/index.html | 4 ---- files/ja/web/http/headers/content-security-policy/sandbox/index.html | 2 -- .../content-security-policy/upgrade-insecure-requests/index.html | 2 -- .../ja/web/http/headers/content-security-policy/worker-src/index.html | 2 -- 14 files changed, 30 deletions(-) (limited to 'files/ja/web/http/headers/content-security-policy') diff --git a/files/ja/web/http/headers/content-security-policy/base-uri/index.html b/files/ja/web/http/headers/content-security-policy/base-uri/index.html index 95e5a39ca6..ebc3adcbda 100644 --- a/files/ja/web/http/headers/content-security-policy/base-uri/index.html +++ b/files/ja/web/http/headers/content-security-policy/base-uri/index.html @@ -95,8 +95,6 @@ Header set Content-Security-Policy "base-uri 'self'";

ブラウザー実装状況

- -

{{Compat("http.headers.csp.base-uri")}}

関連情報

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 bd529cb56d..1243c748b9 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 @@ -161,8 +161,6 @@ Content-Security-Policy: default-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.default-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/frame-ancestors/index.html b/files/ja/web/http/headers/content-security-policy/frame-ancestors/index.html index 3e2dbed062..1b1480bac6 100644 --- a/files/ja/web/http/headers/content-security-policy/frame-ancestors/index.html +++ b/files/ja/web/http/headers/content-security-policy/frame-ancestors/index.html @@ -115,8 +115,6 @@ Content-Security-Policy: frame-ancestors 'self' https://www.example.org;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.frame-ancestors")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/frame-src/index.html b/files/ja/web/http/headers/content-security-policy/frame-src/index.html index 98a6061b79..5263cf59ba 100644 --- a/files/ja/web/http/headers/content-security-policy/frame-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/frame-src/index.html @@ -87,8 +87,6 @@ Content-Security-Policy: frame-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.frame-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/img-src/index.html b/files/ja/web/http/headers/content-security-policy/img-src/index.html index 5d02035fe9..2570b5d838 100644 --- a/files/ja/web/http/headers/content-security-policy/img-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/img-src/index.html @@ -87,8 +87,6 @@ Content-Security-Policy: img-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.img-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/index.html b/files/ja/web/http/headers/content-security-policy/index.html index 2abcbd7d1b..cf181765d0 100644 --- a/files/ja/web/http/headers/content-security-policy/index.html +++ b/files/ja/web/http/headers/content-security-policy/index.html @@ -247,8 +247,6 @@ Content-Security-Policy: default-src https:

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/manifest-src/index.html b/files/ja/web/http/headers/content-security-policy/manifest-src/index.html index e5678daf69..368313e1f1 100644 --- a/files/ja/web/http/headers/content-security-policy/manifest-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/manifest-src/index.html @@ -82,8 +82,6 @@ Content-Security-Policy: manifest-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.manifest-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/media-src/index.html b/files/ja/web/http/headers/content-security-policy/media-src/index.html index a3d3caf71e..ad4228a920 100644 --- a/files/ja/web/http/headers/content-security-policy/media-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/media-src/index.html @@ -91,8 +91,6 @@ Content-Security-Policy: media-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.media-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/object-src/index.html b/files/ja/web/http/headers/content-security-policy/object-src/index.html index ebff246395..33d4380b9c 100644 --- a/files/ja/web/http/headers/content-security-policy/object-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/object-src/index.html @@ -92,8 +92,6 @@ Content-Security-Policy: object-src <source> <source>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.object-src")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/plugin-types/index.html b/files/ja/web/http/headers/content-security-policy/plugin-types/index.html index e0c4814eff..ec525f205a 100644 --- a/files/ja/web/http/headers/content-security-policy/plugin-types/index.html +++ b/files/ja/web/http/headers/content-security-policy/plugin-types/index.html @@ -108,8 +108,6 @@ Content-Security-Policy: plugin-types <type>/<subtype> <type>/

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.plugin-types")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/report-to/index.html b/files/ja/web/http/headers/content-security-policy/report-to/index.html index dc2c8d4546..e2ed0a0cdd 100644 --- a/files/ja/web/http/headers/content-security-policy/report-to/index.html +++ b/files/ja/web/http/headers/content-security-policy/report-to/index.html @@ -69,10 +69,6 @@ translation_of: Web/HTTP/Headers/Content-Security-Policy/report-to

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.report-to")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/sandbox/index.html b/files/ja/web/http/headers/content-security-policy/sandbox/index.html index dbb381f9d4..b2ae97deae 100644 --- a/files/ja/web/http/headers/content-security-policy/sandbox/index.html +++ b/files/ja/web/http/headers/content-security-policy/sandbox/index.html @@ -101,8 +101,6 @@ Content-Security-Policy: sandbox <value>;

ブラウザーの互換性

- -

{{Compat("http.headers.csp.Content-Security-Policy.sandbox")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/upgrade-insecure-requests/index.html b/files/ja/web/http/headers/content-security-policy/upgrade-insecure-requests/index.html index d8683ba580..5d476a4237 100644 --- a/files/ja/web/http/headers/content-security-policy/upgrade-insecure-requests/index.html +++ b/files/ja/web/http/headers/content-security-policy/upgrade-insecure-requests/index.html @@ -75,8 +75,6 @@ Content-Security-Policy-Report-Only: default-src https:; report-uri /endpoint

ブラウザーの対応 - -

{{Compat("http.headers.csp.upgrade-insecure-requests")}}

関連情報

diff --git a/files/ja/web/http/headers/content-security-policy/worker-src/index.html b/files/ja/web/http/headers/content-security-policy/worker-src/index.html index 2164488eee..fa10155bf7 100644 --- a/files/ja/web/http/headers/content-security-policy/worker-src/index.html +++ b/files/ja/web/http/headers/content-security-policy/worker-src/index.html @@ -85,8 +85,6 @@ Content-Security-Policy: worker-src <source> <source>;

ブラウザーの対応

- -

{{Compat("http.headers.csp.worker-src")}}

関連情報

-- cgit v1.2.3-54-g00ecf