Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

stop firefox downloading

  • 5 respostas
  • 2 têm este problema
  • 3 visualizações
  • Última resposta de 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

Todas as respostas (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.