зеркало из https://github.com/mozilla/pjs.git
Bug 326873 - ChatZilla should be less picky about filenames
r=silver@warwickcompsoc.co.uk (James Ross) ChatZilla Only.
This commit is contained in:
Родитель
9d7659e186
Коммит
802576b33c
|
@ -474,7 +474,8 @@ function encodeChar(ch)
|
|||
|
||||
function escapeFileName(fileName)
|
||||
{
|
||||
return fileName.replace(/[^\w\d.,#\-_%]/g, encodeChar);
|
||||
// Escape / \ : * ? " < > | so they don't cause trouble.
|
||||
return fileName.replace(/[\/\\\:\*\?"<>\|]/g, encodeChar);
|
||||
}
|
||||
|
||||
function getCommonPfx (list, lcFn)
|
||||
|
|
Загрузка…
Ссылка в новой задаче