{"id":123433,"date":"2025-04-07T15:05:16","date_gmt":"2025-04-07T13:05:16","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-135"},"modified":"2025-04-07T15:05:16","modified_gmt":"2025-04-07T13:05:16","slug":"vypusk-web-brauzera-chrome-135","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-135","title":{"rendered":"Release of Chrome web browser 135","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 135 of the Chrome web browser. At the same time, a stable release of the free Chromium project, which serves as the foundation for Chrome, is available. The Chrome browser differs from Chromium by its use of Google logos, a system for sending notifications in case of crashes, modules for playing DRM-protected video content, an automatic update installation system, the constant inclusion of Sandbox isolation, the provision of keys for Google API, and the transmission of RLZ parameters during searches. For those who need more time to update, an Extended Stable branch is available, supported for 8 weeks. The next release, Chrome 136, is scheduled for April 29.     <\/p>\n<p>Key changes in Chrome 135:  <\/p>\n<ul>\n<li class=\"l\"> Protection against hidden user identification has been added using HSTS (HTTP Strict Transport Security) caching. HSTS allows websites to redirect users to HTTPS when accessing via HTTP. During operation, the hostname set through HSTS is stored in an internal cache, which allows the presence or absence of the host in the cache to be used to store a single bit of information.\n<p>To hide a 32-bit user identifier, an array of 32 images can be used, served from different hosts via HTTP (http:\/\/bit0.example.com\/image.jpg, http:\/\/bit1.example.com\/image.jpg, etc.). The identifier is determined by checking which hosts the images were loaded from via HTTPS and which ones via HTTP (if images were previously served through HTTP and redirected to HTTPS via HSTS, they will immediately be loaded via HTTPS on subsequent requests, bypassing the HTTP call). The protection has been reduced to allowing HSTS updates only for top-level resources while blocking HSTS updates in subresource requests.        <\/p>\n<li class=\"l\"> A locally running machine learning model has been added to enhance the detection of password input forms on pages and automatic password changes. If a password is deemed compromised, Chrome will display a warning when attempting to log in with that password, suggesting a password change. If accepted, the browser will generate a strong password, change the password on the site, and save the new password in the password manager \u2014 AI will automatically fill in and submit the necessary web forms on the required site and update the saved password.\n<li class=\"l\"> The enhanced protection mode (Safe Browsing &gt; Enhanced protection) has been updated with the ability to use a large language model to identify phishing pages based on their content. The AI model runs on the client side, but in cases where suspicious content is found, a further check is performed on. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-gdansk\/\"   title=\"servers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4572\">servers<\/a> Google. If the additional verification is confirmed, a warning is displayed to the user. Verification is currently only performed for pages using the Keyboard Lock API.\n<li class=\"l\"> For users who have linked Chrome to their Google account, there is now the ability to save installed extensions to their Google Account for automatic use of these extensions on all devices the user utilizes.\n<li class=\"l\"> Users who have recently linked their Google account or are using Chrome Sync have their synchronized settings, site shortcuts, and themes stored separately from local settings. This means that after disabling Chrome Sync on a device, the original settings will remain, and local settings will not load when connecting to Google.\n<li class=\"l\"> In the Android version, support for the built-in password manager has been discontinued, replaced by the unified Google Password Manager, which is delivered through Google Play. Users can save the contents of the old password manager in CSV format for transfer to other password managers.\n<li class=\"l\"> In incognito mode, a non-disconnectable browser-side blocking of third-party cookies has been implemented, set when visiting sites other than <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domain\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4159\">domain<\/a> the current page (such cookies are used to track user movements across sites in the code of advertising networks, social media widgets, and web analytics systems). The ability to manage third-party cookie blocking on the website side remains unchanged, but the BlockThirdPartyCookies setting in incognito mode cannot now be set to false in the browser.\n<li class=\"l\"> CSS has introduced pseudo-elements \u2018::column\u2019, \u2018::scroll-button\u2019, \u2018::scroll-marker\u2019, and \u2018::scroll-marker-group\u2019, which can be used to implement carousel-style scrolling.      <center>  <video controls=\"\" style=\"width: 700px; height: 400px; max-width:100%\"><source src=\"https:\/\/developer.chrome.com\/static\/blog\/carousels-with-css\/carousel-explorations.mp4\" type=\"video\/mp4\"><\/video>  <\/center>\n<li class=\"l\"> HTML attributes &quot;command&quot; and &quot;commandfor&quot; have been implemented, which can be used in buttons instead of the attributes &quot;popovertargetaction&quot; and &quot;popovertarget&quot; for declarative menu interaction settings upon button clicks. When using the new attributes, all the menu interaction logic is handled by the browser, without the need for custom JavaScript handlers. For example, to create a dropdown menu, it is sufficient to specify:         &lt;button commandfor=&quot;&raquo;my-menu&raquo;&quot; command=&quot;&raquo;show-popover&raquo;&quot;&gt;Open Menu&lt;\/button&gt;     &lt;div popover id=&quot;&raquo;my-menu&raquo;&quot;&gt;     &hellip;     &lt;\/div&gt;\n<li class=\"l\"> The shape() function has been added in CSS, allowing for the creation of shapes using the CSS properties clip-path and offset-path. The shape() function supports shape creation commands equivalent to the path() function but allows for the use of standard CSS syntax.\n<li class=\"l\"> The Web Speech API, which provides functionalities for speech synthesis and recognition, has been updated to support the MediaStreamTrack interface for processing audio coming from various sources, including external audio tracks. Previously, the Web Speech API could only handle audio from the default microphone.\n<li class=\"l\"> JavaScript has introduced support for typed arrays Float16Array, intended for storing values of type Float16.\n<li class=\"l\"> An Observable API has been added for handling event streams asynchronously. This API allows subscribing to an object to receive events as they arrive and declaratively describe the transformation stream that will be applied to incoming events.\n<li class=\"l\"> The method navigator.xr.supportsSession, which was previously marked as deprecated, has been removed. Instead, you should use the method navigator.xr.isSessionSupported as specified in the WebXR specification.\n<li class=\"l\"> The settings InsecurePrivateNetworkRequestsAllowedForUrls and InsecurePrivateNetworkRequestsAllowed, which were used to enable the PNA 1.0 (Private Network Access) mechanism that restricts loading resources from publicly available sites that reference hosts on the internal network (127.0.0.0\/8, 192.168.0.0\/16, 10.0.0.0\/8, etc.), have been removed. This behavior was exploited by attackers to carry out CSRF attacks on routers, access points, printers, corporate web interfaces, and other devices and services that accept requests only from the local network.\n<p>Due to incompatibility with some devices, PNA 1.0 could be enabled only optionally. The PNA 2.0 specification has been developed to replace PNA 1.0, which does not require changes on the device side and only necessitates changes on the websites that need access to intranet resources. PNA 1.0 and PNA 2.0 are not compatible with each other, so Google intends to first remove support for PNA 1.0 before implementing PNA 2.0.    <\/p>\n<li class=\"l\"> The option to restore support for the deprecated MutationEvent interface and the associated synchronous DOM events DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, and DOMCharacterDataModified has been removed. This interface was used to track changes in the DOM tree but had a negative impact on page performance and hindered the implementation of some new features. This API was disabled by default last summer, but Chrome retained the MutationEventsEnabled option to restore support. As an alternative, it is recommended to use the Mutation Observer API.\n<li class=\"l\"> The web development tools have enhanced performance analysis capabilities.          <\/ul>\n<p>In addition to new features and bug fixes, the new version addresses 14 vulnerabilities. Many of these vulnerabilities were identified through automated testing with AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL tools. No critical issues that allow bypassing all levels of browser protection and executing code in the system outside of the sandbox environment were found. As part of the bug bounty program for the current release, Google has awarded 8 bounties totaling $17,000, including one $10,000 reward and two $2,000, $1,000, and $500 rewards.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63008\">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 135. \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 RLZ-\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-123433","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - 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 135. \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-135\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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 135 | 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 135. \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-135\" \/>\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=\"2025-04-07T13:05:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-07T13:05: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\udd47Release of the Chrome web browser 135 | ProHoster","description":"Google has released version 135 of the Chrome web browser. At the same time, a stable release of the free Chromium project, which serves as the foundation for Chrome, is available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-135","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 135 | 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 135. \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-135","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":"2025-04-07T13:05:16+00:00","article:modified_time":"2025-04-07T13:05:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"123433","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":"2026-03-05 11:14:38","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 12:05:22","updated":"2026-03-05 11:14:38","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\/123433","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=123433"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123433\/revisions"}],"predecessor-version":[{"id":164450,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123433\/revisions\/164450"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=123433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=123433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=123433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}