Skip to content

Commit 4eaa5e6

Browse files
thienvcbdukes
authored andcommitted
Fix DnnImageHandler bug when filepath mixedcase
return WhiteListFolderPaths.Any(normalizeFilePath.StartsWith); => return WhiteListFolderPaths.Any(s => normalizeFilePath.StartsWith(s, StringComparison.InvariantCultureIgnoreCase));
1 parent 61b7fb2 commit 4eaa5e6

File tree

1 file changed

+604
-604
lines changed

1 file changed

+604
-604
lines changed

0 commit comments

Comments
 (0)