aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/http
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-18 17:16:33 -0700
committerIrvin <irvinfly@gmail.com>2021-03-21 00:31:49 +0800
commit8b6621966195ae20c972e812d5cdbed2b6146675 (patch)
treed4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/ja/conflicting/web/http
parente73670462cbf6600f4fb821054320743d86de204 (diff)
downloadtranslated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip
remove fx_minversion_header macro calls
Diffstat (limited to 'files/ja/conflicting/web/http')
-rw-r--r--files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html b/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html
index 77bc5a83be..25206c58f1 100644
--- a/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html
+++ b/files/ja/conflicting/web/http/headers/x-dns-prefetch-control/index.html
@@ -3,7 +3,6 @@ title: DNS プリフェッチの制御
slug: conflicting/Web/HTTP/Headers/X-DNS-Prefetch-Control
original_slug: Controlling_DNS_prefetching
---
-<p>{{ fx_minversion_header(3.5) }}</p>
<p>Firefox 3.5 では <strong>DNS prefetching </strong>が導入されました。これにより、 Firefox は文書中に埋め込まれたアンカーに加え、画像、CSS、JavaScript などの文書内で参照されている外部リソースの URL に対し、予めドメインの名前解決を行います。</p>
<p>このプリフェッチはバックグラウンドで行われるため、実際にリソースが必要となった際には既に名前解決が終了していることになります。これにより、例えばユーザーがリンクをクリックした際の待ち時間を減らすことができます。</p>
<h2 id="背景">背景</h2>