We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜尋 Mozilla 技術支援網站

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

了解更多

Firefox saves webpages as .htm instead of .html

more options

Hi.

Firefox saves webpages with extension ".htm" instead of ".html". It is not very important but I prefer to have ".html" extensions, how can I change it?

It may be linked to this extension (https://addons.mozilla.org/en-US/firefox/addon/mozilla-archive-format/) since I installed and uninstalled it recently. I use archlinux.

Hi. Firefox saves webpages with extension ".htm" instead of ".html". It is not very important but I prefer to have ".html" extensions, how can I change it? It may be linked to this extension (https://addons.mozilla.org/en-US/firefox/addon/mozilla-archive-format/) since I installed and uninstalled it recently. I use archlinux.

被選擇的解決方法

I found it at last! I was about to surrender, and noticed a file "/etc/mime.types". In that file there is a line "text/html", some tabs, and "htm html shtml". I changed it to "html htm shtml" and now it works.

從原來的回覆中察看解決方案 👍 3

所有回覆 (2)

more options

I think I found the code responsible for that behavior: https://dxr.mozilla.org/mozilla-central/source/toolkit/content/contentAreaUtils.js (line 635).

Am I right? How can I modify that on my computer? (I don't find the file on my computer.)

edit: No, I was wrong.

由 RandomAccount 於 修改

more options

選擇的解決方法

I found it at last! I was about to surrender, and noticed a file "/etc/mime.types". In that file there is a line "text/html", some tabs, and "htm html shtml". I changed it to "html htm shtml" and now it works.