Venom tests suite to validate an HTTP security response headers configuration against OSHP recommendation.
GNU General Public License v3.0
100
stars
20
forks
source link
relax assertion for X-Frame-Options to allow DENY (uppercase) #2
Closed
CalgaryMichael closed 2 years ago
As mentioned in https://github.com/oshp/oshp-validator/issues/1, I think the assertion for
X-Frame-Options
should allow for both upper- and lower-cased "deny".Tested this against the following scenarios:
X-Frame-Options: DENY
-- successX-Frame-Options: deny
-- successX-Frame-Options
-- fail