mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Expose browser.download.lastDir.savePerSite
Resolves #823 (alternative suggestion)
This commit is contained in:
parent
924eb021bc
commit
b79fedc200
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ pref("browser.cache.compression_level", 0);
|
|||
// Don't show "Open with" option on download dialog if true.
|
||||
pref("browser.download.forbid_open_with", false);
|
||||
|
||||
// Save download locations as a content preference
|
||||
pref("browser.download.lastDir.savePerSite", true);
|
||||
|
||||
#ifdef XP_WIN
|
||||
// Save internet zone information on downloaded files:
|
||||
// 0 => Never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue