{"id":101707,"date":"2021-10-20T22:23:15","date_gmt":"2021-10-20T20:23:16","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-95"},"modified":"2021-10-20T22:23:15","modified_gmt":"2021-10-20T20:23:16","slug":"reliz-chrome-95","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-95","title":{"rendered":"Chrome 95 Release","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 95 of the Chrome web browser. At the same time, a stable release of the open-source project Chromium, which serves as the foundation for Chrome, is available. The Chrome browser is distinguished by its use of Google logos, a notification system in case of crashes, modules for playing protected video content (DRM), an automatic update installation system, and transmission of RLZ parameters during searches. According to the new 4-week development cycle, the next release, Chrome 96, is scheduled for November 16. For those who need more time to update, an Extended Stable branch is maintained, accompanied by an 8-week period during which an update for the previous release, Chrome 94, is provided.         <\/p>\n<\/p>\n<p>Key changes in Chrome 95:  <\/p>\n<ul>\n<li class=\"l\"> A new side panel is available for Linux, Windows, macOS, and ChromeOS users, displayed to the right of the content and activated by clicking a special icon in the address bar. The panel shows a summary of bookmarks and a reading list. The change is not enabled for all users; activation can be done using the setting &#171;chrome:\/\/flags\/#side-panel&#187;.       <center><img decoding=\"async\" alt=\"Chrome 95 Release\" src=\"\/wp-content\/uploads\/2021\/10\/811cf6946180b1f5d59c7546ab670ed4.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> An explicit request for permission to save addresses entered in web forms for later use in the autofill system has been implemented. When addresses are detected in forms, a dialog will now be shown to the user, allowing them to save the address, edit it, update a previously saved address, or decline to save it.\n<li class=\"l\"> The code for supporting the FTP protocol has been removed. Support for FTP was disabled by default in Chrome 88, but a flag was left to restore it.\n<li class=\"l\"> Support for URLs with hostnames ending in a digit that do not correspond to IPv4 addresses has been discontinued. For example, the URLs &#171;http:\/\/127.1\/&#187;, &#171;http:\/\/foo.127.1\/&#187;, and &#171;http:\/\/127.0.0.0.1&#187; are now considered invalid.\n<li class=\"l\"> For WebAssembly, the ability to create exception handlers has been implemented, which can catch execution if an exception occurs during the execution of certain code. Both the catching of known exceptions from WebAssembly modules and exceptions during calls to imported functions are supported. To catch exceptions, the WebAssembly module must be compiled by a compiler supporting exceptions, such as Emscripten.\n<p>It is noted that exception handling at the WebAssembly level significantly reduces the size of the generated code compared to JavaScript exception handling. For example, using the Binaryen optimizer with JavaScript exception handling leads to a 43% increase in code size, while WebAssembly handling results in only a 9% increase. Additionally, when using the optimization mode &#171;-O3&#187;, the code with WebAssembly exception handling performs almost identically to the code without exception handlers, whereas JavaScript exception handling slows execution by 30%.      <\/p>\n<li class=\"l\"> Cross-origin sharing of WebAssembly modules is prohibited when processing a single site.\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\"> Trimming information in the HTTP header User-Agent and JavaScript parameters navigator.userAgent, navigator.appVersion, and navigator.platform is included. The header retains only details about the browser name, major version, platform, and device type (mobile, PC, tablet). For additional data such as the exact version and extended platform details, the User Agent Client Hints API must be used. The start of User-Agent trimming for regular user systems is planned for the release of Chrome 102, which will be published in six months.\n<li class=\"l\"> The possibility of creating Access Handles for the File System Access API is proposed, allowing web applications to read and write data directly to files and directories on the user's device. To streamline access methods for web applications to the file system, Google plans to combine the File System Access API and Storage Foundation. As a preparatory step for such a merger, support for access handles is proposed, which complements file descriptor-based methods with enhanced capabilities, such as setting write locks by other processes and creating separate streams for writing and reading, including support for reading and writing from workers in synchronous mode.  <\/ul>\n<li class=\"l\"> The Secure Payment Confirmation API has been stabilized and is enabled by default, with the implementation of a new 'payment' extension that provides an additional confirmation for payment transactions. The verifying party, such as a bank, can generate a PublicKeyCredential, which the merchant can request for additional secure payment confirmation through the Payment Request API using the 'secure-payment-confirmation' payment method.\n<li class=\"l\"> In callback invocations set up through the PerformanceObserver constructor, the droppedEntriesCount property has been implemented, allowing insight into how many site performance metrics were discarded due to not fitting into the provided buffer.\n<li class=\"l\"> The EyeDropper API has been added, allowing the invocation of a browser-provided interface to determine the color of arbitrary pixels on the screen, which can be used in graphic editors implemented as web applications. const eyeDropper = new EyeDropper(); const result = await eyeDropper.open(); \/\/ result = {sRGBHex: &#8216;#160731&#8217;}\n<li class=\"l\"> The self.reportError() function has been added, allowing scripts to log errors to the console, emulating the occurrence of an unhandled exception.\n<li class=\"l\"> The URLPattern API has been added to check if a URL matches a specific pattern, which can be used for parsing links and redirecting requests to handlers in a service worker. const p = new URLPattern({ protocol: &#8216;https&#8217;, hostname: &#8216;example.com&#8217;, pathname: &#8216;\/:folder\/*\/:fileName.jpg&#8217;, });\n<li class=\"l\"> The Intl.DisplayNames API has been expanded, allowing for the retrieval of localized names for languages, countries, currencies, date elements, and more. The new version includes new name types 'calendar' and 'dateTimeField', which provide localized names for calendars and date\/time fields (for example, month names). Support for dialect usage has been added for the 'language' type.\n<li class=\"l\"> The Intl.DateTimeFormat API has added support for new values of the timeZoneName parameter: 'shortGeneric' for displaying a short time zone identifier (e.g., 'PT', 'ET'), 'longGeneric' for long (e.g., 'Pacific Time', 'Mountain Time'), 'shortOffset' for a short offset from GMT (e.g., 'GMT+5'), and 'longOffset' for a long offset from GMT (e.g., 'GMT+0500').\n<li class=\"l\"> The U2F API (Cryptotoken) has been deprecated, and it should be replaced with the Web Authentication API. The U2F API will be disabled by default in Chrome 98 and completely removed in Chrome 104.\n<li class=\"l\"> Improvements have been made to the web developer tools. The Styles panel has simplified the adjustment of CSS properties related to dimensions (height, padding, etc.). The Issues tab now allows individual issues to be hidden. The web console and the Sources and Properties panels have enhanced the display of properties (custom properties are now bolded and shown at the top of the list).    <center><img decoding=\"async\" alt=\"Chrome 95 Release\" src=\"\/wp-content\/uploads\/2021\/10\/29b935c04a5a8790cfc8c118d221fa40.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/ul>\n<p>In addition to new features and bug fixes, the new version addresses 19 vulnerabilities. Many of these vulnerabilities were identified through automated testing using AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues that bypass all levels of browser protection and execute code in the system outside of the sandbox environment have been found. As part of the vulnerability reward payout program for this release, Google has awarded 16 bounties totaling $74,000 (one bounty of $20,000, two bounties of $10,000, one bounty of $7,500, one bounty of $6,000, three bounties of $5,000, and one each of $3,000, $2,000, and $1,000). The size of 5 bounties is yet to be determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55998\">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 95. \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 \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 \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 \u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0435\u0439 \u043f\u0440\u0438 \u043f\u043e\u0438\u0441\u043a\u0435 RLZ-\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432. \u0412 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043d\u043e\u0432\u044b\u043c 4-\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u044b\u043c \u0446\u0438\u043a\u043b\u043e\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0432\u044b\u043f\u0443\u0441\u043a Chrome [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":101708,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-101707","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 95. \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-95\" \/>\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 95 | 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 95. \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-95\" \/>\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-20T20:23:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-10-20T20:23:16+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 95 Release | ProHoster","description":"Google has released version 95 of the Chrome web browser. At the same time, a stable release of the open-source project Chromium, which is the foundation of Chrome, is available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-95","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 95 | 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 95. \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-95","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-20T20:23:16+00:00","article:modified_time":"2021-10-20T20:23:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"101707","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-20 20:23:51","updated":"2022-10-03 17:21: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\/101707","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=101707"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/101707\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/101708"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=101707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=101707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=101707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}