tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 762d3c004b9e0c1bede309adbdf56a0310c74140
parent fd219ed8433994befcbfa5d3b8387597de836bde
Author: Jan Horak <jhorak@redhat.com>
Date:   Mon,  5 Jan 2026 15:03:30 +0000

Bug 1983068 Don't sanitize filename returned by file picker; r=Thinker

Let's consider users are sane when choosing file name.

Differential Revision: https://phabricator.services.mozilla.com/D266325

Diffstat:
Mtoolkit/content/contentAreaUtils.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/toolkit/content/contentAreaUtils.js b/toolkit/content/contentAreaUtils.js @@ -766,7 +766,6 @@ function promiseTargetFile( aFpP.saveAsType = fp.filterIndex; aFpP.file = fp.file; - aFpP.file.leafName = validateFileName(aFpP.file.leafName); return true; })();