From 3499c7bfd4d3ed8c50bf8b1a1c389cc4de4e74bf Mon Sep 17 00:00:00 2001 From: David Hu <81270448+D4v1dH03@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:53:18 -0700 Subject: Fix translation errors Fix translation error, as well as specifying the `allow-from` directive is deprecated. --- files/zh-tw/web/http/headers/x-frame-options/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-tw/web/http') 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
DENY
-
表示文件無論如何都不能被嵌入到 frame 中,即使是自家網站也不行。
+
表示網頁無論如何都無法被嵌入到 frame 中,即使於相同網域內嵌入也不允許。
SAMEORIGIN
唯有當符合同源政策下,才能被嵌入到 frame 中。
ALLOW-FROM uri
-
唯有列表許可的 URI 才能嵌入到 frame 中。
+
[已廢止]唯有列表許可的 URI 才能嵌入到 frame 中。新版瀏覽器已不再支援此指令。

設定 Apache

-- cgit v1.2.3-54-g00ecf