Version 1.2.0
- Added GraphQL query keyword extraction via string/regex (
px_graphql_keywords) and custom function (px_extract_graphql_keywords) - Added support for cookie secret rotation
- Modified telemetry activity to include all types of config and include redacted sensitive configuration fields
- Changed default value for
px_bypass_monitor_headerchanged from empty string to “x-px-block” - Changed configuration
px_sensitive_graphql_operation_namesexpanded to include regular expressions and applies to extracted GraphQL keywords as well - Fixed issue where unvalidated
_pxvidvalue was added to the captcha page - Fixed issue where regular expressions occasionally failed on calls to
test()due to global flag - Fixed
BodyLoginSuccessfulParserbug by implementingtext()method inOutgoingResponse - Replaced
\\/with/in the telemetry regex fields value - Fixed GraphQL operation name extraction issue