All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.crashnote-servlet.0.2.1.source-code.crashnote.servlet.conf Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
crashnote {

    # enable by default
    enabled = true

    filter {
        # filter common request parameters by default
        request = [".*password.*", ".*creditcard.*", ".*secret.*"]
    }

    request {
        exclude-session = true
        exclude-headers = false

        # ignore requests made from local machine
        ignore-localhost = true

        # hash remote IPs (might not be legal in some countries, force user to enable manually)
        hash-ip = true

        # limit request parameters in size to prevent huge POST data to be included
        max-parameter-size: 250
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy