Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

firefox browser.download.lastDir.savePerSite doesn't work anymore

  • 4 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

In the passed versions, Firefox could show me the last save directory for a site when I download files.. Since I upgraded to the latest version (57.0). I can't find anymore this behavior. I found somewhere that I can add or modify this entry (browser.download.lastDir.savePerSite) in about:config and put its value to "true". But this didn't work for me.

Is this feature not anymore available in Firefox ? Or am I missing something ?

In the passed versions, Firefox could show me the last save directory for a site when I download files.. Since I upgraded to the latest version (57.0). I can't find anymore this behavior. I found somewhere that I can add or modify this entry (browser.download.lastDir.savePerSite) in about:config and put its value to "true". But this didn't work for me. Is this feature not anymore available in Firefox ? Or am I missing something ?

所有回复 (4)

more options

warsic said

Is this feature not anymore available in Firefox ? Or am I missing something ?
Check "browser.download.*" config variables, maybe it's just not turned on (55 did break this so that per-site last directory was always on https://bugzilla.mozilla.org/show_bug.cgi?id=1391192 ).

由TBeholder于修改

more options

Thanks for your answer.

browser.download.lastDir.savePerSite entry actually did not exist in config variables. I created it and set it to "true". But it is still ignored. I have the latest version I downloaded a week ago.

由warsic于修改

more options

I have multiple versions of Firefox installed, each with their own unique Profile to keep them totally separate from each other.

https://bugzilla.mozilla.org/show_bug.cgi?id=1391192 is worthless as the issue there was a pref that was related to an Add-on > Extension, which is why it was closed as RESOLVED INVALID .

browser.download.lastDir.savePerSite is present in Firefox 56.0.2 and is missing in Firefox 57.

No mention of it being removed or deprecated as of a certain version number. https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/browser.download.lastDir.savePerSite The Bug requesting that pref be added to Firefox with a target of Firefox 11. https://bugzilla.mozilla.org/show_bug.cgi?id=702748

browser.download.lastDir.savePerSite may have disappeared with a new Downloads API. Just speculation on my part, though. But that 'guess' might be valid due to creating that pref and it not working due to the code supporting that pref not being present. I have tried creating a couple other prefs, that didn't work either, so that doesn't surprise me.

more options

See the starting comment in the Firefox source code on DXR.