diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-12 10:11:30 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-07-18 18:33:18 +0900 |
commit | fd1e2435671adf89d5a2718fc7d1454828f147ae (patch) | |
tree | 769a406472882e3bafda9e32fb8b4414cfcfb1d5 /files/ja/web/http/feature_policy/using_feature_policy | |
parent | b0caefeaf81fd55008397bfd6f7765e15cecd224 (diff) | |
download | translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.gz translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.bz2 translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.zip |
remove wiki.developer.mozilla.org links
Diffstat (limited to 'files/ja/web/http/feature_policy/using_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> |