Nginx module 3.0.0

Breaking changes

  • Add data_dome_auth_uri_static_asset_exclusion setting (enabled by default): Extracts static-asset extensions to exclude into a dedicated list (adding gz, xml, and zip to the standard list). The existing data_dome_auth_uri_regex_exclusion setting now only holds custom URL exclusions.
  • Add data_dome_auth_remove_matrix_params setting (enabled by default): Ignores matrix parameters during URL evaluation for excluded patterns (RFC 3986).
  • Add data_dome_auth_uri_encoded_char_inclusion setting (enabled by default): Inspects static-looking paths carrying an encoded delimiter (defaults to %23 %25 %2f %3b %3f and can be customized).