As ações padrão são determinadas pelo arquivo MimeTypes.rdf , então este arquivo é o que você deve modificar uma vez para ajustar suas preferências, depois copie para novas instalações.
Aqui está um extrato da documentação:
Attributes
General
- RDF:about - identifier
- NC:description - the name of the file type that will be displayed on the download prompt
Choosing what to handle
- NC:fileExtension - file extensions to handle (note that content downloaded from the Internet will go by MIME type, not by file extension)
- NC:value - MIME type to handle
Choose how to handle it (absence of the following options means "download to disk")
- NC:path - path of the application to use to open this file
- NC:useSystemDefault - true (use the system default for this MIME type) or false (define a different action)
- NC:saveToDisk - true (default action is "download to disk") or false (don't download by default)
Additional options
- NC:alwaysAsk - true (always ask which action to perform) or false (don't ask which action to perform)
- NC:editable - true (entry can be modified with user interface) or false (entry is locked)
- NC:prettyName - the short (display) name of the application
O arquivo deve ser colocado na pasta de perfil que é adequada para o sistema operacional e distribuição e versão do Firefox (ou fork) que você está usando.
O diálogo em si aparecerá com as escolhas determinadas por essas configurações, ou você pode configurá-lo para executar automaticamente.
Por favor, note que se você usar o mesmo perfil em todos os computadores, então O Firefox Sync também é uma solução.