{"id":145137,"date":"2025-10-14T23:11:55","date_gmt":"2025-10-14T21:11:57","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-firefox-144"},"modified":"2025-10-14T23:11:55","modified_gmt":"2025-10-14T21:11:57","slug":"reliz-firefox-144","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-144","title":{"rendered":"Release of Firefox 144","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of web browser Firefox 144 has taken place, and updates for the previous long-term support branches \u2014 140.4.0 and 115.29.0 \u2014 have been formed. The Firefox 145 branch has entered the beta testing phase, with its release scheduled for November 11.     <\/p>\n<p>Key innovations in Firefox 144 (1, 2, 3):  <\/p>\n<ul>\n<li class=\"l\"> A new profile management system has been activated for all users. In the profile form, users can create completely independent browser sessions, each with its own settings, history, bookmarks, extensions, and internal databases. Each profile is stored in a separate subdirectory \"~\/.mozilla\/firefox\/\". You can assign a color scheme, icon, and name to each profile. Switching between profiles and creating new ones is done through a new section displayed at the top of the main menu.\n<p>The session separation technology is similar to the old profiles, which were activated from the command line with the \"-P\" option; however, the interfaces and profile lists of the old and new systems do not overlap (the old interface, launched with the command \"firefox \u2014ProfileManager\", does not display new profiles, while the new one, accessible through the menu, does not show old profiles).     <center><img decoding=\"async\" alt=\"Release of Firefox 144\" src=\"\/wp-content\/uploads\/2025\/10\/8dae2826b0db4ffbfce47bde80261b9b.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/p>\n<li class=\"l\"> The ability to keep a visible active tab while minimizing the other tabs in a group has been introduced (you can work with a separate tab without expanding the whole group).     <center><img decoding=\"async\" alt=\"Release of Firefox 144\" src=\"\/wp-content\/uploads\/2025\/10\/d481f02213f3fc6a6ff962c2ff0238ba.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support has been added to move a tab into a minimized group with the mouse without automatically expanding the group.    <center><img decoding=\"async\" alt=\"Release of Firefox 144\" src=\"\/wp-content\/uploads\/2025\/10\/cda9c9da0c74d49149483280c8cefcd5.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> It is now possible to close the window displaying video in \"picture-in-picture\" mode without stopping the playback (the video will continue to play in the main window). Closing without interruption is done by clicking the close button while holding the Shift key or by pressing the Shift + Esc key combination.\n<li class=\"l\"> For encrypting accounts saved in the built-in password manager, the AES-256-CBC algorithm has been employed. Previously, the AES-256-CBC algorithm was only used for end-to-end encryption of accounts in Firefox Sync, but on local storage, data was encrypted using the outdated 3DES-CBC algorithm.\n<li class=\"l\"> A new option has been added to the context menu that appears when right-clicking on an image, allowing users to search using Google Lens. With Google Lens, you can perform operations such as searching for similar products and objects, as well as copying, translating, and searching for text displayed in the image. This feature is only available when Google is selected as the default search engine.\n<li class=\"l\"> Users can now send queries to the Perplexity search service via the address bar, which utilizes AI to generate responses to questions asked in natural language.\n<li class=\"l\"> On the Windows platform, when opening links from other applications, Firefox now uses the existing window on the current virtual desktop or creates a new window if there isn\u2019t one (but does not switch to other virtual desktops).\n<li class=\"l\"> In the web developer tools, the ability to navigate to definitions of custom CSS properties from var() functions shown on the styles inspection page has been implemented. The pop-ups in the style inspection page provide a clear distinction between built-in and user-defined events.\n<li class=\"l\">  An Element.moveBefore API has been added to move an element in the DOM tree without resetting its state.\n<li class=\"l\"> The CSS property math-shift has been updated to support the value \"compact,\" which includes a compact representation of superscripts in MathML formulas.\n<li class=\"l\"> In the PerformanceEventTiming API, which provides additional information for measuring and optimizing interface responsiveness, the InteractionID attribute has been added to identify user interactions. This identifier allows different metrics to be linked to a single user action, for example, when touching a touchscreen, multiple events such as pointerdown, mousedown, pointerup, mouseup, and click are generated, and InteractionID allows all these events to be connected to a single touch.\n<li class=\"l\"> HTML attributes &quot;command&quot; and &quot;commandfor&quot; have been implemented, which can be used in buttons instead of the attributes &quot;popovertargetaction&quot; and &quot;popovertarget&quot; for declarative menu interaction settings upon button clicks. When using the new attributes, all the menu interaction logic is handled by the browser, without the need for custom JavaScript handlers. For example, to create a dropdown menu, it is sufficient to specify:       &lt;button commandfor=&quot;&raquo;my-menu&raquo;&quot; command=&quot;&raquo;show-popover&raquo;&quot;&gt;Open Menu&lt;\/button&gt;     &lt;div popover id=&quot;&raquo;my-menu&raquo;&quot;&gt;     &hellip;     &lt;\/div&gt;\n<li class=\"l\"> Support for the View Transitions API has been added, designed to create animation effects when switching between different states of the DOM (for example, a smooth transition from one image to another) or transitioning from one page to another within the same site.\n<li class=\"l\"> The ability to use dithering when rendering gradients defined through CSS properties linear-gradient, conic-gradient, and radial-gradient has been provided using hardware-accelerated WebRender.\n<li class=\"l\"> The Map and WeakMap objects have implemented the \"upsert\" specification, simplifying work with key\/value pair collections. New methods getOrInsert and getOrInsertComputed have been added, which return the existing value associated with the specified key or create a new record if the key is not found.\n<li class=\"l\"> The ScreenOrientation API has been enhanced with lock() and unlock() methods to fix the screen orientation on tablets running Windows and Android.\n<li class=\"l\"> Support for transferring RTCDataChannel objects within WebWorker messages has been added.\n<li class=\"l\"> The getUserMedia method has been updated with a resizeMode parameter, enabling cropping and scaling during video capture from the camera.\n<li class=\"l\"> The WebGPU API now includes the GPUDevice.importExternalTexture method for importing textures from HTMLVideoElement or VideoFrame objects.\n<li class=\"l\"> A machine translation indicator has been added in Firefox for Android, allowing users to evaluate the status of the page translation process (whether the entire page has been translated or not). Firefox is now available for installation from the Huawei AppGallery app store. The platform version requirements have been increased \u2014 at least Android 8 is required for operation.    <\/ul>\n<p>In addition to new features and bug fixes, Firefox 144 addresses 24 vulnerabilities. Sixteen of these vulnerabilities are due to memory management issues, such as buffer overflows and access to already freed memory areas. These issues may potentially allow an attacker to execute code by opening specially crafted pages.     <\/p>\n<p>The beta version of Firefox 145 available for testing is notable for enhancing the rounding of buttons, tabs, the address bar, and input fields, as well as adding support for Matroska containers (for codecs AVC, HEVC, VP8, VP9, AV1, AAC, Opus, and Vorbis) and discontinuing support for 32-bit Linux systems. It is noted that maintaining Firefox on 32-bit platforms is becoming increasingly complicated and unreliable, with support for 32-bit builds having already been discontinued in most Linux distributions. Users of 32-bit Linux distributions are advised to switch to using 64-bit operating systems. For those who cannot promptly update their distribution, the ESR branch of Firefox 140 can be used, with security updates being generated at least until September of next year.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=64052\">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 144 \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; 140.4.0 \u0438 115.29.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 145, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 11 \u043d\u043e\u044f\u0431\u0440\u044f. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430 \u0432 Firefox 144 (1, 2, 3): \u0414\u043b\u044f \u0432\u0441\u0435\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u043c\u0438. \u0412 \u0444\u043e\u0440\u043c\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0435 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":145138,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-145137","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 144 \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 - 140.4.0 \u0438 115.29.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-144\" \/>\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 144 | 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 144 \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 - 140.4.0 \u0438 115.29.0.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-144\" \/>\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-10-14T21:11:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-14T21:11:57+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 144 | ProHoster","description":"The release of the Firefox 144 web browser has taken place, and updates to the previous long-term support branches - 140.4.0 and 115.29.0 - have been formed.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-144","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 144 | 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 144 \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 - 140.4.0 \u0438 115.29.0.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-144","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-10-14T21:11:57+00:00","article:modified_time":"2025-10-14T21:11:57+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"145137","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-01-23 15:19:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 15:19:19","updated":"2026-01-23 15:19:19","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\/145137","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=145137"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/145137\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/145138"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=145137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=145137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=145137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}