Skip to content

Commit e5b4780

Browse files
committed
html encoding instead of URL encoding
1 parent 7a5b0de commit e5b4780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const juiceShopCtfCli = async () => {
106106

107107
for (const challenge of challenges) {
108108
if (challenge.name === 'Bonus Payload') {
109-
challenge.description = challenge.description.replace('https://', 'https%3A//')
109+
challenge.description = challenge.description.replace('https://', 'https://')
110110
}
111111
}
112112

0 commit comments

Comments
 (0)