{"id":121360,"date":"2025-01-16T15:46:07","date_gmt":"2025-01-16T13:46:13","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-132"},"modified":"2025-01-16T15:46:07","modified_gmt":"2025-01-16T13:46:13","slug":"vypusk-web-brauzera-chrome-132","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-132","title":{"rendered":"Release of web browser Chrome 132","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 132 of the web browser Chrome. At the same time, the stable release of the open-source project Chromium, which serves as the basis for Chrome, is also available. The Chrome browser differs from Chromium by using Google logos, featuring a crash notification system, modules for playback of protected content (DRM), an automatic update installation system, constant Sandbox isolation, delivery of keys to Google API, and transmission of RLZ parameters during searches. For those who need more time to update, a separately maintained Extended Stable branch is available, lasting for 8 weeks. The next release, Chrome 133, is scheduled for February 4.     <\/p>\n<p>Main changes in Chrome 132:  <\/p>\n<ul>\n<li class=\"l\"> Heuristic has been added that automatically enables the 'HTTPS-First' feature, redirecting HTTP requests to HTTPS for users who typically use HTTPS in their practice. If a user disagrees with enabling 'HTTPS-First', they can forcibly disable this mode in the settings. When 'HTTPS-First' is active, access to sites that do not support HTTPS is done by falling back to HTTP if the request fails after redirection to HTTPS or if there are certificate issues. If HTTPS is unavailable, a special warning is displayed before opening the site via HTTP.\n<li class=\"l\"> Searching capabilities have been enhanced with the Google Lens service ('Search with Lens'), accessible through the context menu. In addition to searching by images and highlighted text, support for asking questions in natural language related to the content of web pages and PDF documents has been added. To submit a question, you should invoke the search interface via Google Lens through the menu and enter your question at the top of the newly displayed sidebar. The number of languages available in the translation overlay feature has been expanded (the translated text is shown over the original text in the image).     <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/fa9fd5883d02b5c38911c166131dee52.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for sandbox process isolation, ensuring the operation of the network service, has been provided for the Windows platform. To enable isolation, the option '--enable-features=NetworkServiceSandbox' has been added. You can check the isolation modes on the 'chrome:\/\/sandbox\/' page.\n<li class=\"l\"> The settings now include the option to selectively upload passwords and addresses previously saved on the local system to the cloud storage linked to the Google account.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/e6debeddc086e899d069d82ae03372aa.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In desktop builds, instead of synchronizing between devices using a separate account, users can link their browsers to their Google account used in services like Gmail and Google Docs. For example, when signing into Gmail, there will now be a prompt to log in with this account in Chrome to save and synchronize open tabs, settings, history, bookmarks, passwords, addresses, extensions, themes, and PWA applications.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/16469e243a7f07c46a54c9b3ecf07663.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/cb1489d14a5f930464de64dee86416ac.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> A setting 'chrome:\/\/flags\/#enable-user-link-capturing-pwa' has been added, and when activated, clicking links related to the installed Web application (PWA) leads to opening the regular website and shows an indicator in the address bar for switching to use the web application. Previously, opening such links would directly transition to the web application without the ability to interact with the page as a regular website.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/faa5da63f73f9acf73ce65e431295106.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> For the <dialog> element, the events 'beforetoggle' and 'toggle' (ToggleEvent) have been implemented, allowing you to determine the moments of opening and closing the dialog, and to invoke your handlers at the stage before the dialog starts showing\/closing or when the dialog is already shown or closed. When the showModal or show method is called, ToggleEvent events are generated with the value 'open' in the newState parameter, and when closing the dialog, with the value 'closed'.\n<li class=\"l\"> An InvalidStateError exception is generated when calling the methods showPopover() and showModal() for elements with the 'popover' attribute or 'dialog' elements that are in an inactive document. Previously, such calls were silently ignored.\n<li class=\"l\"> In addition to the ability to capture video and arbitrary areas in the tab, the Element Capture API has been added for capturing individual HTML elements. This capability may be useful in situations where elements overlap each other. For example, in a web application for video conferencing, allowing other web applications to be embedded via iframe, the new API may be needed to capture the content of an iframe as video and send it to other participants.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/dd4d1e0ab0f3a888378dd9b51534b7c5.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The method getAllScreensMedia() has been added to capture the content of all screens connected to the device.\n<li class=\"l\"> In the Android version and WebView-based components, the File System Access API is now allowed, enabling web applications to read and write data directly to files and directories on the user's device. Previously, this API was only available in desktop builds. The methods showOpenFilePicker() and showSaveFilePicker() can be used to invoke file selection dialogs.\n<li class=\"l\"> In the CSS property <a href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/writing-mode\">writing-mode<\/a>, which allows configuring text positioning in forms, support for the keywords sideways-rl and sideways-lr has been implemented, which are useful for organizing vertical output of traditional text that does not use hieroglyphs.\n<li class=\"l\"> In the CSS properties 'inset' and 'margin', the use of the anchor-size() value is allowed.\n<li class=\"l\"> The ability to activate scroll areas when navigating using the keyboard has been restored, allowing users without a mouse to first switch to the desired area using the Tab key and then scroll its contents with the arrow keys. This feature was previously disabled due to regressions in accessibility tools, which have been resolved in this version.\n<li class=\"l\"> New methods Request.bytes() and Response.bytes() have been added, returning a promise for reading using a Uint8Array object.\n<li class=\"l\"> HTTP header Strict-Transport-Security is now ignored in responses from <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-los-angeles\/\"   title=\"server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3913\">server<\/a>, hosted on the local system and accepting requests via localhost.\n<li class=\"l\"> The WebGPU API has implemented texture blending with 32-bit floating-point color formats (r32float, rg32float, and rgba32float). The GPUDevice object now includes the adapterInfo attribute.\n<li class=\"l\"> The capabilities of tools for web developers have been expanded. Support for the AI assistant Gemini has been added to simplify debugging and clarify questions related to network requests, source files, and performance tracing. The chat history with the AI assistant can now be saved.   <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/8df2dfd572814570c4566c87d99467fc.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<p>The Sensors panel has implemented a simulation of various CPU load intensities (Nominal, Fair, Serious, Critical). The memory consumption assessment panel has added support for grouping JavaScript objects by name. The configurator design has been updated. In the Computed tab, real-time updates of computed values have been ensured (useful for tracking changes in values during animation). In the 'Application &gt; Storage' section, the ability to inspect browser extensions' storage has been added.  <center><img decoding=\"async\" alt=\"Release of web browser Chrome 132\" src=\"\/wp-content\/uploads\/2025\/01\/e77565d34cde9aeae0d3b05afee98739.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <center>  <div class=\"youtube-placeholder\" data-id=\"kzDUe-f4gac\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/kzDUe-f4gac\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div>  <\/center>        <\/ul>\n<p>In addition to new features and bug fixes, this version addresses 16 vulnerabilities. Many of these vulnerabilities were identified through automated testing using AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL tools. Five issues have been assigned a high severity level. No critical issues that could bypass all layers of browser protection and execute code outside of the sandbox environment were detected. Under the vulnerability rewards program for this release, Google has awarded 13 prizes totaling $37,000 (including two prizes of $7,000 and $5,000, one prize of $3,000, three prizes of $2,000, and four prizes of $1,000). The exact amount of one of the rewards has not yet been determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=62562\">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 132. \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":121361,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-121360","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.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 132. \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-132\" \/>\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 132 | 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 132. \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-132\" \/>\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-01-16T13:46:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-01-16T13:46:13+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\udd47 Release of Chrome web browser 132 | ProHoster","description":"Google has released Chrome web browser version 132. 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\/vypusk-web-brauzera-chrome-132","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 132 | 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 132. \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-132","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-01-16T13:46:13+00:00","article:modified_time":"2025-01-16T13:46:13+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"121360","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-02-22 15:49:11","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 09:44:19","updated":"2026-02-22 15:49:11","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\/121360","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=121360"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121360\/revisions"}],"predecessor-version":[{"id":162441,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/121360\/revisions\/162441"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/121361"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=121360"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=121360"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=121360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}