Perimeterx Nginx Plugin Versions Save

PerimeterX NGINX Lua Middleware

v7.3.0

1 year ago

[7.3.0] - 2023-06-13

Added

  • CORS support
  • Set X-PX-COOKIES as the default custom cookie name
  • _M.px_login_creds_settings configuration, to allow specify CI settings in Lua configuration file

Changed

  • rename "px_graphql_paths" to "px_graphql_routes"

Fixed

  • correctly add GraphQL routes (requests must contain specified GraphQL Type/Name) to sensitive routes

v7.2.1

1 year ago

[7.2.1] - 2023-04-20

Added

  • custom_sensitive_routes a custom function to determine if url path is a sensitive route

v7.2.0

1 year ago

[7.2.0] - 2023-04-13

Added

  • custom_enabled_routes a custom function to determine if url path is an enabled route
  • px_graphql_paths to specify a list of GraphQL endpoints
  • support for JWT and pxcts

Changed

  • support for multiple GraphQL endpoints

Fixed

  • Add CI paths to the sensitive routes

v7.1.3

1 year ago

[7.1.3] - 2022-06-27

Fixed

  • Export ngx.ctx.pxde variable

v7.1.2

1 year ago

[7.1.2] - 2022-06-22

Fixed

  • Properly handle multiple instances of the same header
  • Fix field name in telemetry command

v7.1.1

2 years ago

Fixed

  • Call enrich_custom_parameters() only once

v7.1.0

2 years ago

[7.1.0] - 2022-04-20

Added

  • Credential Intelligence v2 protocol

Changed

  • Credential Intelligence v2 is the default protocol
  • New block page

Fixed

  • Send custom_params with page_req and block activities

v7.0.1

2 years ago

Added

  • HypeSale support

v7.0.0

2 years ago

Added

  • GraphQL support
  • sensitive_routes configuration

Fixed

  • Credential Intelligence code improvements and enhancement

v6.7.0

3 years ago