Feat: hide blocks not challenges (#39504)

* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

@ -2,7 +2,6 @@
id: 587d8248367417b2b2512c3c
title: Ask Browsers to Access Your Site via HTTPS Only with helmet.hsts()
challengeType: 2
isHidden: false
forumTopicId: 301573
---

View File

@ -2,7 +2,6 @@
id: 587d8248367417b2b2512c3a
title: Avoid Inferring the Response MIME Type with helmet.noSniff()
challengeType: 2
isHidden: false
forumTopicId: 301574
---

View File

@ -2,7 +2,6 @@
id: 587d8249367417b2b2512c40
title: Configure Helmet Using the parent helmet() Middleware
challengeType: 2
isHidden: false
forumTopicId: 301575
---

View File

@ -2,7 +2,6 @@
id: 587d8249367417b2b2512c3e
title: Disable Client-Side Caching with helmet.noCache()
challengeType: 2
isHidden: false
forumTopicId: 301576
---

View File

@ -2,7 +2,6 @@
id: 587d8248367417b2b2512c3d
title: Disable DNS Prefetching with helmet.dnsPrefetchControl()
challengeType: 2
isHidden: false
forumTopicId: 301577
---

View File

@ -2,7 +2,6 @@
id: 58a25bcff9fc0f352b528e7d
title: Hash and Compare Passwords Asynchronously
challengeType: 2
isHidden: false
forumTopicId: 301578
---

View File

@ -2,7 +2,6 @@
id: 58a25bcff9fc0f352b528e7e
title: Hash and Compare Passwords Synchronously
challengeType: 2
isHidden: false
forumTopicId: 301579
---

View File

@ -2,7 +2,6 @@
id: 587d8247367417b2b2512c37
title: Hide Potentially Dangerous Information Using helmet.hidePoweredBy()
challengeType: 2
isHidden: false
forumTopicId: 301580
---

View File

@ -2,7 +2,6 @@
id: 587d8247367417b2b2512c36
title: Install and Require Helmet
challengeType: 2
isHidden: false
forumTopicId: 301581
---

View File

@ -2,7 +2,6 @@
id: 587d8247367417b2b2512c38
title: Mitigate the Risk of Clickjacking with helmet.frameguard()
challengeType: 2
isHidden: false
forumTopicId: 301582
---

View File

@ -2,7 +2,6 @@
id: 587d8247367417b2b2512c39
title: Mitigate the Risk of Cross Site Scripting (XSS) Attacks with helmet.xssFilter()
challengeType: 2
isHidden: false
forumTopicId: 301583
---

View File

@ -2,7 +2,6 @@
id: 587d8248367417b2b2512c3b
title: Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
challengeType: 2
isHidden: false
forumTopicId: 301584
---

View File

@ -2,7 +2,6 @@
id: 587d8249367417b2b2512c3f
title: Set a Content Security Policy with helmet.contentSecurityPolicy()
challengeType: 2
isHidden: false
forumTopicId: 301585
---

View File

@ -2,7 +2,6 @@
id: 58a25bcef9fc0f352b528e7c
title: Understand BCrypt Hashes
challengeType: 2
isHidden: false
forumTopicId: 301586
---