Skip to content

Commit 55c9cfe

Browse files
vale
1 parent 9f184a6 commit 55c9cfe

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 PII service detects sensitive data and applies the chosen sanitization method (placeholders or synthetic replacements).
6767
1. If restoration is enabled, the plugin restores the original request data in responses before returning them to the client.
6868

69-
<!--vale-->
69+
<!--vale on-->
7070
{% mermaid %}
7171
sequenceDiagram
7272
autonumber
@@ -89,7 +89,7 @@ sequenceDiagram
8989
PII->>Plugin: Return sanitized response<br/>(placeholders/synthetic data)
9090
Plugin->>Client: Return sanitized response<br>(with optional restored request data)
9191
{% endmermaid %}
92-
<!--endvale-->
92+
<!--vale off-->
9393

9494
> _Figure 1: Diagram showing the request and response flow with the AI Sanitizer plugin._
9595

0 commit comments

Comments
 (0)