{"id":113774,"date":"2024-02-22T10:02:42","date_gmt":"2024-02-22T08:02:46","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-122"},"modified":"2024-02-22T10:02:42","modified_gmt":"2024-02-22T08:02:46","slug":"vypusk-web-brauzera-chrome-122","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-122","title":{"rendered":"Release of web browser Chrome 122","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has published the release of web browser Chrome 122. At the same time, a stable release of the open-source project Chromium, which underlies Chrome, is available. The Chrome browser differs from Chromium by the use of Google logos, a built-in crash reporting system, modules for playing protected content (DRM), an automatic update installation system, constant Sandbox isolation, the provision of keys to Google APIs, and the transmission of RLZ parameters during searches. For those who need more time to update, an Extended Stable branch is supported, which is accompanied by an 8-week period. The next release, Chrome 123, is scheduled for March 19.     <\/p>\n<p>Key changes in Chrome 122:  <\/p>\n<ul>\n<li class=\"l\"> In accordance with the requirements of the European DMA (Digital Markets Act), a screen has been added to the browser for selecting the default search engine. You can choose from the search engines available in the \"chrome:\/\/settings\/search\" settings section. The search engines in the list are displayed in random order.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/17340d07ace0c3545f1d2cfae0815649.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> A setting has been added to the \"chrome:\/\/settings\/security\" page that allows you to disable JIT optimizers in the V8 JavaScript engine. Disabling JIT can be useful for enhancing security when working with potentially dangerous web applications by reducing possible attack vectors.   <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/81363079d34211a5d5ddddacc9a4e4d4.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The Android version has added a text-to-speech feature that reads aloud the text present on the web page. Reading mode can be activated from the drop-down menu and managed using standard playback control buttons. This feature relies on an external service and sends a link to <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"servers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1895\">servers<\/a> Google, which performs speech synthesis.\n<li class=\"l\"> Testing continues on experimental features using machine learning \u2014 the smart tab grouping mode, theme generator, and interactive assistant, which were announced in the Chrome 121 release.\n<li class=\"l\"> In Safe Browsing mode, support has been implemented for asynchronously executed external checks that do not block the loading of the page being checked. However, checks against local lists are still performed synchronously, and the page is not displayed until they are completed to protect the user from encountering exploits on those pages. As for phishing, it is unlikely that a user will be able to react to the page before the external check is completed and the warning is displayed.\n<li class=\"l\"> The text of the warnings displayed when attempting to download malicious files and for already downloaded files in the download manager has been reworked.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/232abec0f7033b719e5006275ee43a53.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> A gradual shift has begun to ignore the \"unload\" event handlers, which prevent efficient use of the Back-Forward Cache (BFCache), ensuring instant transitions when using the \"Back\" and \"Forward\" buttons or when navigating through previously viewed pages of the current site. The behavior of the desktop Chrome will be closer to that of mobile browsers, which, in most cases, do not trigger the \"unload\" event, prioritizing transition caching. In Chrome 122, the handling of the \"unload\" event is disabled for 1% of users.\n<li class=\"l\"> The autocomplete system for payment parameters has been enhanced to include the ability to save the verification codes (CVV\/CVC) for local and server cards. The codes are saved after the warning is displayed and the user explicitly consents.\n<li class=\"l\"> The Storage Buckets API has been added, providing additional capabilities for managing persistent data storage on the user's local system. The new API allows data storage to be organized in segments associated with the IndexedDB and CacheStorage APIs. Segments are deleted by the browser independently of one another, and the user is given the ability to set priorities governing which segments should be deleted first. This organization allows important data to be stored in high-priority segments, while secondary data that can be lost is stored in low-priority ones. Thus, the issue of losing important data when the storage limits provided via the IndexedDB and localStorage APIs are exhausted is addressed.\n<li class=\"l\"> In the API Async Clipboard, the read() method now includes the \"unsanitized\" option, which is used when copying from and pasting into the clipboard. By enabling this option, the application is provided with the unchanged HTML markup content from the clipboard, without any cleaning, normalization, or replacement of dangerous constructs (for instance, the contents of the  block are not transformed).\n<li class=\"l\"> CSS queries like \"@container\" will not activate when unsupported features are specified; for example, the query \"@container (width &gt; 0px) or (unknown) {}\" will not trigger due to the \"unknown\" expression.\n<li class=\"l\"> CSS now allows the definition of conditions in @import rules \"@import ... supports(...)\". If the check fails, the import does not occur. For instance, to load styles when setting \"animation-timeline\" to \"auto\", you can specify 'scroll-driven-animations.css @import \"scroll-driven-animations.css\" supports(animation-timeline: auto);'.\n<li class=\"l\"> The logic for processing the pseudo-element \"::backdrop\" in CSS has been changed to meet the requirements of the updated specification; it now inherits from the original element (previously, \"::backdrop\" did not inherit values from other elements, which prevented access to properties defined in the root element).\n<li class=\"l\">  The action of the dataTransfer.clearData() method is limited to text objects, i.e., this method can no longer be applied to File objects.\n<li class=\"l\"> WebGL has introduced the drawingBufferStorage function, allowing configuration of the pixel format for the drawing buffer, enabling direct output of content with more than 8 bits per color channel and avoiding unnecessary copy operations required for conversion to the default pixel format.\n<li class=\"l\"> Improvements have been made to web development tools, including support for changing color schemes and following the style set in the selected theme in the browser.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/d7ba2f7f8ac7282caeb877ad8d35d216.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<p>The performance analysis panel has been enhanced with support for saving execution range markers (segments on the timeline) and switching between them.     <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/developer.chrome.com\/static\/blog\/new-in-devtools-122\/video\/breadcrumbs.mp4\" type=\"video\/mp4\"><\/video>  <\/center>  <\/p>\n<p>The main track (Performance &gt; Main) now displays the initiators of events and their visual connections to the events they trigger.        <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/b989d02690aaa97ea7f0ceed4c47bc48.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/p>\n<p>The network activity analysis panel now displays the reasons for request failures in the request status column. The context menu for copying the link or content of the request has been revamped.     <center><img decoding=\"async\" alt=\"Release of web browser Chrome 122\" src=\"\/wp-content\/uploads\/2024\/02\/60110eaef73050414648ded27d4ef08d.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <\/ul>\n<p>In addition to new features and bug fixes, the latest version addresses 12 vulnerabilities. Many of the vulnerabilities were discovered through automated testing using tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues that would allow bypassing all browser security levels and executing code outside the sandbox environment have been found. As part of the vulnerability reward program for this release, Google awarded 8 prizes totaling $28,000 (including one prize of $8,000, $7,000, $5,000, $3,000, and $2,000, plus three prizes of $1,000). The highest rewards were given for a bug in site isolation implementation, a buffer overflow in the Blink engine, and use-after-free access in the Mojo library.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=60643\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome. \u0411\u0440\u0430\u0443\u0437\u0435\u0440 Chrome \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 Chromium \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043b\u043e\u0433\u043e\u0442\u0438\u043f\u043e\u0432 Google, \u043d\u0430\u043b\u0438\u0447\u0438\u0435\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u043a\u0440\u0430\u0445\u0430, \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438 \u0434\u043b\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0437\u0430\u0449\u0438\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u043e\u0442 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 (DRM), \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u043c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c Sandbox-\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438, \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u043e\u0439 \u043a\u043b\u044e\u0447\u0435\u0439 \u043a Google API \u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0435\u0439 \u043f\u0440\u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":113775,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-113774","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=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.\" \/>\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\/vypusk-web-brauzera-chrome-122\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-122\" \/>\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=\"2024-02-22T08:02:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-02-22T08:02:46+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 Chrome 122 web browser | ProHoster","description":"Google has released Chrome 122 web browser. A stable release of the open-source project Chromium, which underpins Chrome, is also available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-122","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\u0412\u044b\u043f\u0443\u0441\u043a web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 122. \u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Chromium, \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043e\u0439 Chrome.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-122","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":"2024-02-22T08:02:46+00:00","article:modified_time":"2024-02-22T08:02:46+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"113774","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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-02-09 16:53:33","updated":"2026-02-09 16:53:33","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\/113774","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=113774"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/113774\/revisions"}],"predecessor-version":[{"id":159139,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/113774\/revisions\/159139"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/113775"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=113774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=113774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=113774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}