{"id":121707,"date":"2025-02-04T21:46:00","date_gmt":"2025-02-04T19:46:03","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-firefox-135"},"modified":"2025-02-04T21:46:00","modified_gmt":"2025-02-04T19:46:03","slug":"reliz-firefox-135","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-135","title":{"rendered":"Release of Firefox 135","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the Firefox 135 web browser has taken place, and updates for the previous long-term support branches 115.20.0 and 128.7.0 have been formed. The Firefox 136 branch has entered the beta testing stage, with the release scheduled for March 4.     <\/p>\n<p>Key innovations in Firefox 135:  <\/p>\n<ul>\n<li class=\"l\"> The built-in translator now supports translation into Russian (previously, translation from Russian to other languages was available, but not the other way around), as well as translation from Korean, Japanese, and simplified Chinese. The quality of translation has been improved, for example, situations where the AI model substituted invented words have been eliminated. The translation system built into Firefox performs translations on the user's local system without accessing external cloud services. The system is based on the open-source Bergamot engine, which is a wrapper over the Marian machine translation framework, employing recurrent neural networks (RNN) and transformer-based language models.       <center><img decoding=\"async\" alt=\"Release of Firefox 135\" src=\"\/wp-content\/uploads\/2025\/02\/af85bbc61af274585dca95075784c9a4.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> An integrated AI chatbot is now available to all users, utilizing large language models for natural language interactions. The chatbot is displayed in the sidebar and can function through the services of Anthropic Claude, ChatGPT, Google Gemini, HuggingChat (Hugging Face), and Le Chat Mistral. Users can switch between services at their discretion. Registration with each supported service is required for operation (a web application for each service opens in the panel). In addition to the chat, a button 'Ask...' has been added to the context menu, allowing users to send a selected fragment from the page to the chatbot, for example, to create a brief summary of content or to explain the essence in simple terms. To add custom language models that run on the local system, the llamafile toolkit can be used.    <center><img decoding=\"async\" alt=\"Release of Firefox 135\" src=\"\/wp-content\/uploads\/2025\/02\/c9c35b30ab8dfcb857bc87de99b77a89.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <center><img decoding=\"async\" alt=\"Release of Firefox 135\" src=\"\/wp-content\/uploads\/2025\/02\/59a12625a2325a24e9fd77d42ff53804.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> For users from all countries where the Mozilla Stories recommendation service is available, a new layout is included for the page shown when opening a new tab. In the previous release, this new layout was only offered to users in the USA and Canada. The new version features a search bar and a list of recommended pages, as well as changes to the design of the section for frequently visited and pinned sites, which are now displayed in a single row instead of a grid. The number of columns with content is chosen based on the width of the window, allowing for effective use of all available screen space.       <center><img decoding=\"async\" alt=\"Release of Firefox 135\" src=\"\/wp-content\/uploads\/2025\/02\/bfc229a0205b1635a7014858d24821bd.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> All users have been given the support for automatic remembering and filling of credit card numbers in web forms. The CVV code is not remembered, and card numbers are stored in a secure vault, for which a separate password can be set for access.\n<li class=\"l\"> Mandatory verification has been enabled  <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/ssl-sertifikat\/\"   title=\"for TLS certificates\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"965\">for TLS certificates<\/a> Web servers in public Certificate Transparency logs are intended to identify certificates created outside the standard workflows of a certificate authority (e.g., hidden certificate creation due to employee abuse or compromise of the certificate authority). The certificate authority sends information about all new certificates to several independent Certificate Transparency logs, which allow for the auditing of all changes. If a certificate that is not reflected in the log is used when accessing a website, that certificate will be marked as unsafe by the browser.\n<p>Journals accompany different unrelated organizations. To prevent data distortion retroactively in data storage, a tree structure known as the 'Merkle Tree' is used, where each branch verifies all underlying branches and nodes through tree hashing. With a final hash, users can verify the correctness of the entire history of operations, as well as the accuracy of past states of the database.     <\/p>\n<li class=\"l\"> To speed up the verification of TLS certificate revocations, the CRLite mechanism is utilized, operating on the user's system. The user-side database containing information about certificates is periodically synchronized with the external Mozilla database. To reduce the size of the database, cascading Bloom filters are employed\u2014a probabilistic structure that allows false identification of a missing element but excludes the possibility of missing an existing element. For example, data about 100 million certificates is packed into a structure approximately 1 MB in size.\n<p>Compared to querying a certification authority using the OCSP (Online Certificate Status Protocol), employing CRLite not only eliminates delays from sending network requests but also enhances privacy (when using OCSP, the browser sends a request with every visit to a site, effectively transmitting to the certification authority data about which sites are being accessed) and removes dependence on the availability of OCSP servers (an attacker can launch a DDoS attack on an OCSP server to block processing of requests).      <\/p>\n<li class=\"l\"> Protection against manipulation has been added, making navigation using the 'back' and 'forward' buttons more difficult due to cluttering the visit history with fake entries created via the History API. The essence of the protection is to ignore entries unrelated to user actions when processing clicks on the 'back' and 'forward' buttons.\n<li class=\"l\"> The builds for Linux and macOS have added the option to close only the current tab, rather than all tabs, after pressing the keyboard combination to exit the application (Alt + F4).\n<li class=\"l\"> The option to send the 'Do Not Track' (DNT) HTTP header to websites has been removed from the privacy settings page (about:preferences#privacy). The DNT header informs websites of the user's desire to avoid sharing information that may be used to track movements and preferences. The DNT header is not mandatory and is ignored by many sites. Instead of DNT, using the Global Privacy Control (GPC) mechanism is recommended, which informs websites about the prohibition of selling personal data and using data for tracking user behavior or movements. In contrast to DNT, compliance with GPC requirements is mandatory under the current California Consumer Privacy Act (CCPA).\n<li class=\"l\"> The 'Copy Without Site Tracking' context menu operation has been renamed to 'Copy Clean Link' and expanded to be usable for bare URLs in text (without hyperlinks). This operation allows you to copy the URL of a selected link to the clipboard, stripping it of parameters used for tracking transitions between sites.\n<li class=\"l\"> The address bar has implemented the ability to search for tab group names and navigate to the found groups. The search encompasses closed and saved groups among others.\n<li class=\"l\"> To compress Firefox builds for the Linux platform, the XZ format has been utilized, which has reduced the size of the data downloaded by an average of 25% compared to the bz2 format and has cut unpacking time by more than half.\n<li class=\"l\"> Support for the hybrid key exchange algorithm 'mlkem768x25519', resistant to brute-force attacks on quantum computers and representing a combination of X25519 ECDH and the ML-KEM (CRYSTALS-Kyber) algorithm, which was standardized last year by the National Institute of Standards and Technology (NIST), has been added for HTTP\/3. ML-KEM uses cryptographic methods based on solving lattice theory problems, the time required to solve which is similar on both classical and quantum computers.\n<li class=\"l\"> In the attributes of the PointerEvent interface, which define pointer coordinates, the transmission of non-integer values has been implemented. This change allows for handling events with greater accuracy in situations where the target element has been transformed via CSS or when the visible area (viewport) has been zoomed.\n<li class=\"l\"> The behavior of the mouseenter, mouseleave, pointerenter, and pointerleave events has been changed to comply with the specification.\n<li class=\"l\"> The API WebAuthn has added the method getClientCapabilities().\n<li class=\"l\"> A warning is now displayed in the web developer tools when using the 'content-visibility' property with elements that do not have a size constraint applied.\n<li class=\"l\"> The '$$$' command has been added to the web console, designed for searching pages with consideration of the shadow DOM content.\n<li class=\"l\"> Debugging capabilities for WebExtension add-ons have been expanded: breakpoints are now functional in content scripts, and Workers are displayed when selecting a context in the Console panel.\n<li class=\"l\"> The Android version now includes an option that enables automatic submission of crash reports to Mozilla without user confirmation.          <\/ul>\n<p>In addition to new features and bug fixes, Firefox 135 has addressed 19 vulnerabilities. Thirteen of these vulnerabilities, marked as critical, stem from memory management issues such as buffer overflows and accessing already freed memory areas. These issues may potentially allow for the execution of malicious code when opening specially crafted pages.      <\/p>\n<p>In the beta version of Firefox 136 for Linux builds, hardware acceleration for video decoding on systems with AMD GPUs has been enabled. The HTTPS-First mode is enabled by default, where requests to 'http:\/\/' are replaced with 'https:\/\/', both when following links or typing URLs and when loading sub-resources such as images, scripts, and stylesheets. Support for sending and receiving AV1 video format via WebRTC has been added.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=62672\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Firefox 135 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u043b\u044b\u0445 \u0432\u0435\u0442\u043e\u043a \u0441 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0440\u043e\u043a\u043e\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 &#8212; 115.20.0 \u0438 128.7.0. \u041d\u0430 \u0441\u0442\u0430\u0434\u0438\u044e \u0431\u0435\u0442\u0430-\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043d\u0430 \u0432\u0435\u0442\u043a\u0430 Firefox 136, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 4 \u043c\u0430\u0440\u0442\u0430. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430 \u0432 Firefox 135: \u0412\u043e \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u043c \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\u0435 \u043f\u043e\u044f\u0432\u0438\u043b\u0430\u0441\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 \u043d\u0430 \u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a (\u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u0441 \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u043d\u0430 \u0434\u0440\u0443\u0433\u0438\u0435 \u044f\u0437\u044b\u043a\u0438 \u0431\u044b\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0440\u0430\u043d\u0435\u0435, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":121708,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-121707","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Firefox 135 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u043b\u044b\u0445 \u0432\u0435\u0442\u043e\u043a \u0441 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0440\u043e\u043a\u043e\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 - 115.20.0 \u0438 128.7.0.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-135\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Firefox 135 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Firefox 135 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u043b\u044b\u0445 \u0432\u0435\u0442\u043e\u043a \u0441 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0440\u043e\u043a\u043e\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 - 115.20.0 \u0438 128.7.0.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-135\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-02-04T19:46:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-02-04T19:46:03+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Release of Firefox 135 | ProHoster","description":"The release of the web browser Firefox 135 has taken place, along with updates for the previous long-term support branches - 115.20.0 and 128.7.0.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-135","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 Firefox 135 | ProHoster","og:description":"\u0421\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Firefox 135 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u043b\u044b\u0445 \u0432\u0435\u0442\u043e\u043a \u0441 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0440\u043e\u043a\u043e\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 - 115.20.0 \u0438 128.7.0.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-135","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2025-02-04T19:46:03+00:00","article:modified_time":"2025-02-04T19:46:03+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"121707","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-02-08 21:04:47","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 10:19:19","updated":"2026-02-08 21:04:47","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=121707"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121707\/revisions"}],"predecessor-version":[{"id":158157,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121707\/revisions\/158157"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/121708"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=121707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=121707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=121707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}