{"id":103167,"date":"2022-02-02T15:36:55","date_gmt":"2022-02-02T13:36:57","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-98"},"modified":"2022-02-02T15:36:55","modified_gmt":"2022-02-02T13:36:57","slug":"reliz-chrome-98","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-98","title":{"rendered":"Chrome 98 release.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 98 of the Chrome web browser. Simultaneously, a stable release of the open-source Chromium project, which serves as the foundation of Chrome, is available. The Chrome browser features Google's logo, a notification system for crashes, modules for playing DRM-protected video content, an automatic update installation system, and the transmission of RLZ parameters during searches. The next release, Chrome 99, is scheduled for March 1.       <\/p>\n<\/p>\n<p>Key changes in Chrome 98:  <\/p>\n<ul>\n<li class=\"l\"> The browser integrates its own store of root certificates from certificate authorities (Chrome Root Store), which will be used instead of external stores specific to each operating system. The store is implemented similarly to the independent root certificate store in Firefox, serving as the first link in verifying the certificate trust chain when opening sites via HTTPS. This new store is not yet used by default. To simplify the translation of configurations tied to system stores and ensure portability, there will be a transitional period during which the Chrome Root Store will include a complete collection of certificates approved on most supported platforms.\n<li class=\"l\"> The plan to enhance protection against attacks related to accessing resources on the local network or the user's computer (localhost) from scripts loaded when opening a site continues. Such requests are 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>To protect against such attacks, when accessing any subresources on the internal network, the browser will start sending an explicit loading permission request for these subresources. The permission request is made by sending to <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"server\" data-wpil-keyword-link=\"linked\">server<\/a> The main site for CORS (Cross-Origin Resource Sharing) requests with the header 'Access-Control-Request-Private-Network: true' should be contacted before accessing the internal network or localhost. When the operation is confirmed in response to this request, the server must return the header 'Access-Control-Allow-Private-Network: true'. In Chrome 98, this verification is implemented in a trial mode, and if confirmation is not present, a warning is displayed in the web console, but the subresource request is not blocked. Blocking is expected to be enabled no earlier than the release of Chrome 101.                        <\/p>\n<li class=\"l\"> Account settings now include tools for managing the activation of Enhanced Safe Browsing, which activates additional checks to protect against phishing, malicious activity, and other web threats. When this mode is activated, users will now see a prompt in their Google account to enable it in Chrome.\n<li class=\"l\"> A model for detecting phishing attempts on the client side has been added, implemented using the TFLite (TensorFlow Lite) machine learning platform, and it does not require sending data for verification on Google's side (telemetry containing model version information and calculated weight coefficients for each category is sent, however). When a phishing attempt is detected, users will see a warning page before opening a suspicious site.\n<li class=\"l\"> In the Client Hints API, being developed as a replacement for the User-Agent header and allowing selective delivery of data about specific browser and system parameters (version, platform, etc.) only after a 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=\"3036\">proxy server<\/a>, the option to substitute fake names into the browser identifier list has been implemented, similarly to the TLS GREASE (Generate Random Extensions And Sustain Extensibility) mechanism. For instance, in addition to 'Chrome'; v='98' and 'Chromium'; v='98', a random identifier of a non-existent browser '(Not;Browser'; v='12' can be added to the list. This substitution will help identify issues with processing identifiers of unknown browsers, which lead to alternative browsers having to impersonate other popular browsers to bypass the checks against the list of allowed browsers.\n<li class=\"l\"> Starting January 17, the Chrome Web Store catalog will no longer accept extensions using the second version of the Chrome manifest. New extensions will now only be accepted with the third version of the manifest. Developers of previously added extensions will still be able to publish updates using the second version of the manifest. Full support for the second version of the manifest is set to be discontinued in January 2023.\n<li class=\"l\">  Support for colored vector fonts in the COLRv1 format (a subset of OpenType fonts that contains, in addition to vector glyphs, a layer with color information), which can be used, for example, to create multicolored emoji, has been added. Unlike the previously supported COLRv0 format, COLRv1 introduces the ability to use gradients, overlays, and transformations. The format also provides a compact storage form, ensures efficient compression, and allows for contour reuse, significantly reducing font size. For example, the Noto Color Emoji font in raster form takes up 9MB, whereas in vector format COLRv1 it is only 1.85MB.    <center><img decoding=\"async\" alt=\"Chrome 98 release.\" src=\"\/wp-content\/uploads\/2022\/02\/04c99770a2a73b9089f072a5298df305.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The Origin Trials mode (experimental features requiring separate activation) has implemented the Region Capture API, which allows cropping captured video. For instance, cropping may be necessary in web applications that capture video from their tab's content to remove specific content before sending. The Origin Trial allows the specified API to be used from applications loaded from localhost or 127.0.0.1, or after registering and obtaining a special token that is valid for a limited time for a specific site.\n<li class=\"l\"> The CSS property 'contain-intrinsic-size' has been updated to support the value 'auto', which will use the last recorded size of the element (when used together with 'content-visibility: auto', the developer does not need to guess the rendered size of the element).\n<li class=\"l\"> The AudioContext.outputLatency property has been added, allowing information about the predicted latency before sound output to be retrieved (the delay between requesting sound and the beginning of processing the received data by the output device).\n<li class=\"l\"> The CSS property color-scheme allows you to define which color schemes an element can be correctly displayed in (\"light\", \"dark\", \"day mode\", and \"night mode\"). It introduces the \"only\" parameter, which excludes forced color scheme changes for specific HTML elements. For instance, specifying \"div { color-scheme: only light }\" will ensure that the div element uses only the light theme, even if dark mode is forcibly enabled in the browser.\n<li class=\"l\"> CSS now supports media queries 'dynamic-range' and 'video-dynamic-range' to determine the presence of a screen that supports HDR (High Dynamic Range).\n<li class=\"l\"> The window.open() function now includes the ability to specify whether to open a link in a new tab, a new window, or a popup window. Additionally, the window.statusbar.visible property now returns 'false' for popups and 'true' for tabs and windows. const popup = window.open('_blank', '', 'popup=1'); \/\/ Open in a popup const tab = window.open('_blank', '', 'popup=0'); \/\/ Open in a tab\n<li class=\"l\"> The structuredClone() method has been implemented for windows and workers, allowing the creation of recursive copies of objects that include properties not only of the specified object but also of all other objects that the current object references.\n<li class=\"l\"> The Web Authentication API has added support for the FIDO CTAP2 specification extension, which allows you to set a minimum allowable PIN code size (minPinLength).\n<li class=\"l\"> A Window Controls Overlay component has been added for installed standalone web applications, expanding the application screen area to the entire window, including the title area, on which standard window control buttons (close, minimize, maximize) are overlaid. The web application can manage rendering and input handling for the whole window except for the overlaid block with window control buttons.\n<li class=\"l\"> The WritableStreamDefaultController has added a signal handling property that returns an AbortSignal object, allowing immediate stopping of write operations in a WritableStream without waiting for their completion.\n<li class=\"l\"> In WebRTC, support for the SDES key agreement mechanism has been removed, which was declared obsolete by the IETF in 2013 due to security issues.\n<li class=\"l\"> The U2F API (Cryptotoken) is disabled by default, which was previously deprecated and replaced by the Web Authentication API. The U2F API will be completely removed in Chrome 104.\n<li class=\"l\"> The API Directory has deprecated the field installed_browser_version, which has been replaced by the new field pending_browser_version. This new field contains information about the browser version taking into account downloaded but not yet applied updates (i.e., the version that will take effect after restarting the browser).\n<li class=\"l\"> Support for TLS 1.0 and 1.1 has been removed.\n<li class=\"l\"> Improvements have been made to the web developer tools. A tab has been added to evaluate the performance of the back-forward cache, which provides instant navigation when using the 'Back' and 'Forward' buttons. The ability to emulate forced-colors media queries has been introduced. In the Flexbox editor, buttons have been added to support row-reverse and column-reverse properties. The 'Changes' tab now displays changes after code formatting, making it easier to analyze minified pages.      <center><img decoding=\"async\" alt=\"Chrome 98 release.\" src=\"\/wp-content\/uploads\/2022\/02\/fe6d4125ac4ac260c6bedadda4f1eb77.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<p>The code viewing panel has been updated to release CodeMirror 6, which significantly enhances performance when working with very large files (WASM, JavaScript). Issues with random offsets during navigation have been resolved, and autocomplete system recommendations for code editing have been improved. The CSS properties panel has added the ability to filter output by the name or value of the property.  <center><img decoding=\"async\" alt=\"Chrome 98 release.\" src=\"\/wp-content\/uploads\/2022\/02\/03b99832b7e50679e2aa738ad9103514.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/ul>\n<p>In addition to new features and bug fixes, the latest version has addressed 27 vulnerabilities. Many of these vulnerabilities were identified through automated testing using tools like AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues allowing bypassing all layers of browser protection to execute code outside the sandbox environment have been found. As part of the vulnerability reward program for this release, Google has awarded 19 prizes totaling $88,000 (two prizes of $20,000, one prize of $12,000, two prizes of $7,500, four prizes of $1,000, and one prize each of $7,000, $5,000, $3,000, and $2,000).<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=56619\">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 98. \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 \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 \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. \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0432\u044b\u043f\u0443\u0441\u043a Chrome 99 \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 1 \u043c\u0430\u0440\u0442\u0430. [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":103168,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-103167","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 98. \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-98\" \/>\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 98 | 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 98. \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-98\" \/>\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-02-02T13:36:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-02-02T13:36:57+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 98 Release | ProHoster","description":"Google has released version 98 of the Chrome web browser. The 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\/reliz-chrome-98","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 98 | 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 98. \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-98","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-02-02T13:36:57+00:00","article:modified_time":"2022-02-02T13:36:57+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"103167","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-02-02 13:38:01","updated":"2026-02-09 21:46:45","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\/103167","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=103167"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/103167\/revisions"}],"predecessor-version":[{"id":172972,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/103167\/revisions\/172972"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/103168"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=103167"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=103167"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=103167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}