為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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.