For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 1.1.0
- Added support for URL decode reserved characters feature
- Added
risk_start_time and enforcer_start_time fields to enforcer activities
- Added base64-encoded URL and HTTP method to captcha script query parameters on block pages
- Added configuration for adding the Secure flag to PXHD cookie
- Added custom function configurations for filtered, enforced, monitored, and sensitive requests
- Changed Bot Defender captcha page to include client-side first party timeout
- Fixed JSON parsing issue with generated package.json for CommonJS library build
- Fixed inaccurate types for
px_filter_by_route, px_monitored_routes, px_enforced_routes, px_sensitive_routes, px_graphql_routes configs to be Array<string | RegExp>