From 2e36040b16baac4f2f29ba01cca239a81124293d Mon Sep 17 00:00:00 2001 From: Paul Hutchinson Date: Fri, 14 Nov 2025 12:44:21 +0000 Subject: [PATCH] [feature] SC-166737/improve app proxy security by restricting where token replacements can go --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7b3c804..df1e1d1 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,12 @@ { "url": "https://api.surveymonkey.net/v3/.*", "methods": ["GET", "POST", "PATCH"], - "timeout": 20 + "timeout": 20, + "settingsInjection": { + "api_key": { + "header": ["Authorization"] + } + } } ] }