Skip to content

Commit 4df0d9e

Browse files
committed
Re-added the ) to make the action word (why??)
1 parent 207b902 commit 4df0d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,7 @@ emphasize_stuff_in_headers(){
31823182
-e "s/X-DNS-Prefetch-Control/${html_yellow}X-DNS-Prefetch-Control${html_off}/g" \
31833183
-e "s/X-Pingback/${html_yellow}X-Pingback${html_off}/g" \
31843184
-e "s/X-Permitted-Cross-Domain-Policies/${html_yellow}X-Permitted-Cross-Domain-Policies${html_off}/g" \
3185-
-e "s/X-AspNet-Version/${html_yellow}X-AspNet-Version${html_off}/g" \
3185+
-e "s/X-AspNet-Version/${html_yellow}X-AspNet-Version${html_off}/g")" \
31863186
-e "s/X-AspNetMvc-Version/${html_yellow}X-AspNetMvc-Version${html_off}/g" \
31873187
-e "s/x-note/${html_yellow}x-note${html_off}/g" \
31883188
-e "s/X-Global-Transaction-ID/${html_yellow}X-Global-Transaction-ID${html_off}/g" \

0 commit comments

Comments
 (0)