Pale Moon (64bit)26.0.0

Pale Moonest un navigateur web Open Source basé sur Firefox pour Microsoft Windows, axé sur l'efficacité et la facilité d'utilisation. Assurez-vous de tirer le meilleur parti de votre navigateur !

Pale Moon vous offre une expérience de navigation dans un navigateur entièrement construit à partir de la source avec des fonctionnalités et des optimisations soigneusement sélectionnées pour maximiser la vitesse*, la stabilité et l'expérience utilisateur du navigateur, tout en maintenant la compatibilité avec les milliers d'extensions Firefox que vous avez appris à aimer et à utiliser.

Ce navigateur, bien qu'il soit proche de Firefox dans son fonctionnement, offre un ensemble de fonctionnalités différent de celui de son homologue. Quelques fonctionnalités soigneusement sélectionnées ont été désactivées car elles ne sont pas très demandées et n’interfèrent pas avec la façon dont les pages web sont affichées ou fonctionnent ; tout cela pour maximiser l'efficacité du navigateur. Veuillez consulter la page avec les détails techniques pour savoir exactement ce que le navigateur supporte et ce qu'il ne supporte pas. Par exemple, si vous avez besoin de fonctionnalités d'accessibilité ou de contrôles parentaux, veuillez visiter la page d'accueil de Firefox et obtenir la version officielle non optimisée du navigateur.

Pale Moon continuera à offrir des boutons de navigation groupés de taille appropriée, des barres d'outils de signets activées par défaut, des onglets à côté du contenu de la page par défaut (faciles à basculer) et au moins pas de barre d'état fonctionnelle et plus de liberté de personnalisation, pour ne citer que quelques éléments.

Pale Moon est et sera toujours open source et complètement gratuit à télécharger et à utiliser !

Caractéristiques principales :
  • Optimisé pour les processeurs modernes
  • Basé sur la Unified XUL Platform (UXP) contenant notre propre moteur de disposition et de rendu optimisé (Goanna)
  • Safe : dérivé du code mature de Mozilla et régulièrement mis à jour avec les derniers correctifs de sécurité.
  • Sécurisé : Fonctionnalités de sécurité supplémentaires et développement sensibilisé à la sécurité
  • Soutenu par notre communauté d'utilisateurs et entièrement à but non lucratif.
  • Respectueux de la vie privée : zéro publicité ; pas de télémétrie, logiciel espion ou collecte de données
  • Interface familière, efficace, entièrement personnalisable
  • Prise en charge de thèmes complets : liberté totale pour le design de n'importe quel élément
  • Support pour des thèmes légers facilement créés (skins)
  • Traitement rapide et fluide du dessin de page et du script
  • Dégradés et polices supérieurs
  • Continuera à prendre en charge les plugins NPAPI comme Silverlight, Flash et Java
  • Support pour un nombre croissant d'extensions exclusives Pale Moon
  • Un soutien important et croissant aux normes web existantes

Quoi de neuf

Version 26.0.0

This is a new milestone release! It's been in the works for a good number of months, and has many hundreds of notable changes, fixes, and improvements that can't possibly all be listed here.

These release notes for this version are a concise summary, lifting out the most prominent and important changes. You may find slightly more detailed release notes on the forum.

