We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636182f commit 450b886Copy full SHA for 450b886
src/WebJobs.Script/Sanitizer.cs
@@ -16,7 +16,7 @@ internal static class Sanitizer
16
17
// List of keywords that should not be replaced with [Hidden Credential]
18
private static readonly string[] AllowedTokens = new string[] { "PublicKeyToken=" };
19
- internal static readonly string[] CredentialTokens = new string[] { "Token=", "DefaultEndpointsProtocol=http", "AccountKey=", "Data Source=", "Server=", "Password=", "pwd=", "&sig=", "&sig=", "SharedAccessKey=" };
+ internal static readonly string[] CredentialTokens = new string[] { "Token=", "DefaultEndpointsProtocol=http", "AccountKey=", "Data Source=", "Server=", "Password=", "pwd=", "&sig=", "&sig=", "?sig=", "SharedAccessKey=" };
20
21
/// <summary>
22
/// Removes well-known credential strings from strings.
0 commit comments