Skip to content

Commit 8168692

Browse files
move new_in tag
1 parent 6b46f33 commit 8168692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/_kong_plugins/ai-sanitizer/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Here's how it works if you apply it to both requests and responses:
6666
1. The plugin intercepts the request body and sends it to the external PII service.
6767
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
6868
1. The sanitized request is forwarded upstream with the AI Proxy or AI Proxy Advanced plugin.
69-
1. {% new_in 3.12 %} On the way back, the plugin intercepts the response body and sends it to the external PII service.
69+
1. On the way back, the plugin intercepts the response body and sends it to the external PII service. {% new_in 3.12 %}
7070
1. The PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
7171
1. If restoration is enabled, the plugin restores the original request data in responses before returning them to the client.
7272

@@ -224,4 +224,4 @@ You can use the following fields in the `anonymize` array:
224224
* `nationalid`: Anonymizes various national identification numbers (for example, Aadhaar, PESEL, NRIC, social security, or voter IDs).
225225
* `custom`: Anonymizes user-defined custom PII patterns using regular expressions only when custom patterns are provided.
226226
* `credentials`: Anonymizes the credentials, similar to `/sanitize_credentials`.
227-
* `all`: Includes all the fields above, including custom ones.
227+
* `all`: Includes all the fields above, including custom ones.

0 commit comments

Comments
 (0)