From fd1e2435671adf89d5a2718fc7d1454828f147ae Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 12 Jul 2021 10:11:30 +0900 Subject: remove wiki.developer.mozilla.org links --- files/ja/web/http/feature_policy/using_feature_policy/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/http/feature_policy') diff --git a/files/ja/web/http/feature_policy/using_feature_policy/index.html b/files/ja/web/http/feature_policy/using_feature_policy/index.html index 3545c89d7d..36647c099d 100644 --- a/files/ja/web/http/feature_policy/using_feature_policy/index.html +++ b/files/ja/web/http/feature_policy/using_feature_policy/index.html @@ -92,7 +92,7 @@ Feature-Policy: camera *;
<iframe src="https://example.com..." allow="fullscreen"></iframe>
-

<iframe> がデフォルトで許可している allowlist の値は 'src' です。したがって、以下のようにも書いても同じとなります。

+

<iframe> がデフォルトで許可している allowlist の値は 'src' です。したがって、以下のようにも書いても同じとなります。

<iframe src="https://example.com..." allow="fullscreen 'src'"></iframe>
 
-- cgit v1.2.3-54-g00ecf