Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Firefox saves webpages as .htm instead of .html

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 13 προβολές
  • Τελευταία απάντηση από RandomAccount

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.