{"id":104987,"date":"2022-09-01T21:36:44","date_gmt":"2022-09-01T19:36:45","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-105"},"modified":"2022-09-01T21:36:44","modified_gmt":"2022-09-01T19:36:45","slug":"reliz-chrome-105","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-105","title":{"rendered":"Release of Chrome 105","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 105 of the Chrome web browser. At the same time, there is a stable release of the open-source project Chromium, which serves as the basis for Chrome. The Chrome browser differs from Chromium in its use of Google logos, a system for sending crash notifications, modules for playing protected video content (DRM), automatic update installation, always-on Sandbox isolation, provision of keys for Google API, and transmission of RLZ parameters during searches. For those needing more time to update, an Extended Stable branch is separately maintained, lasting for 8 weeks. The next release of Chrome 106 is scheduled for September 27.     <\/p>\n<p>Key changes in Chrome 105:  <\/p>\n<ul>\n<li class=\"l\"> Support for specialized web applications, Chrome Apps, has been discontinued, and they have been replaced by standalone web applications based on Progressive Web Apps (PWA) technology and standard Web APIs. Initially, Google announced its intention to discontinue Chrome Apps back in 2016 and planned to cease support by 2018, but this plan was later postponed. In Chrome 105, a warning about the discontinuation of support for Chrome Apps will be displayed when attempting to install them, but the applications will still continue to run. In Chrome 109, the execution of Chrome Apps will be disabled.\n<li class=\"l\"> Additional isolation has been ensured for the &#171;renderer&#187; process responsible for rendering. This process now runs in an additional container (App Container) implemented above the existing sandbox isolation system. In the event of exploitation of a vulnerability in the rendering code, the added restrictions will prevent an attacker from accessing the network by prohibiting system calls related to network capabilities.\n<li class=\"l\"> A unified storage system for root certificates from certificate authorities (Chrome Root Store) has been implemented. This new storage is not yet enabled by default, and until the implementation is completed, certificates will continue to be verified using the storage specific to each operating system. The tested solution resembles Mozilla's approach, which maintains a separate independent storage of root certificates for Firefox, used as the first link in the trust chain verification of certificates when opening websites via HTTPS.\n<li class=\"l\"> Preparation has begun for the discontinuation of the Web SQL API, which is non-standard, rarely used, and requires a complete overhaul to meet modern security requirements. In Chrome 105, access to Web SQL from code loaded without HTTPS is prohibited, and a deprecation warning has been added in DevTools. The Web SQL API is planned for removal in 2023. An alternative based on WebAssembly will be prepared for developers who need similar functionality.\n<li class=\"l\"> In Chrome, sync support has been discontinued for Chrome 73 and earlier versions.\n<li class=\"l\"> A built-in certificate viewer has been activated for macOS and Windows platforms, replacing the operating system's interface call. Previously, the built-in viewer was only used in builds for Linux and ChromeOS.\n<li class=\"l\"> The Android platform version has added settings to manage the &#171;Topics &#038; Interest Group&#187; API, promoted under the Privacy Sandbox initiative, which allows defining user interest categories and using them instead of tracking cookies to group users with similar interests without identifying individual users. In the previous release, similar settings were added to the versions for Linux, ChromeOS, macOS, and Windows.\n<li class=\"l\"> When enhanced browser protection (Safe Browsing &gt; Enhanced protection) is enabled, telemetry collection regarding installed extensions, API calls, and connections to external sites is implemented. This data is used on Google servers to detect malicious activity and violations by browser extensions.\n<li class=\"l\"> The ability to use non-ASCII characters in domains specified in the Cookie header has been moved to the deprecated category and will be blocked in Chrome 106 (for IDN domains, domains should be specified in punycode format). This change will align the browser with the requirements of RFC 6265bis and the behavior implemented in Firefox.\n<li class=\"l\"> The Custom Highlight API allows for arbitrary styling of highlighted text areas, enabling flexibility beyond the fixed styles provided by the browser (such as ::selection and ::inactive-selection) and the highlighting of syntax errors (like ::spelling-error and ::grammar-error). The initial version of the API supports changing text and background colors using the color and background-color pseudo-elements, with additional styling capabilities planned for future updates.\n<p>Examples of tasks that can be addressed with the new API include integrating custom text highlighting mechanisms into web frameworks that provide text editing tools, varied highlighting during simultaneous collaboration by multiple users, searching in virtualized documents, and marking errors during spell checking. Previously, creating non-standard highlighting required complex manipulations of the DOM tree, but the Custom Highlight API offers ready-to-use operations for adding and removing highlights without affecting the DOM structure and applying styles tied to Range objects.    <\/p>\n<li class=\"l\"> A &#171;@container&#187; query has been added to CSS, allowing the styling of elements based on the size of their parent element. &#171;@container&#187; is similar to &#171;@media&#187; queries, but it applies not to the size of the entire visible area but to the size of the block (container) in which the element is placed, enabling the specification of custom style selection logic for child elements that is independent of the element's placement on the page.    <center><img decoding=\"async\" alt=\"Release of Chrome 105\" src=\"\/wp-content\/uploads\/2022\/09\/675b361c92314f60ecd5fad332370546.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The CSS pseudo-class &quot;:has()&quot; has been added to check for the presence of a child element within a parent. For example, &quot;p:has(span)&quot; targets elements &lt;p&gt;, which contain an element &lt;span&gt;.\n<li class=\"l\"> The HTML Sanitizer API has been added, which allows for the removal of elements from content that affect display and execution when outputting via the setHTML() method. This API is useful for cleaning incoming external data by stripping out HTML tags that could be used for XSS attacks.\n<li class=\"l\"> The Streams API (ReadableStream) can now be utilized to send fetch requests before the body of the response has loaded, meaning that data can begin to be sent without waiting for the page generation to finish.\n<li class=\"l\"> For standalone web applications (PWA, Progressive Web App), the ability to customize the appearance of the window title area is provided through Window Controls Overlay components, which extend the screen area of the web application to the entire window, giving the web application the look of a regular desktop application. The web application can manage rendering and input handling across the entire window, except for the overlaid block with standard window control buttons (close, minimize, maximize).    <center><img decoding=\"async\" alt=\"Release of Chrome 105\" src=\"\/wp-content\/uploads\/2022\/09\/393e1dbf845ba2199c94b24fc95618a7.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The ability to access Media Source Extensions from dedicated workers (in the context of DedicatedWorker) has been stabilized. This can be used, for example, to enhance the performance of buffered multimedia playback by creating a MediaSource object in a separate worker and streaming the results to an HTMLMediaElement in the main thread.\n<li class=\"l\"> In the Client Hints API, which is being developed to replace the User-Agent header and allows selective delivery of data about specific browser and system parameters (version, platform, etc.) only upon request, <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-prohoster\/\"   title=\"proxy server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3059\">proxy server<\/a>, added support for the Sec-CH-Viewport-Height property, allowing retrieval of information about the visible area height. The markup format for specifying Client Hints parameters for external resources in the &#171;meta&#187; tag has changed:    Previously:    &lt;meta name=&#187;accept-ch&#187; value=&#187;sec-ch-dpr=(https:\/\/foo.bar https:\/\/baz.qux), sec-ch-width=(https:\/\/foo.bar)&#187;&gt;     Now:    &lt;meta http-equiv=&#187;delegate-ch&#187; value=&#187;sec-ch-dpr https:\/\/foo.bar https:\/\/baz.qux; sec-ch-width https:\/\/foo.bar&#187;&gt;\n<li class=\"l\"> The ability to create global event handlers onbeforeinput (document.documentElement.onbeforeinput) has been added, allowing web applications to override text editing behavior in &lt;input&gt;, &lt;textarea&gt;, and other elements with the &#171;contenteditable&#187; attribute, at the stage before the browser modifies the element's content and the DOM tree.\n<li class=\"l\"> The capabilities of the Navigation API have been expanded, allowing web applications to intercept navigation operations in the window, initiate transitions, and analyze history with the application. New methods intercept() for intercepting transitions and scroll() for scrolling to a specified position have been added.\n<li class=\"l\"> A static method Response.json() has been added, allowing the response body to be formed based on data of the JSON type.\n<li class=\"l\"> Improvements have been made to the tools for web developers. In the debugger, editing of the top function stack is allowed when a breakpoint is triggered, without interrupting the debugging session. In the Recorder panel, which allows recording, playing back, and analyzing user actions on the page, support for breakpoints, step-by-step playback, and mouse hover event recording has been implemented.\n<p>The performance analysis panel has added LCP (Largest Contentful Paint) metrics to identify delays in rendering large (noticeable to users) elements in the visible area, such as images, videos, and block elements. In the Elements panel, a special icon marks the top layers displayed over other content. For WebAssembly, the ability to upload debugging data in DWARF format has been provided.   <\/ul>\n<p>In addition to new features and bug fixes, the new version addresses 24 vulnerabilities. Many vulnerabilities were identified through automated testing tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues were found that could bypass all levels of browser protection and execute code beyond the sandbox environment. As part of the vulnerability reward program for this release, Google has awarded 21 prizes totaling $60,500 (one prize of $10,000, one prize of $9,000, one prize of $7,500, one prize of $7,000, two prizes of $5,000, four prizes of $3,000, two prizes of $2,000, and one prize of $1,000). The amounts for seven of the rewards have not yet been determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57708\">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 105. \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":104988,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-104987","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 105. \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-105\" \/>\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 105 | 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 105. \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-105\" \/>\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-01T19:36:45+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-09-01T19:36:45+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 105 Release | ProHoster","description":"Google has released version 105 of the Chrome web browser. A stable release of the open-source Chromium project, which underlies Chrome, is available simultaneously.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-105","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 105 | 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 105. \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-105","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-01T19:36:45+00:00","article:modified_time":"2022-09-01T19:36:45+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"104987","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":"2022-09-01 19:37:44","updated":"2026-02-09 21:46:49","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\/104987","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=104987"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104987\/revisions"}],"predecessor-version":[{"id":160340,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104987\/revisions\/160340"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/104988"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=104987"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=104987"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=104987"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}