diff options
Diffstat (limited to 'files/ja/web/http/feature_policy')
-rw-r--r-- | files/ja/web/http/feature_policy/using_feature_policy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 *; <pre class="brush: html notranslate"><iframe src="https://example.com..." allow="fullscreen"></iframe></pre> -<p><code><iframe></code> がデフォルトで許可している <a href="https://wiki.developer.mozilla.org/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy$edit#allowlist">allowlist</a> の値は <code>'src'</code> です。したがって、以下のようにも書いても同じとなります。</p> +<p><code><iframe></code> がデフォルトで許可している <a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy$edit#allowlist">allowlist</a> の値は <code>'src'</code> です。したがって、以下のようにも書いても同じとなります。</p> <pre class="brush: html notranslate"><iframe src="https://example.com..." allow="fullscreen 'src'"></iframe> </pre> |