This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

stop firefox downloading

  • 5 antwoorde
  • 2 hierdie probleem
  • 2 views
  • Laaste antwoord deur 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

All Replies (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.