搜索 | 用户支持

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

详细了解

stop firefox downloading

  • 5 个回答
  • 2 人有此问题
  • 3 次查看
  • 最后回复者为 FredMcD

more options

Hi

  Is there anyway to stop firefox downloading files entirely?  Or at the very least, stop it auto downloading or prompting to save download settings ?

thanks,

      Jon
Hi Is there anyway to stop firefox downloading files entirely? Or at the very least, stop it auto downloading or prompting to save download settings ? thanks, Jon

所有回复 (5)

more options

https://www.mozilla.org/en-US/firefox/98.0/releasenotes/ Firefox has a new optimized download flow . . . .

https://support.mozilla.org/en-US/kb/manage-downloads-preferences-using-downloads-menu Changes to how file downloads are handled in Firefox version 98

  • Firefox no longer asks what to do for each file by default
  • Downloads panel automatically opens
  • Downloaded files are saved to disk
  • Set a default app to open a file type
  • "Always Open Similar Files" option from the Downloads panel
  • Frequently asked questions


You can set this pref to false on the about:config page to prevent opening the download panel on each download.

  • browser.download.alwaysOpenPanel = false

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

Note: Sometimes the website will send a signal to the web browser to start a download. Mostly when the user tells the site to do a download.

more options

Thanks FredMcD, that helped - users are now no longer stuck auto downloading. Is there any builtin way to prevent all downloads? we only want to allow proxy approved pdfs. thanks. Looking at using proxy to do this - would be nice if autoconfig had option.

jon

more options

Hi

    We used the autoconfig setting of Fred above, removing download from the integrated pdf viewer through usercontent.css with the below and our proxy to block other downloads. thank you.

/*** Hide buttons in the PDF Viewer Toolbar ***/

/* Main toolbar */

  1. toolbarViewer #download {
 display: none !important;

}

/* Secondary toolbar (drop-down) */

  1. secondaryToolbar #secondaryDownload {
 display: none !important;

}

more options

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution.

Thank you for contacting Mozilla Support.