{"id":105189,"date":"2022-09-28T15:36:50","date_gmt":"2022-09-28T13:36:53","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-106"},"modified":"2022-09-28T15:36:50","modified_gmt":"2022-09-28T13:36:53","slug":"reliz-chrome-106","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-106","title":{"rendered":"Chrome 106 Release","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 106 of the Chrome web browser. At the same time, a stable release of the open-source project Chromium, which underlies Chrome, is available. Chrome differs from Chromium in its use of Google logos, the inclusion of a crash reporting system, modules for playing protected video content (DRM), an automatic update installation system, always-enabled sandbox isolation, the provision of keys for Google API, and the transmission of RLZ parameters during searches. For those needing more time to update, an Extended Stable branch is separately supported for 8 weeks. The next release of Chrome 107 is scheduled for October 25.     <\/p>\n<p>Key changes in Chrome 106:  <\/p>\n<ul>\n<li class=\"l\"> For users of the desktop builds, the Prerender2 mechanism for pre-rendering recommendations content in the Omnibox address bar is enabled by default. Pre-rendering complements the previously available ability to load the most likely recommendations without waiting for user clicks. In addition to loading, the content of related recommendation pages can now be pre-rendered in the background (including executing scripts and forming the DOM tree), enabling instant display of suggestions after a click.\n<li class=\"l\"> The ability to search through history, bookmarks, and tabs directly from the Omnibox address bar has been provided. Control tags for localization of the search are suggested: @history, @bookmarks, and @tabs. For example, to search bookmarks, you need to enter \u2018@bookmarks search phrase\u2019. A special option is available in the search settings to disable search from the address bar.    <center><img decoding=\"async\" alt=\"Chrome 106 Release\" src=\"\/wp-content\/uploads\/2022\/09\/a14a1941bb47e4e1f06aec8cb23a9813.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>  <center><img decoding=\"async\" alt=\"Chrome 106 Release\" src=\"\/wp-content\/uploads\/2022\/09\/d59619a42e66a52ec6aa99baeda5ae73.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for Server Push technology, defined in the HTTP\/2 and HTTP\/3 standards and allowing <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-shicago\/\"   title=\"server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"2892\">server<\/a> to send resources to the client without waiting for their explicit request. The reason for discontinuing support is cited as the excessive complication of implementing the technology when simpler and equally effective alternatives exist, such as the  tag, HTTP response 103, and the WebTransport protocol. According to Google statistics, in 2021, about 1.25% of websites operating on HTTP\/2 used Server Push, while in 2022 this figure dropped to 0.7%. The Server Push technology is also present in the HTTP\/3 specification, but in practice, many server and client software products, including the Chrome browser, did not initially implement it.\n<li class=\"l\"> The ability to use non-ASCII characters in domains specified in the Cookie header has been disabled (for IDN domains, they should be specified <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domains\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4062\">domains<\/a> in punycode format). This change aligns the browser with the requirements of RFC 6265bis and the behavior implemented in Firefox.\n<li class=\"l\"> Clearer labels have been proposed for identifying displays in multi-monitor configurations. Such labels can be shown in permission dialogs for opening windows on external screens. For example, instead of the external screen number (\u2018External Display 1\u2019), the model name of the monitor (\u2018HP Z27n\u2019) will now be displayed.\n<li class=\"l\"> Improvements in the Android version:\n<ul>\n<li class=\"l\"> The visit history page has implemented support for the \u2018Journey\u2019 mechanism, which summarizes past activity by grouping information on previously made search queries and viewed pages. When entering keywords into the address bar, if they were previously used in queries, you are offered to continue the search from where it left off.\n<li class=\"l\"> On devices with Android 11, the option to lock a page opened in incognito mode after switching to another app has been provided. To continue viewing after the lock, authentication is required. By default, the lock is disabled and must be activated in the privacy settings.\n<li class=\"l\"> When trying to download files from incognito mode, an additional confirmation request for saving the file is displayed along with a warning that the downloaded file can be seen by other users of the device, as it will be saved in the downloads manager.  <center><img decoding=\"async\" alt=\"Chrome 106 Release\" src=\"\/wp-content\/uploads\/2022\/09\/fd02bdab6c77bbfeb1fb7866b41b4a47.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>  <\/ul>\n<li class=\"l\"> The provision of the chrome.runtime API for all sites has been discontinued. This API is now only available with browser extensions that are connected to it. Previously, chrome.runtime was accessible for all sites as it was used by the built-in CryptoToken extension implementing the U2F API, support for which has been discontinued.\n<li class=\"l\"> Several new APIs have been added in Origin Trials (experimental features that require separate activation). Origin Trials allow the specified API to be used from applications loaded from localhost or 127.0.0.1, or after registration and obtaining a special token, which is valid for a limited time for a specific site.\n<ul>\n<li class=\"l\"> The concept of anonymous iframes allows loading a document in a separate context that is not linked to other iframes and the main document.\n<li class=\"l\"> The Pop-Up API for organizing the display of interface elements over other elements, for example, to facilitate interactive menus, tooltips, content selection tools, and training systems. A new attribute \u2018popup\u2019 is used to display the element on the topmost layer. Unlike dialogs created with the <dialog> element, the new API allows for creating non-modal dialogs, handling events, using animations, and creating flexible controls for the pop-up area.    <\/ul>\n<li class=\"l\"> Support for interpolation has been implemented for the 'grid-template-columns' and 'grid-template-rows' properties used in CSS Grid, allowing for smooth transitions between different grid states.\n<li class=\"l\"> The CSS property 'forced-color-adjust' has been enhanced to support the value 'preserve-parent-color', whereby the 'color' property inherits its value from the parent element.\n<li class=\"l\"> The property 'hyphenate-character' has been freed from the '-webkit-' prefix and is now accessible by its name. This property can be used to set a string that replaces the end-of-word hyphenation character ( '-') when wrapping to the next line.\n<li class=\"l\"> The third edition of the Intl.NumberFormat API has been implemented, introducing new functions formatRange(), formatRangeToParts(), and selectRange(), set grouping, new rounding options and precision settings, and the ability to interpret strings as decimal numbers.\n<li class=\"l\"> The ReadableStream API has added support for efficient direct transfer of binary data from a serial port, bypassing internal queues and buffers. Direct transfer is enabled by setting the BYOB mode \u2014 'port.readable.getReader({ mode: 'byob' })'.\n<li class=\"l\"> The audio and video APIs (AudioDecoder, AudioEncoder, VideoDecoder, and VideoEncoder) now support the 'dequeue' event and associated callback calls, which are activated when the codec begins executing scheduled encoding or decoding tasks.\n<li class=\"l\"> The WebXR Device API has implemented raw access to camera image textures, synchronized with the current position in the virtual environment.\n<li class=\"l\"> Improvements have been made to the web developer tools. The Sources panel now allows for grouping files by source. Stack tracing for asynchronous operations has been enhanced. There is now an option to automatically ignore known third-party scripts during debugging. The option to hide ignored files in the menu and panels has been introduced. The call stack handling in the debugger has also seen improvements.  <center><img decoding=\"async\" alt=\"Chrome 106 Release\" src=\"\/wp-content\/uploads\/2022\/09\/ae18546d7cae86dac9bdf5f149de0fb4.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<p>A new Interactions track has been added to the Performance panel for visualizing interactions with the page and identifying potential responsiveness issues.  <center><img decoding=\"async\" alt=\"Chrome 106 Release\" src=\"\/wp-content\/uploads\/2022\/09\/9d5a0894288c8c84d042a68aecc6a2d5.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/ul>\n<p>In addition to new features and bug fixes, this version also addresses 20 vulnerabilities. Many of the vulnerabilities were discovered through automated testing with tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues that would allow bypassing all levels of browser protection and executing code outside the sandbox environment have been identified. As part of the bug bounty program for this release, Google has awarded 16 prizes totaling $38,500 (including one prize each of $9,000, $7,500, $7,000, $5,000, $4,000, $3,000, $2,000, and $1,000). The amount of eight rewards is yet to be determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57841\">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 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 106. \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":105190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-105189","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 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 106. \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\/reliz-chrome-106\" \/>\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 Chrome 106 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 106. \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\/reliz-chrome-106\" \/>\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=\"2022-09-28T13:36:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-09-28T13:36:53+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\udd47Chrome 106 Release | ProHoster","description":"Google has released version 106 of the Chrome web browser. A stable release of the open-source project Chromium, which serves as the foundation for Chrome, is also available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-106","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 Chrome 106 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Google \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u0440\u0435\u043b\u0438\u0437 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 106. \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\/reliz-chrome-106","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":"2022-09-28T13:36:53+00:00","article:modified_time":"2022-09-28T13:36:53+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"105189","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 21:41:58","updated":"2026-03-05 11:10:18","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\/105189","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=105189"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105189\/revisions"}],"predecessor-version":[{"id":163165,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105189\/revisions\/163165"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/105190"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=105189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=105189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=105189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}