Skip to content

Commit daab40e

Browse files
committed
zh-tw: sync translated content
1 parent dae00e3 commit daab40e

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

files/zh-tw/_redirects.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
/zh-TW/docs/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/預先定義的函數/isFinite_函數 /zh-TW/docs/Web/JavaScript/Guide/Functions
245245
/zh-TW/docs/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/預先定義的函數/isNaN_函數 /zh-TW/docs/Web/JavaScript/Guide/Functions
246246
/zh-TW/docs/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/預先定義的核心物件 /zh-TW/docs/Web/JavaScript/Guide
247-
/zh-TW/docs/JavaScript/Same_origin_policy_for_JavaScript /zh-TW/docs/Web/Security/Same-origin_policy
247+
/zh-TW/docs/JavaScript/Same_origin_policy_for_JavaScript /zh-TW/docs/Web/Security/Defenses/Same-origin_policy
248248
/zh-TW/docs/JavaScript_technologies_overview /zh-TW/docs/Web/JavaScript/Reference/JavaScript_technologies_overview
249249
/zh-TW/docs/JavaScript_technologies_overview-redirect-1 /zh-TW/docs/Web/JavaScript/Reference/JavaScript_technologies_overview
250250
/zh-TW/docs/JavaScript_typed_arrays /zh-TW/docs/Web/JavaScript/Guide/Typed_arrays
@@ -465,7 +465,7 @@
465465
/zh-TW/docs/SVG/Tutorial/填充与边框 /zh-TW/docs/Web/SVG/Tutorials/SVG_from_scratch/Fills_and_strokes
466466
/zh-TW/docs/SVG/Tutorial/渐变 /zh-TW/docs/Web/SVG/Tutorials/SVG_from_scratch/Gradients
467467
/zh-TW/docs/SVG/教學 /zh-TW/docs/Web/SVG/Tutorials/SVG_from_scratch
468-
/zh-TW/docs/Security/MixedContent /zh-TW/docs/Web/Security/Mixed_content
468+
/zh-TW/docs/Security/MixedContent /zh-TW/docs/Web/Security/Defenses/Mixed_content
469469
/zh-TW/docs/Security/弱簽章演算法 /zh-TW/docs/Glossary/Hash_function
470470
/zh-TW/docs/Security/缺少安全性的密碼 /zh-TW/docs/Web/Security/Authentication/Passwords
471471
/zh-TW/docs/Tools https://firefox-source-docs.mozilla.org/devtools-user/index.html
@@ -970,7 +970,7 @@
970970
/zh-TW/docs/Web/JavaScript/Obsolete_Pages/Obsolete_Pages/Obsolete_Pages/預先定義的核心物件 /zh-TW/docs/Web/JavaScript/Guide
971971
/zh-TW/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator /zh-TW/docs/Web/JavaScript/Reference/Global_Objects/Array/Symbol.iterator
972972
/zh-TW/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment /zh-TW/docs/Web/JavaScript/Reference/Operators/Destructuring
973-
/zh-TW/docs/Web/JavaScript/Same_origin_policy_for_JavaScript /zh-TW/docs/Web/Security/Same-origin_policy
973+
/zh-TW/docs/Web/JavaScript/Same_origin_policy_for_JavaScript /zh-TW/docs/Web/Security/Defenses/Same-origin_policy
974974
/zh-TW/docs/Web/JavaScript/Shells /zh-TW/docs/Web/JavaScript/Reference/JavaScript_technologies_overview
975975
/zh-TW/docs/Web/JavaScript/Typed_arrays /zh-TW/docs/Web/JavaScript/Guide/Typed_arrays
976976
/zh-TW/docs/Web/JavaScript/資料結構 /zh-TW/docs/Web/JavaScript/Guide/Data_structures
@@ -998,6 +998,8 @@
998998
/zh-TW/docs/Web/SVG/Tutorial/渐变 /zh-TW/docs/Web/SVG/Tutorials/SVG_from_scratch/Gradients
999999
/zh-TW/docs/Web/SVG/教學 /zh-TW/docs/Web/SVG/Tutorials/SVG_from_scratch
10001000
/zh-TW/docs/Web/Security/Insecure_passwords /zh-TW/docs/Web/Security/Authentication/Passwords
1001+
/zh-TW/docs/Web/Security/Mixed_content /zh-TW/docs/Web/Security/Defenses/Mixed_content
1002+
/zh-TW/docs/Web/Security/Same-origin_policy /zh-TW/docs/Web/Security/Defenses/Same-origin_policy
10011003
/zh-TW/docs/Web/Security/Weak_Signature_Algorithm /zh-TW/docs/Glossary/Hash_function
10021004
/zh-TW/docs/Web/Tutorials /zh-TW/docs/MDN/Tutorials
10031005
/zh-TW/docs/Web/URI/Authority/Choosing_between_www_and_non-www_URLs /zh-TW/docs/Web/URI/Guides/Choosing_between_www_and_non-www_URLs

files/zh-tw/_wikihistory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6012,7 +6012,7 @@
60126012
"jwhitlock"
60136013
]
60146014
},
6015-
"Web/Security/Mixed_content": {
6015+
"Web/Security/Defenses/Mixed_content": {
60166016
"modified": "2019-03-23T23:04:08.690Z",
60176017
"contributors": [
60186018
"jackblackevo",
@@ -6022,7 +6022,7 @@
60226022
"Asheesh"
60236023
]
60246024
},
6025-
"Web/Security/Same-origin_policy": {
6025+
"Web/Security/Defenses/Same-origin_policy": {
60266026
"modified": "2020-09-01T23:06:58.364Z",
60276027
"contributors": [
60286028
"JustBelieveMe",

files/zh-tw/web/security/mixed_content/index.md renamed to files/zh-tw/web/security/defenses/mixed_content/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 混合內容
3-
slug: Web/Security/Mixed_content
3+
slug: Web/Security/Defenses/Mixed_content
4+
original_slug: Web/Security/Mixed_content
45
---
56

67
{{QuickLinksWithSubpages("/zh-TW/docs/Web/Security")}}

files/zh-tw/web/security/same-origin_policy/index.md renamed to files/zh-tw/web/security/defenses/same-origin_policy/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 同源政策(Same-origin policy)
3-
slug: Web/Security/Same-origin_policy
3+
slug: Web/Security/Defenses/Same-origin_policy
4+
original_slug: Web/Security/Same-origin_policy
45
---
56

67
{{QuickLinksWithSubpages("/zh-TW/docs/Web/Security")}}

0 commit comments

Comments
 (0)