Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 661 Bytes

XssProtectionResult.md

File metadata and controls

13 lines (9 loc) · 661 Bytes

XssProtectionResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
contained_xss bool True if the input contained XSS scripting, false otherwise [optional]
original_input string Original input string [optional]
normalized_result string Normalized string result, with XSS removed [optional]

[Back to Model list] [Back to API list] [Back to README]