fix: remove title from Chinese chals
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
a9092776b5
commit
4a74567986
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8248367417b2b2512c3c
|
||||
title: Ask Browsers to Access Your Site via HTTPS Only with helmet.hsts()
|
||||
challengeType: 2
|
||||
forumTopicId: 301573
|
||||
localeTitle: 要求浏览器通过HTTPS访问您的站点仅限于使用helmet.hsts()
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8248367417b2b2512c3a
|
||||
title: Avoid Inferring the Response MIME Type with helmet.noSniff()
|
||||
challengeType: 2
|
||||
forumTopicId: 301574
|
||||
localeTitle: 使用 helment.noSniff() 来避免推断响应的 MIME 类型
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8249367417b2b2512c40
|
||||
title: Configure Helmet Using the ‘parent’ helmet() Middleware
|
||||
challengeType: 2
|
||||
forumTopicId: 301575
|
||||
localeTitle: 使用 helmet() 中间件来配置 Helmet
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8249367417b2b2512c3e
|
||||
title: Disable Client-Side Caching with helmet.noCache()
|
||||
challengeType: 2
|
||||
forumTopicId: 301576
|
||||
localeTitle: 使用 helment.noCache() 禁用客户端缓存
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8248367417b2b2512c3d
|
||||
title: Disable DNS Prefetching with helmet.dnsPrefetchControl()
|
||||
challengeType: 2
|
||||
forumTopicId: 301577
|
||||
localeTitle: 使用 helmet.dnsPrefetchControl() 禁用 DNS 预获取
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 58a25bcff9fc0f352b528e7d
|
||||
title: Hash and Compare Passwords Asynchronously
|
||||
challengeType: 2
|
||||
forumTopicId: 301578
|
||||
localeTitle: 哈希和异步比较密码
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 58a25bcff9fc0f352b528e7e
|
||||
title: Hash and Compare Passwords Synchronously
|
||||
challengeType: 2
|
||||
forumTopicId: 301579
|
||||
localeTitle: 哈希和同步比较密码
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8247367417b2b2512c37
|
||||
title: Hide Potentially Dangerous Information Using helmet.hidePoweredBy()
|
||||
challengeType: 2
|
||||
forumTopicId: 301580
|
||||
localeTitle: 使用 helmet.hidePoweredBy() 隐藏潜在的危险信息
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8247367417b2b2512c36
|
||||
title: Install and Require Helmet
|
||||
challengeType: 2
|
||||
forumTopicId: 301581
|
||||
localeTitle: 安装和引入 Helmet
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8247367417b2b2512c38
|
||||
title: Mitigate the Risk of Clickjacking with helmet.frameguard()
|
||||
challengeType: 2
|
||||
forumTopicId: 301582
|
||||
localeTitle: 使用 helmet.frameguard() 降低点击劫持的风险
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8247367417b2b2512c39
|
||||
title: Mitigate the Risk of Cross Site Scripting (XSS) Attacks with helmet.xssFilter()
|
||||
challengeType: 2
|
||||
forumTopicId: 301583
|
||||
localeTitle: 使用 helmet.xssFilter() 降低跨站点脚本(XSS)攻击的风险
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8248367417b2b2512c3b
|
||||
title: Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
|
||||
challengeType: 2
|
||||
forumTopicId: 301584
|
||||
localeTitle: 使用 helment.ieNoOpen() 防止 IE 打开不受信任的 HTML
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 587d8249367417b2b2512c3f
|
||||
title: Set a Content Security Policy with helmet.contentSecurityPolicy()
|
||||
challengeType: 2
|
||||
forumTopicId: 301585
|
||||
localeTitle: 使用 helment.contentSecurityPolicy() 设置内容安全策略
|
||||
|
@@ -1,6 +1,5 @@
|
||||
---
|
||||
id: 58a25bcef9fc0f352b528e7c
|
||||
title: Understand BCrypt Hashes
|
||||
challengeType: 2
|
||||
forumTopicId: 301586
|
||||
localeTitle: 了解 BCrypt 的哈希加密
|
||||
|
Reference in New Issue
Block a user