{"id":108439,"date":"2023-05-10T00:48:10","date_gmt":"2023-05-09T22:48:13","guid":{"rendered":"https:\/\/prohoster.info\/?p=108439"},"modified":"2023-05-10T08:54:51","modified_gmt":"2023-05-10T06:54:51","slug":"reliz-firefox-113","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-113","title":{"rendered":"Firefox 113 Release","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the Firefox 113 web browser has taken place, alongside the formation of the long-term support branch update \u2014 102.11.0. The Firefox 114 branch has entered beta testing, with its release scheduled for June 6.     <\/p>\n<p>Key innovations in Firefox 113:  <\/p>\n<ul>\n<li class=\"l\"> The address bar now displays the entered search query instead of the search engine's URL (i.e., the keywords are shown in the address bar not only while typing but also after submitting to the search engine and displaying results related to the entered keywords). This change only applies when accessing search engines directly from the address bar. If the query is entered on the search engine\u2019s site, the URL will be displayed in the address bar. Leaving search keywords in the address bar simplifies sending refined search queries, as it avoids the need to scroll back to the input area while viewing results.    <center><img decoding=\"async\" alt=\"Firefox 113 Release\" src=\"\/wp-content\/uploads\/2023\/05\/f55cf928d388e548d685dd92033d58eb.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<p>To manage the aforementioned behavior, a special option has been proposed in the search settings section (about:preferences#search), along with the parameter \u2018browser.urlbar.showSearchTerms.featureGate\u2019 in about:config.    <center><img decoding=\"async\" alt=\"Firefox 113 Release\" src=\"\/wp-content\/uploads\/2023\/05\/189ff4d7171260925f57ffd5fafe3b2b.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/p>\n<li class=\"l\"> A contextual menu has been added to the dropdown list of search suggestions, which appears when clicking the \u2018\u2026\u2019 button. The menu allows for removing a search query from the browsing history and disabling the display of sponsored links.    <center><img decoding=\"async\" alt=\"Firefox 113 Release\" src=\"\/wp-content\/uploads\/2023\/05\/98b52d81088c46f06f1af61113d17a8a.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> An improved implementation of the 'Picture-in-Picture' video viewing mode has been proposed, which adds buttons for skipping forward and backward by 5 seconds, a button for quickly expanding the window to full screen, and a quick rewind slider with position and duration indicators.    <center><img decoding=\"async\" alt=\"Firefox 113 Release\" src=\"\/wp-content\/uploads\/2023\/05\/5ac6ddca1b1217394ea7724e8b3f0eca.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> When viewing pages in private browsing mode, there is enhanced blocking of third-party cookies and isolation of the browser storage used in tracking visits.\n<li class=\"l\"> When filling in passwords in registration forms, the reliability of automatically generated passwords has increased, now including special characters.\n<li class=\"l\"> Support for animated images (AVIS) has been added in the implementation of the AVIF (AV1 Image Format), which employs intraframe compression technologies from the AV1 video encoding format.\n<li class=\"l\"> The engine supporting technologies for people with disabilities (accessibility engine) has been redesigned. Performance, responsiveness, and stability for working with screen readers, single sign-on interfaces, and accessibility frameworks have been significantly increased.\n<li class=\"l\"> When importing bookmarks from Safari and Chromium-based browsers, support for importing associated bookmark images (favicons) has been added.\n<li class=\"l\"> The sandbox isolation of processes interacting with the GPU on the Windows platform has been tightened. For Windows systems, the ability to drag content from Microsoft Outlook with the mouse has been implemented. In Windows builds, a stretching visual effect is enabled by default when attempting to scroll beyond the end of a page.\n<li class=\"l\"> In the macOS builds, access to the Services submenu is provided directly from Firefox's context menu.\n<li class=\"l\"> In scripts using the Worklet interface (a simplified version of Web Workers, providing access to low-level rendering and audio processing stages), support has been added for importing JavaScript modules using the \u2018import\u2019 expression.\n<li class=\"l\"> Support for certain functions defined in the CSS Color Level 4 specification\u2014color(), lab(), lch(), oklab(), and oklch()\u2014which are used to specify colors in the sRGB, RGB, HSL, HWB, LHC, and LAB color spaces has been enabled by default.\n<li class=\"l\"> A new color-mix() function has been introduced in CSS, allowing colors to be mixed in any color spaces based on a specified percentage (for example, to add 10% blue to white, you can specify \u2018color-mix(in srgb, blue 10%, white);\u2019).\n<li class=\"l\"> A new CSS property \u2018forced-color-adjust\u2019 has been added to disable forced color adjustments for individual elements, leaving them with full control over colors through CSS.\n<li class=\"l\"> CSS now supports the @media \u2018scripting\u2019 media query, allowing for checking the availability of script execution capabilities (for example, CSS can determine whether JavaScript support is enabled).\n<li class=\"l\">  A new syntax for pseudo-classes \u2018:nth-child(an + b)\u2019 and \u2018:nth-last-child()\u2019 has been introduced, allowing selectors to pre-filter child elements before applying the main \u2018An+B\u2019 selection logic.\n<li class=\"l\"> The Compression Streams API has been added, providing an interface for compressing and decompressing data in gzip and deflate formats.\n<li class=\"l\"> Support for the CanvasRenderingContext2D.reset() and OffscreenCanvasRenderingContext2D.reset() methods has been added, designed to reset the drawing context to its original state.\n<li class=\"l\"> Support for additional WebRTC functions implemented in other browsers has been added: RTCMediaSourceStats, RTCPeerConnectionState, RTCPeerConnectionStats (\u2018peer-connection\u2019 RTCStatsType), RTCRtpSender.setStreams(), and RTCSctpTransport.\n<li class=\"l\"> Firefox-specific WebRTC features mozRTCPeerConnection, mozRTCIceCandidate, and mozRTCSessionDescription, which have long been deprecated, have been removed. The deprecated attribute CanvasRenderingContext2D.mozTextStyle has also been removed.\n<li class=\"l\"> The web developer tools have enhanced the search functionality in files available in the JavaScript debugger. The search panel has been moved to the standard sidebar, allowing results to be seen while editing scripts. Minified results and results from the node_modules directory are displayed. By default, search results in ignored files are hidden. Support for wildcard searching and the use of modifiers during the search has been added (for example, to search case-insensitively or apply regular expressions).\n<li class=\"l\"> In the HTML file viewer, a pretty print mode for embedded JavaScript code has been enabled.\n<li class=\"l\"> In the JavaScript debugger, overriding script files is allowed. A new option, 'Add script override', has been added to the context menu for code files, allowing you to upload a script file to your computer and edit it. This edited script will be used when processing the page, even after reloading.      <center><img decoding=\"async\" alt=\"Firefox 113 Release\" src=\"\/wp-content\/uploads\/2023\/05\/655227735357b2d36e3a0130eb38f875.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the Android version:\n<ul>\n<li class=\"l\"> By default, hardware acceleration for decoding AV1 video is enabled; if not supported, a software decoder is used.\n<li class=\"l\"> The use of GPU for Canvas2D rasterization has been enabled.\n<li class=\"l\"> The interface of the built-in PDF viewer has been improved, making it easier to save open PDF files.\n<li class=\"l\"> A problem with video playback in landscape mode has been resolved.    <\/ul>\n<\/ul>\n<p>In addition to new features and bug fixes, Firefox 113 addresses 41 vulnerabilities. Out of these, 33 are classified as critical, with 30 vulnerabilities (tracked under CVE-2023-32215 and CVE-2023-32216) stemming from memory management issues such as buffer overflows and dereferencing freed memory areas. These issues could potentially allow an attacker to execute malicious code upon opening specifically crafted pages. Vulnerability CVE-2023-32207 allows bypassing permission requests through forcing a click on a confirmation button via overlaying deceptive content (clickjacking). Vulnerability CVE-2023-32205 allows hiding browser warnings through pop-up overlays.    <\/p>\n<p>In the beta version of Firefox 114, a user interface has been implemented for managing the exception list for 'DNS over HTTPS'. The 'DNS over HTTPS' settings have been moved to the 'Privacy and Security' section. It is now possible to search bookmarks directly from the 'Bookmarks' menu. The button to open the bookmarks menu can now be placed on the toolbar. Selective search in the local browsing history has been added when using 'Search History' in the History, Library, or Application menus.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=59106\">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 113 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0442\u043a\u0438 \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; 102.11.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 114, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 6 \u0438\u044e\u043d\u044f. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430 \u0432 Firefox 113: \u0412\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 \u0432\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430, \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u043e\u043a\u0430\u0437\u0430 URL \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b (\u0442.\u0435. \u043a\u043b\u044e\u0447\u0438 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0432 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":108440,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-108439","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.2 - 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 113 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0442\u043a\u0438 \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 - 102.11.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 114, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 6 \u0438\u044e\u043d\u044f.\" \/>\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-113\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\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 113 | 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 113 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0442\u043a\u0438 \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 - 102.11.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 114, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 6 \u0438\u044e\u043d\u044f.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-113\" \/>\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=\"2023-05-09T22:48:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-05-10T06:54:51+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 113 | ProHoster","description":"The release of the Firefox 113 web browser has occurred, along with the formation of a long-term support branch update - 102.11.0. The Firefox 114 branch has entered the beta testing stage, with its release scheduled for June 6.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-113","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 113 | 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 113 \u0438 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0435\u0442\u043a\u0438 \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 - 102.11.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 114, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 6 \u0438\u044e\u043d\u044f.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-113","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":"2023-05-09T22:48:13+00:00","article:modified_time":"2023-05-10T06:54:51+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108439","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=108439"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108439\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/108440"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=108439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=108439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=108439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}