{"id":101544,"date":"2021-10-05T22:22:52","date_gmt":"2021-10-05T20:22:56","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-firefox-93"},"modified":"2021-10-05T22:22:52","modified_gmt":"2021-10-05T20:22:56","slug":"reliz-firefox-93","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-93","title":{"rendered":"Release of Firefox 93","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the web browser Firefox 93 has taken place. Additionally, updates for long-term support branches 78.15.0 and 91.2.0 have been formulated. The Firefox 94 branch has entered beta testing, with the release scheduled for November 2.     <\/p>\n<p>Key innovations:            <\/p>\n<ul>\n<li class=\"l\"> Support for the AVIF (AV1 Image Format) image format, which utilizes intra-frame compression technologies from the AV1 video encoding format, is enabled by default. It supports both full and limited color gamut color spaces, as well as transformation operations (rotation and flipping). Animation is not yet supported. To adjust compliance with the specification, the option \"image.avif.compliance_strictness\" is proposed in about:config. The default value of the HTTP header ACCEPT has been changed to \"image\/avif,image\/webp,*\/*\".\n<li class=\"l\"> The WebRender engine, written in Rust, has been made mandatory, allowing for a significant increase in rendering speed and a reduction in CPU load by offloading page content rendering operations, which are realized through shaders executed on the GPU. For systems with older graphics cards or problematic graphic drivers, WebRender applies a software rasterization mode (gfx.webrender.software=true). The option to disable WebRender (gfx.webrender.force-legacy-layers and MOZ_WEBRENDER=0) has been discontinued.\n<li class=\"l\"> Improved support for the Wayland protocol. A layer has been added to address clipboard issues in environments based on the Wayland protocol. The update also includes changes that eliminate flickering when moving a window to the edge of the screen in multi-monitor configurations while using Wayland.\n<li class=\"l\"> The built-in PDF viewer has implemented the ability to open documents with interactive XFA forms, commonly used in electronic forms from various banks and government institutions.  <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/ac8a5db8c3fc808128bdf9f1f55ae081.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> File download protection is enabled for files delivered over HTTP without encryption but initiated from pages opened via HTTPS. Such downloads are vulnerable to tampering due to transit traffic control, yet since they originate from HTTPS pages, users may mistakenly feel they are secure. When attempting to download such data, users will receive a warning that allows them to cancel the block if they choose. Additionally, downloading files from isolated iframes without the allow-downloads attribute specified is now prohibited and will be silently blocked.     <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/3f75c34eebaeb88821a98ffac017a27a.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The implementation of the SmartBlock mechanism has been improved to address issues on websites caused by the blocking of external scripts in private browsing mode or when enhanced tracking protection (strict) is activated. SmartBlock automatically replaces tracking scripts with placeholders that ensure the website loads correctly. The placeholders are tailored for several popular user tracking scripts listed in Disconnect. The new version includes adaptive blocking for Google Analytics scripts, Google ad network scripts, and widgets from Optimizely, Criteo, and Amazon TAM.\n<li class=\"l\"> In private browsing modes and enhanced tracking protection (strict), additional protection for the HTTP header \"Referer\" has been enabled. In these modes, sites are now prohibited from using the Referrer-Policy HTTP header settings \"no-referrer-when-downgrade\", \"origin-when-cross-origin\", and \"unsafe-url\", which allow bypassing default settings to send the full URL in the \"Referer\" header to third-party sites. Recall that in Firefox 87, to block potential leaks of confidential data, the \"strict-origin-when-cross-origin\" policy was enabled by default, which trims paths and parameters from the \"Referer\" when sending requests to other hosts over HTTPS, sends an empty \"Referer\" when transitioning from HTTPS to HTTP, and sends the full \"Referer\" for internal transitions within the same site. However, the effectiveness of the change was questioned as sites could manipulate the Referrer-Policy to revert to the old behavior.\n<li class=\"l\"> The Windows platform now supports automatic unloading of tabs from memory when the free memory level in the system reaches critically low values. First, the tabs consuming the most memory and those that the user has not accessed for a long time are unloaded. When switching to an unloaded tab, its content is automatically reloaded. This functionality is promised to be added in a future release for Linux.\n<li class=\"l\"> The design of the download panel has been aligned with the overall visual style of Firefox.  <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/9d4535d9518b73ba108b54ff8eba8e60.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In compact mode, the margins between the main menu elements, overflow menu, bookmarks, and browsing history have been reduced.    <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/6d508fa40eef90af2cbcb8ef32f61512.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> SHA-256 has been added to the algorithms available for HTTP Authentication, previously only MD5 was supported.\n<li class=\"l\"> TLS ciphers using the 3DES algorithm are disabled by default. For example, the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite is vulnerable to the Sweet32 attack. Support for 3DES can be restored by explicitly allowing it in the settings of older TLS versions.\n<li class=\"l\"> On the macOS platform, the issue of session loss when launching Firefox from a mounted '.dmg' file has been resolved.\n<li class=\"l\"> A user interface has been implemented for visually entering the date and time for the web form element .      <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/ac84fb43313511a126fa0f27ce03754d.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> For elements with the aria-label or aria-labelledby attribute, the meter role (role=\"meter\") has been implemented, allowing for the creation of numeric value indicators that change within a specified range (for example, battery charge indicators).    <center><img decoding=\"async\" alt=\"Release of Firefox 93\" src=\"\/wp-content\/uploads\/2021\/10\/36514a538d76bde853bf93195de4d6b9.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for the keyword \"small-caps\" has been added to the CSS property font-synthesis.\n<li class=\"l\"> The method Intl.supportedValuesOf() has been implemented, returning an array of supported calendars, currencies, counting systems, and units of measurement.\n<li class=\"l\"> Classes now have the ability to use static initialization blocks to group code that runs once during class processing:       class C {       \/\/ This block will run during class processing       static { console.log('C\u2019s static block'); }     }\n<li class=\"l\"> Support for calling HTMLElement.attachInternals has been added for access to additional form management methods.\n<li class=\"l\"> The attribute shadowRoot has been added to the ElementInternals method, allowing custom elements to access their separate root in the Shadow DOM, regardless of its state.\n<li class=\"l\"> The createImageBitmap() method has added support for imageOrientation and premultiplyAlpha properties.\n<li class=\"l\"> A global function reportError() has been added, allowing scripts to log errors to the console, simulating the occurrence of an uncatchable exception.\n<li class=\"l\"> Improvements in the version for the Android platform:\n<ul>\n<li class=\"l\"> When running on tablets, buttons for 'forward', 'back', and 'reload page' have been added to the panel.\n<li class=\"l\"> Automatic filling of usernames and passwords in web forms is enabled by default.\n<li class=\"l\"> Support for using Firefox as a password manager to fill in logins and passwords in other applications has been added (enabled via 'Settings' &gt; 'Logins and passwords' &gt; 'Autofill in other apps').\n<li class=\"l\"> A new page has been added at 'Settings' &gt; 'Logins and passwords' &gt; 'Saved Logins' &gt; 'Add Login' for manually adding credentials to the password manager.\n<li class=\"l\"> A new page has been added at 'Settings' &gt; 'Data collection' &gt; 'Studies and switch off', allowing users to opt out of participating in testing experimental features.  <\/ul>\n<\/ul>\n<\/ul>\n<p>In addition to new features and bug fixes, Firefox 93 addresses 13 vulnerabilities, 10 of which are marked as critical. 9 vulnerabilities (grouped under CVE-2021-38500, CVE-2021-38501, and CVE-2021-38499) are caused by memory management issues, such as buffer overflows and accessing already freed memory areas. These issues could potentially allow an attacker to execute code when opening specially crafted pages.       <\/p>\n<p>The beta release of Firefox 94 features a new utility page 'about:unloads', where users can force unload specific tabs to reduce memory consumption without closing them (the content will be reloaded when switching back to the tab).<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55923\">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 93. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \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\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; 78.15.0 \u0438 91.2.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 94, \u0440\u0435\u043b\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0430\u043c\u0435\u0447\u0435\u043d \u043d\u0430 2 \u043d\u043e\u044f\u0431\u0440\u044f. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432\u0430: \u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 AVIF (AV1 Image Format), \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u044b \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438 \u0432\u043d\u0443\u0442\u0440\u0438\u043a\u0430\u0434\u0440\u043e\u0432\u043e\u0433\u043e \u0441\u0436\u0430\u0442\u0438\u044f \u0438\u0437 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e AV1. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":101545,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-101544","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 93. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \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\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 - 78.15.0 \u0438 91.2.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-93\" \/>\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 93 | 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 93. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \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\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 - 78.15.0 \u0438 91.2.0.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-93\" \/>\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=\"2021-10-05T20:22:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-10-05T20:22:56+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\udd47Firefox 93 Release | ProHoster","description":"The release of the Firefox web browser 93 has occurred. Additionally, updates for the long-term support branches - 78.15.0 and 91.2.0 have been formed.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-93","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 93 | 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 93. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \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\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 - 78.15.0 \u0438 91.2.0.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-firefox-93","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":"2021-10-05T20:22:56+00:00","article:modified_time":"2021-10-05T20:22:56+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"101544","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":null,"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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-10-05 20:37:04","updated":"2022-10-03 17:29:01","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\/101544","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=101544"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/101544\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/101545"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=101544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=101544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=101544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}