diff options
author | David Hu <81270448+D4v1dH03@users.noreply.github.com> | 2021-04-07 17:53:18 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-19 15:04:12 +0800 |
commit | 3499c7bfd4d3ed8c50bf8b1a1c389cc4de4e74bf (patch) | |
tree | 52044d0463db6d8ee544b1ad0d7b090504967e29 /files | |
parent | a9242c8855e1d4a30af29d8b824b62eb032cea2e (diff) | |
download | translated-content-3499c7bfd4d3ed8c50bf8b1a1c389cc4de4e74bf.tar.gz translated-content-3499c7bfd4d3ed8c50bf8b1a1c389cc4de4e74bf.tar.bz2 translated-content-3499c7bfd4d3ed8c50bf8b1a1c389cc4de4e74bf.zip |
Fix translation errors
Fix translation error, as well as specifying the `allow-from` directive is deprecated.
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-tw/web/http/headers/x-frame-options/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/http/headers/x-frame-options/index.html b/files/zh-tw/web/http/headers/x-frame-options/index.html index b19ddffe26..855a16bf6a 100644 --- a/files/zh-tw/web/http/headers/x-frame-options/index.html +++ b/files/zh-tw/web/http/headers/x-frame-options/index.html @@ -17,11 +17,11 @@ translation_of: Web/HTTP/Headers/X-Frame-Options <dl> <dt><code>DENY</code></dt> - <dd>表示文件無論如何都不能被嵌入到 frame 中,即使是自家網站也不行。</dd> + <dd>表示網頁無論如何都無法被嵌入到 frame 中,即使於相同網域內嵌入也不允許。</dd> <dt><code>SAMEORIGIN</code></dt> <dd>唯有當符合<a href="/zh-TW/docs/Web/JavaScript/Same_origin_policy_for_JavaScript">同源政策</a>下,才能<span style="line-height: 19.0909080505371px;">被嵌入到 frame 中。</span></dd> <dt><code>ALLOW-FROM <em>uri</em></code></dt> - <dd>唯有列表許可的 URI 才能<span style="line-height: 19.0909080505371px;">嵌入到 frame 中。</span></dd> + <dd>[已廢止]唯有列表許可的 URI 才能<span style="line-height: 19.0909080505371px;">嵌入到 frame 中。新版瀏覽器已不再支援此指令。</span></dd> </dl> <h3 id="設定_Apache">設定 Apache</h3> |