Skip to content

Commit

Permalink
Add information headers from ASP.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklecha authored Apr 7, 2023
1 parent 272f321 commit 5746064
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ def log(string):

information_headers = {
'X-Powered-By',
'Server'
'Server',
'X-AspNet-Version',
'X-AspNetMvc-Version'
}

cache_headers = {
Expand Down

0 comments on commit 5746064

Please sign in to comment.