{"id":123876,"date":"2025-04-30T21:05:07","date_gmt":"2025-04-30T19:05:10","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-136-s-izolyacziej-stilya-prosmotrennyh-ssylok"},"modified":"2025-04-30T21:05:07","modified_gmt":"2025-04-30T19:05:10","slug":"vypusk-web-brauzera-chrome-136-s-izolyacziej-stilya-prosmotrennyh-ssylok","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-136-s-izolyacziej-stilya-prosmotrennyh-ssylok","title":{"rendered":"Release of web browser Chrome 136 with isolation of viewed links style","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 136 of the Chrome web browser. At the same time, a stable version of the free project Chromium, which forms the basis of Chrome, is available. Chrome differs from Chromium by the use of Google logos, a crash notification system, modules for playing copy-protected video content (DRM), automatic update installation, continuous Sandbox isolation, the inclusion of keys for the Google API, and the transmission of RLZ parameters during searches. For those who need more time to update, an Extended Stable branch is separately maintained, lasting 8 weeks. The next Chrome release, version 137, is scheduled for May 27.     <\/p>\n<p>Main changes in Chrome 136:  <\/p>\n<ul>\n<li class=\"l\"> Added protection against leaking information about previously visited pages caused by the CSS pseudo-class ':visited', which allows the styling of previously opened links. Up to Chrome version 136, clicking on a link would change the styling of that link across all sites displaying it, regardless of which site initiated the visit. On their own site, an attacker could determine whether a user had previously opened links of interest by analyzing the change in styling of those links. For example, if a list of links to different pages is created, previously visited pages in that list will be highlighted by the browser in a different color, allowing one to infer whether the links were opened before.\n<p>To block information leakage about visited links, Chrome has implemented isolation of the ':visited' selector's processing in relation to the viewed site, meaning that elements are now styled with ':visited' only if they were previously opened from the current site and within the current iframe. The isolation is achieved through hashing the style of visited links using a key made up of three components \u2014 the link, the top-level site, and the host used in the iframe.     <center><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/1b7c32185a1ed94d8970942e0f14d484.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/p>\n<p>For example, if there was a transition from site 'A' through a link, this link will now only be highlighted on site 'A' and remain unchanged on the attacker's site. An exception is made only for iframes loaded from the main site (same-origin) and links to the current site. Thus, when opening site 'A', links leading to site 'A' will be highlighted even if the transitions to them were from another site, but other links will only be highlighted if the transitions were from site 'A'.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/b38d06dfb9b49ed751e07f0f2ab9564a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>  <center><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/e24121bf356c24439edcf641d14a834a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <\/p>\n<p>In Firefox, protection against such leaks was introduced in 2010, but there were methods to bypass it. For instance, in 2024, Firefox 122 eliminated the possibility of analyzing pixel colors using filters that utilize the currentColor parameter and manipulations with the canvas tag in SVG.      <\/p>\n<li class=\"l\"> The Android version implements the transmission of <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"servers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1979\">servers<\/a> Google telemetry with data on APK packages loaded through the browser. Currently, the functionality is limited to sending telemetry, but in the future, it will be used to issue warnings and block the download of malicious APK files. The check is performed only when the enhanced protection mode in the browser settings is enabled (Safe Browsing &gt; Enhanced protection).\n<li class=\"l\"> For remote debugging, it is now required to specify a separate data directory, designated at launch via the parameter \u2014user-data-dir, which must be specified along with the \u2014remote-debugging-pipe or \u2014remote-debugging-port parameters. Using the default directory in Windows, Linux, and macOS will no longer allow remote debugging. This change is due to efforts to combat malware that exploits remote debugging to extract data from Google Chrome. When using a separate directory, a different encryption key is applied, preventing access to user working data in the main directory. This change only applies to Chrome and not to Chromium.\n<li class=\"l\"> The design of scrollbars has been improved on Linux and Windows platforms. When inactive, the scrollbar is hidden and appears only when scrolling resumes. For controlling the new scrollbar design, settings are provided at chrome:\/\/flags#fluent-overlay-scrollbars and chrome:\/\/flags#fluent-scrollbars.  <center><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/6fc5942fd8980c8478aa5b05ca16e21d.png\" style=\"display:block;margin: 0 auto;\" \/><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/55250fe3582b32958aefab8cfe5d45dd.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the CSS function attr(), the argument of type \u2018string\u2019 has been renamed to \u2018raw-string\u2019, in accordance with the decision of the working group coordinating the development of CSS specifications. This change aims to eliminate confusion due to the similarity between the expressions \u2018attr(foo type())\u2019 and \u2018attr(foo string)\u2019.\n<li class=\"l\"> In the ProgressEvent API, used to create progress indicators, the attributes \u2018loaded\u2019 and \u2018total\u2019 now use \u2018double\u2019 instead of \u2018unsigned long long\u2019, which corresponds to the behavior of the <progress> HTML element and allows the indicator to reflect gradual changes in non-integer values, for example, when changing a value from 0 to 1.\n<li class=\"l\"> For escaping strings used within regular expressions, a static method \u2018RegExp.escape\u2019 has been proposed. Strings escaped using RegExp.escape can be safely used as a pattern in the RegExp() constructor.\n<li class=\"l\"> The website is allowed to automatically generate Passkey keys based on credentials that have already been saved for that site. The creation of Passkey occurs without displaying a separate modal dialog if the user has previously confirmed credential creation for the site.\n<li class=\"l\"> A CSS property \u2018dynamic-range-limit\u2019 has been added to limit the maximum brightness of HDR content.\n<li class=\"l\"> In the Speculation Rules API (), used for configuring pre-fetching of resources, it is now permitted to specify an optional \u2018tag\u2019 field for source tracking. The contents of this field will be sent via the HTTP header Sec-Speculation-Tags.\n<li class=\"l\"> Support for the H265 (HEVC) codec has been added in WebRTC and the MediaRecorder API, in addition to previously supported VP8, H.264, VP9, and AV1.\n<li class=\"l\"> The tools for web developers now have expanded capabilities in the performance analysis panel. Reports have been added for requests using the old HTTP\/1.1 protocol, cache performance, and optimization with the font-display property. On the 'Privacy and security &gt; Privacy &gt; Third-party cookies' page, a search feature for individual cookies has been introduced. An experimental feature for displaying warnings about issues with elements and attributes in the DOM has also been added.    <center><img decoding=\"async\" alt=\"Release of web browser Chrome 136 with isolation of viewed links style\" src=\"\/wp-content\/uploads\/2025\/04\/56bfe9fae5c25571ad0a1e14d847633d.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>          <\/ul>\n<p>In addition to new features and bug fixes, the latest version addresses 8 vulnerabilities. Many of these vulnerabilities were identified through automated testing using tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues that would allow bypassing all browser security levels and executing code outside the sandbox environment were found. Under the bug bounty program for this release, Google awarded 4 rewards totaling $10,000 (one reward of $5,000, two rewards of $2,000, and one of $1,000).<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63162\">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 136. \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":123877,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-123876","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 \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 136. \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-136-s-izolyacziej-stilya-prosmotrennyh-ssylok\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome 136 \u0441 \u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0435\u0439 \u0441\u0442\u0438\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a | 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 136. \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-136-s-izolyacziej-stilya-prosmotrennyh-ssylok\" \/>\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-30T19:05:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-30T19:05:10+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 web browser Chrome 136 with style isolation for viewed links | ProHoster","description":"Google has released version 136 of its web browser Chrome. At the same time, a stable release of the open-source project Chromium, which serves as the foundation for Chrome, is available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-136-s-izolyacziej-stilya-prosmotrennyh-ssylok","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 136 \u0441 \u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0435\u0439 \u0441\u0442\u0438\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a | 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 136. \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-136-s-izolyacziej-stilya-prosmotrennyh-ssylok","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-30T19:05:10+00:00","article:modified_time":"2025-04-30T19:05:10+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"123876","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-09 17:45:58","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 12:34:21","updated":"2026-02-09 17:45:58","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\/123876","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=123876"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123876\/revisions"}],"predecessor-version":[{"id":159223,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123876\/revisions\/159223"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/123877"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=123876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=123876"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=123876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}