Bug 1302211 - Remove .osx extension from download protection. r=gcp

https://bugs.chromium.org/p/chromium/issues/detail?id=641614

MozReview-Commit-ID: 6m3bKNlnjIv

--HG--
extra : rebase_source : 50b24b970f57190defb6bea23da5a8b04aef45a5
This commit is contained in:
Francois Marier 2016-09-12 13:23:25 -07:00
Родитель 33db3d8076
Коммит ad0f1a8498
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -531,7 +531,6 @@ PendingLookup::IsBinaryFile()
//StringEndsWith(fileName, NS_LITERAL_STRING(".ntfs")) || // 7z
StringEndsWith(fileName, NS_LITERAL_STRING(".ocx")) || // ActiveX
StringEndsWith(fileName, NS_LITERAL_STRING(".ops")) || // MS Office
StringEndsWith(fileName, NS_LITERAL_STRING(".osx")) || // Mac PowerPC executable
StringEndsWith(fileName, NS_LITERAL_STRING(".out")) || // Linux binary
StringEndsWith(fileName, NS_LITERAL_STRING(".paf")) || // PortableApps package
//StringEndsWith(fileName, NS_LITERAL_STRING(".paq8f")) ||
@ -705,7 +704,6 @@ PendingLookup::GetDownloadType(const nsAString& aFilename) {
StringEndsWith(aFilename, NS_LITERAL_STRING(".iso")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".mpkg")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".ndif")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".osx")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".pkg")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".smi")) ||
StringEndsWith(aFilename, NS_LITERAL_STRING(".sparsebundle")) ||