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:
committed by
GitHub
parent
6b081c7e7b
commit
bd68b70f3d
@ -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
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8248367417b2b2512c3a
|
||||
title: Avoid Inferring the Response MIME Type with helmet.noSniff()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301574
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8249367417b2b2512c40
|
||||
title: Configure Helmet Using the ‘parent’ helmet() Middleware
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301575
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8249367417b2b2512c3e
|
||||
title: Disable Client-Side Caching with helmet.noCache()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301576
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8248367417b2b2512c3d
|
||||
title: Disable DNS Prefetching with helmet.dnsPrefetchControl()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301577
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 58a25bcff9fc0f352b528e7d
|
||||
title: Hash and Compare Passwords Asynchronously
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301578
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 58a25bcff9fc0f352b528e7e
|
||||
title: Hash and Compare Passwords Synchronously
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301579
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8247367417b2b2512c37
|
||||
title: Hide Potentially Dangerous Information Using helmet.hidePoweredBy()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301580
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8247367417b2b2512c36
|
||||
title: Install and Require Helmet
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301581
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8247367417b2b2512c38
|
||||
title: Mitigate the Risk of Clickjacking with helmet.frameguard()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301582
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8248367417b2b2512c3b
|
||||
title: Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301584
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 587d8249367417b2b2512c3f
|
||||
title: Set a Content Security Policy with helmet.contentSecurityPolicy()
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301585
|
||||
---
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
id: 58a25bcef9fc0f352b528e7c
|
||||
title: Understand BCrypt Hashes
|
||||
challengeType: 2
|
||||
isHidden: false
|
||||
forumTopicId: 301586
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user