config.sanitizer.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sanitizer Show documentation
Show all versions of sanitizer Show documentation
A handler that sanitize cross site scripting for request
---
# Sanitize request for cross site scripting during runtime
# indicate if sanitizer is enabled or not
enabled: false
# if it is enabled, does body need to be sanitized
sanitizeBody: true
# if it is enabled, does header need to be sanitized
sanitizeHeader: false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy