sanitizeRequests property
Client-side sanitisation of request bodies. Off by default: the server is the source of truth (prepared statements / server escaping) and blanket keyword stripping corrupts legitimate content.
Implementation
final bool sanitizeRequests;