Skip to content

Commit 2bdbff8

Browse files
committed
Turn off feedback buttons in awareness- and CTF-focused configurations
1 parent 93e21d7 commit 2bdbff8

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

config/ctf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ application:
99
challenges:
1010
showHints: false
1111
safetyOverride: true
12+
showFeedbackButtons: false
1213
hackingInstructor:
1314
isEnabled: false
1415
ctf:

config/fbctf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ application:
88
showOnFirstStart: false
99
challenges:
1010
showHints: false
11-
showCodeSnippets: solved
11+
showFeedbackButtons: false
1212
hackingInstructor:
1313
isEnabled: false
1414
ctf:

config/mozilla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ challenges:
4040
showHints: false
4141
showCodeSnippets: never
4242
xssBonusPayload: '<iframe width="560" height="315" src="https://www.youtube.com/embed/0u9g0LhRkGk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'
43+
showFeedbackButtons: false
4344
hackingInstructor:
4445
isEnabled: false
4546
products:

config/quiet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ application:
77
challenges:
88
showSolvedNotifications: false
99
showHints: false
10+
showFeedbackButtons: false
1011
hackingInstructor:
1112
isEnabled: false

0 commit comments

Comments
 (0)