UNPKG

@passmarked/ssl

Version:

Rules that relate to checking the SSL configuration of each individual resolved server from the domain to ensure locked down config with the broadest compatibility

23 lines (16 loc) 389 B
<html> <body> <form action="" method="POST"> </form> <form action="#" method="POST"> </form> <form action="#anything" method="POST"> </form> <form action="/" method="POST"> </form> <form action="//example.com" method="POST"> </form> <form action="javascript:void(0);" method="POST"> </form> </body> </html>