> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.humansecurity.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.humansecurity.com/_mcp/server.

## 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_header` changed from empty string to "x-px-block"
* Changed configuration `px_sensitive_graphql_operation_names` expanded to include regular expressions and applies to extracted GraphQL keywords as well
* Fixed issue where unvalidated `_pxvid` value was added to the captcha page
* Fixed issue where regular expressions occasionally failed on calls to `test()` due to global flag
* Fixed `BodyLoginSuccessfulParser` bug by implementing `text()` method in `OutgoingResponse`
* Replaced `\\/` with `/` in the telemetry regex fields value
* Fixed GraphQL operation name extraction issue