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.
2 parents f2751c7 + 5ebe038 commit 3c06797Copy full SHA for 3c06797
Refresher/Patching/Patcher.cs
@@ -29,7 +29,7 @@ public Patcher(Stream stream)
29
[GeneratedRegex("^https?[^\\x00]//([0-9a-zA-Z.:].*)/?([0-9a-zA-Z_]*)$", RegexOptions.Compiled)]
30
private static partial Regex UrlMatch();
31
32
- [GeneratedRegex("[a-zA-Z0-9!@#$%^&*()?/<>]", RegexOptions.Compiled)]
+ [GeneratedRegex("[a-zA-Z0-9!@#$%^&*()?/<>~\\[\\]]", RegexOptions.Compiled)]
33
private static partial Regex DigestMatch();
34
35
/// <summary>
0 commit comments