ma1 pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
423f239c
by cypherpunks1 at 2023-06-05T11:07:29-08:00
1 changed file:
Changes:
| ... | ... | @@ -142,7 +142,8 @@ DragDropFilter.prototype = { | 
| 142 | 142 |            for (const type of types) {
 | 
| 143 | 143 |              if (
 | 
| 144 | 144 |                type !== INTERNAL_FALLBACK &&
 | 
| 145 | -              type !== "text/x-moz-place" // don't touch bookmarks
 | |
| 145 | +              type !== "text/x-moz-place" &&    // don't touch bookmarks
 | |
| 146 | +              type !== "application/x-moz-file" // don't touch downloads
 | |
| 146 | 147 |              ) {
 | 
| 147 | 148 |                aDataTransfer.mozClearDataAt(type, i);
 | 
| 148 | 149 |              }
 |