mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
b427eca21f
commit
ce87abe96e
@ -77,7 +77,7 @@ function serveFilesFromTheme(themeValue, themeApp, directory, baseDirectory) {
|
|||||||
let fullPath = array[i];
|
let fullPath = array[i];
|
||||||
if (baseDirectory) {
|
if (baseDirectory) {
|
||||||
fullPath = path.resolve(baseDirectory,array[i]);
|
fullPath = path.resolve(baseDirectory,array[i]);
|
||||||
if (fullPath.indexOf(baseDirectory) !== 0) {
|
if (fullPath.indexOf(path.resolve(baseDirectory)) !== 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user