git.99rst.org
/
sgasser-llm-shield.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
50de5e3
)
Fix: removed space in joined header string for consistency
author
maximiliancw
<redacted>
Fri, 9 Jan 2026 15:56:09 +0000
(16:56 +0100)
committer
maximiliancw
<redacted>
Fri, 9 Jan 2026 15:56:09 +0000
(16:56 +0100)
src/routes/proxy.ts
patch
|
blob
|
history
diff --git
a/src/routes/proxy.ts
b/src/routes/proxy.ts
index 1019583db5a4a17dfd75ceabbe6a13273931bc97..f944c0eb4e58b829832075187dd252fc973da1c9 100644
(file)
--- a/
src/routes/proxy.ts
+++ b/
src/routes/proxy.ts
@@
-93,7
+93,7
@@
proxyRoutes.post(
if (secretsResult.detected) {
const secretTypes = secretsResult.matches.map((m) => m.type);
- const secretTypesStr = secretTypes.join(",
");
+ const secretTypesStr = secretTypes.join(",");
// Block action - return 422 error
if (config.secrets_detection.action === "block") {
git clone https://git.99rst.org/PROJECT