summaryrefslogtreecommitdiffstats
path: root/xpcom/io/nsLocalFileWin.cpp
Commit message (Collapse)AuthorAgeLines
* Revert "Treat *.jnlp as an executable class file, like *.jar"wolfbeast2019-06-28-1/+0
| | | | | | | | | | | | | | | | | | | Rationale: This was a Mozilla oversight and/or error. This change has caused harm and is causing users to switch back to Chrome, Safari or Edge for their WebStart needs. JNLP is not an executable and should not be treated as such. JNLP should be treated the same as any (e.g. Word) document and allowed to be opened with the designated program. A JNLP file will not cause execution on a system unless it has a valid signature, and the user explicitly authorizes the launching based on information provided by the signature. Moreover, there will even be a check by the Java environment to see if the Java runtime (if there is one) is current, and prompt the user to update if required. This reverts commit 21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 and modifies ApplicationReputation.cpp to keep the list in sync (was a discrepancy before).
* Treat *.jnlp as an executable class file, like *.jarwolfbeast2019-05-29-0/+1
|
* Bug 1468217 - Add "SettingContent-ms" to the list of executable file ↵Paolo Amadini2018-06-30-0/+1
| | | | extensions. r=Gijs, a=RyanVM
* Bug 1413868.wolfbeast2018-06-30-0/+9
|
* Remove Windows shell integration checks for Windows Vista.wolfbeast2018-02-19-8/+5
| | | | Tag #22.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3787