General release notes:
  • Pale Moon is now building on the new Goanna engine instead of Gecko. Although close relatives in terms of web technology, they are not the same under the hood and any reports of bugs with the layout/rendering engine should be as detailed as possible to allow us to pinpoint the cause of the bugs and fix them (just stating "it works in Firefox" really doesn't help us!). If you wish to report issues, please either use the issue tracker on GitHub or report a detailed description and steps to reproduce on the forum.
  • We've had to reduce the number of supported languages for our language packs. With the need to move to our own full localization and lacking translators to support and maintain less common languages in use around the world, we've reduced our number of offered languages to a little over 30. The languages still supported should more than cover the common languages spoken around the globe. You will need to update your language packs!
  • Although we've given this release extensive testing, it is still possible you run into some website compatibility issues (usually because of websites doing useragent sniffing) and e.g. some sites displaying a mobile version if they do not recognize or incorrectly recognize the new browser engine. Please always try contacting the webmasters first before posting support requests at our address, since this is usually not something we can provide solutions for, ourselves, and we end up having to redirect you anyway.
Fixes/changes:
  • The layout parser/renderer has received many updates with this change over to Goanna, improving web compatibility and standards compliance in many areas.
  • The browser user interface has received updates, making it more compatible with Windows 10 in many respects and more in line with the general styles of the operating system version it is run on in terms of the shapes of controls and color setting.
  • Updated graphics/media support: Pale Moon now supports the WebP image format, properly scales EXIF rotated JPEGs, has updated support for different WebGL texture formats, improved scaling of vector images, updated libpng, libjpeg-turbo, libvpx, and misc other upstream libraries/modules, and more!
  • Library changes:
    • The library now has a scope bar (pops up when searching) with the option to select what you want to search in (either bookmarks or history) and the option to save your searches.
    • By default, there will be a history menu drop-down in the browser's user interface next to the bookmarks one.
    • Added "Containing folder" and "Containing folder path" columns so you can see exactly where a bookmark is located at a glance when searching (after enabling the columns).
  • Added support for Ruby annotations. If you need this functionality, set the about:config preference browser.ruby.enabled to true, and restart the browser.
  • Added conservative image decoding: it will now only decode images that are (almost) in view, greatly improving overall memory use and initial loading of graphics-heavy pages.
  • Aligned 3D CSS transforms and perspective with the spec.
  • JavaScript improvements: added basic support for ES6 Promises, added element.matches(), updated property assignments, added Bin/Oct literals in Number(), improved performance of TypeOf calls, improved GC memory shrinking, improved memory allocations, improved RegEx performance and compatibility, and more!
  • Added CSS media queries to determine the OS the browser is running on, allowing theme designers to make specific changes based on OS at run-time.
  • Added a control preference for onunload= events as dom.disable_beforeunload. This allows you to completely disable events fired when leaving a page.
  • Changed the memory allocator to the (faster) system allocator on modern operating systems.
  • Improved the handling of very large numbers of tabs.
  • Added Ecosia as a "green" search engine alternative for the environmentally aware surfer.
  • Autoplay of media now has a separate control preference for scripted content as media.autoplay.allowscripted, to block script-initiated autoplay of media.
Security updates:
  • Added support for 128-bit Camellia-GCM ciphers in addition to the existing CBC ciphers to offer a more internationally diverse choice of secure encryption ciphers than just AES.
  • Added an advanced, active XSS (cross-site scripting) filter. Pale Moon will now check for XSS attacks and block XSS content in the resulting pages. This is brand-new technology and feedback on this filter specifically (e.g. bugs, false positives, etc.) should be posted in the dedicated thread on the forum for this feature. Please also see that thread for details on how to use and control this filter.
  • Distrusted several root certificates in accordance with security best practice.
  • Aligned cookie acceptance with RFC 6265 §4.1.1. We still make an exception for allowing spaces and double quotes in cookie values, but this will be made more strict in the future for full spec compliance. If you are a web designer and use cookies, please verify that you are RFC compliant in terms of both cookie names and cookie values, or the browser may reject them.
  • Removed several hazardous modules like the maintenance service and the identity module.
  • Ported all security updates from Mozilla that are applicable/relevant to our code base (up to and including all security issues made known to us until now). Considering v26 has been kept updated over its long development until release, the list of fixes/CVEs would be too exhaustive to list in these release notes individually.

Programme disponible dans d'autres langues

Avis des utilisateurs

Niveaux de sécurité

Pour éviter tout dommage potentiel à votre appareil et assurer la sécurité de vos données et de votre vie privée, notre équipe vérifie chaque fois qu'un nouveau fichier d'installation est téléchargé sur nos serveurs ou lié à un serveur distant et examine périodiquement le fichier pour confirmer ou mettre à jour son statut. Sur la base de cette vérification, nous définissons les niveaux de sécurité suivants pour tous les fichiers téléchargeables.

Propre

Il est très probable que ce programme logiciel soit propre.

Nous avons analysé des fichiers et des URL associés à ce programme logiciel dans plus de 60 des principaux services antivirus mondiaux; aucune menace possible n'a été trouvée. Et il n'y a pas de logiciel tiers inclus.

Avertissement

Ce programme est financé par la publicité et peut proposer d'installer des programmes tiers qui ne sont pas nécessaires. Ceux-ci peuvent inclure une barre d'outils, le changement de votre page d'accueil, du moteur de recherche par défaut ou l'installation d'autres programmes tiers. Ceux-ci pourraient être des faux positifs, et nous conseillons à nos utilisateurs d'être prudents lors de l'installation et de l'utilisation de ce logiciel.

Handicapé

Ce logiciel n'est plus disponible en téléchargement. Il est très probable que ce programme soit malveillant ou qu'il présente des problèmes de sécurité ou d'autres raisons.

Soumettre un rapport

Merci !
Votre rapport a été envoyé.

Nous examinerons votre demande et prendrons les mesures appropriées.

Veuillez noter que vous ne recevrez aucune notification concernant toute action entreprise en raison de ce rapport. Nous nous excusons pour tout inconvénient que cela pourrait causer.

Nous apprécions votre aide pour garder notre site web propre et sûr.