Skip to content

Commit

Permalink
fix(kibana-security-health-check): sort headers to not trigger change…
Browse files Browse the repository at this point in the history
…s in "Dashboard" tracker
  • Loading branch information
azasypkin committed Dec 15, 2023
1 parent de8dec4 commit 9bc4b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibana-security-health-check/src/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ ${renderHeaderContent('Frame Options', responseHeaders['x-frame-options'], param
: ':large_green_circle:'
} Captured Headers** | ${[...honeypotHeaders.headers]
.filter((headerName) => HONEYPOT_HEADERS_TO_TRACK.includes(headerName))
.sort()
.join(', ')} |
[**:mag_right: Inspect**](${location.origin}/ws/webhooks__responders)   [:open_book: Learn more](${
location.origin
Expand Down

0 comments on commit 9bc4b0e

Please sign in to comment.