{"id":142213,"date":"2025-09-03T17:11:54","date_gmt":"2025-09-03T15:11:57","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov"},"modified":"2025-09-03T17:11:54","modified_gmt":"2025-09-03T15:11:57","slug":"vypusk-web-brauzera-chrome-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov","title":{"rendered":"The release of the Chrome 140 web browser introduces IP hiding and script blocking support.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 140 of the Chrome web browser. At the same time, a stable release of the free project Chromium, which serves as the basis for Chrome, is available. Chrome differs from Chromium in that it uses Google logos, includes a crash reporting system, modules for playing DRM-protected video content, an automatic update installation system, continuous Sandbox isolation, provides keys to Google APIs, and transmits RLZ parameters during searches. For those who need more time to update, the Extended Stable branch, with support for 8 weeks, is maintained separately. The next release, Chrome 141, is scheduled for September 30.     <\/p>\n<p>Key changes in Chrome 140:  <\/p>\n<ul>\n<li class=\"l\"> To enhance protection against tracking across websites in incognito mode, a feature has been implemented to hide the user's IP address information in third-party contexts (for example, on pages loaded via iframe). The hiding is applied only to domains present in the MDL (Masked Domain List) and is achieved by sending requests not directly but through Google\u2019s proxy server. Consequently, the site will see the incoming <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/lir\/ipv4\/\"   title=\"an IP address\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"736\">an IP address<\/a> proxy address instead of the user\u2019s.\n<li class=\"l\"> To obtain selective information about users' IP addresses when the IP protection mode is enabled in the browser, which sends requests through a transit proxy, a mechanism called PRT (Probabilistic Reveal Token) has been implemented. PRT involves sending a header with an encrypted token that allows obtaining a random truncated sample of real client IP addresses that have accessed a given <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domain\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1243\">domain<\/a>, but are not tied to specific requests. Some PRT tokens contain real IP information, while others do not, and the token's content can only be determined after a certain period of time by decrypting it with a key issued by Google after a separate request. Such information about IP addresses can be used in fraud protection systems and for analyzing the quality of web traffic.    <center><img decoding=\"async\" alt=\"The release of the Chrome 140 web browser introduces IP hiding and script blocking support.\" src=\"\/wp-content\/uploads\/2025\/09\/359c69990530693ae72cab891939584d.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The incognito mode includes a &#171;Script Blocking&#187; mechanism that selectively blocks access to certain JavaScript APIs that could be used for hidden user identification. For example, differences in how images are rendered across browsers via the Canvas API may be considered as an additional identifier. Blocking applies only to third-party content (such as that embedded on the page via iframe or script tags) when specific activity related to hidden identification is detected and for domains on the MDL (Masked Domain List) that have been identified for engaging in hidden identification.\n<li class=\"l\"> The OverrideDefaultOzonePlatformHintToAuto mode has been enabled for automatic backend selection in the Ozone layer, which abstracts interaction with the graphical subsystem. This change allows for adaptive activation of the Wayland backend on systems that support Wayland, without being tied to the X11 backend by default.\n<li class=\"l\"> An AI-based automatic password change feature has been implemented. If a password appears in known databases of compromised accounts, upon attempting to log in with that password, Chrome will display a warning with a suggestion to change the password. If the user agrees, the browser will generate a strong password, change the password on the site (automatically filling out and submitting the required web forms), and save the new password in the password manager.    <center><img decoding=\"async\" alt=\"The release of the Chrome 140 web browser introduces IP hiding and script blocking support.\" src=\"\/wp-content\/uploads\/2025\/09\/c42f944c84772f22bf2b2749b69a137a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> DSE Prewarming (Default Search Engine Prewarming) has been optimized to accelerate the opening of the search results page after executing a query through the address bar. When DSE Prewarming is enabled, right after the input focus shifts to the address bar, the layout of the search results page is prerendered, and the necessary resources for that page are loaded. The loaded resources are also used to speed up subsequent requests. This feature is currently enabled by default only for a portion of users.\n<li class=\"l\"> Form autofill features have been enhanced, utilizing an AI model to understand web forms and automatically fill in fields based on how users previously filled out similar forms. The setting &#171;Autofill with AI&#187; has been renamed to &#171;Enhanced autofill&#187;. The new version expands the number of countries and languages for which this functionality is available and adds support for additional types of information.\n<li class=\"l\"> For users in the U.S., the built-in Gemini chatbot is activated in the browser, which can explain the content of the viewed page and answer related questions without switching tabs. Text and voice interaction with Gemini is supported. In the future, the chatbot is planned to be available for users from other countries as well.\n<li class=\"l\"> All users now have the ability to join already created groups of shared tabs, which can be worked on simultaneously by multiple users. The ability to create groups is currently only available for users of test builds (Beta\/Dev\/Canary), implying that they can create a set of tabs and share it with other users, who will see the same tabs on their devices. If any participant changes a tab in the group, the change will be immediately reflected on the devices of the other users.\n<li class=\"l\"> The design of warnings shown when trying to access a site without HTTPS has been changed if the settings (chrome:\/\/settings\/security) are configured to allow only secure connections. Instead of displaying a warning page, a dialog appears below the address bar, blocking data loading without encryption until the user chooses an action.  <center><img decoding=\"async\" alt=\"The release of the Chrome 140 web browser introduces IP hiding and script blocking support.\" src=\"\/wp-content\/uploads\/2025\/09\/d0d974d96455fcaccbc9285e8423571f.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In requests related to preloading resources or rendering (&lt;link rel=prefetch&gt; or &lt;link rel=prerender&gt;), the HTTP header &#171;Sec-Purpose&#187; is now sent. The previously used HTTP header &#171;Purpose: prefetch&#187; has been deprecated but is not yet disabled by default to maintain compatibility.\n<li class=\"l\"> In the ToggleEvent API, a new property called source has been added, which contains an Element object representing the control that initiated the state change that generated the Toggle event. For example, when a user clicks on a &#171;&lt;button&gt;&#187; element with the &#171;popovertarget&#187; attribute while opening a popup, a ToggleEvent will be generated, and the &#171;source&#187; property will identify which &#171;&lt;button&gt;&#187; was clicked.\n<li class=\"l\"> Support for using the counter() and counters() functions within the alternative text in the &#171;content&#187; property has been added (for example, &#8216;content: &#171;Chapter&#187; counter(chapter);&#8217;).\n<li class=\"l\"> A new CSS property &#171;caret-animation&#187; has been added, allowing control over the animation of cursor changes in input fields (for example, the cursor blink can be replaced with a custom animation). Additionally, properties such as animation-timing-function, animation-iteration-count, animation-direction, and animation-play-state have been introduced to manage transition animation effects.\n<li class=\"l\"> The CSS rule '@font-face' includes support for the font-variation-settings property, allowing for adjustments to glyphs in variable fonts (line thickness, character width, slant, etc.).\n<li class=\"l\"> CSS has added support for typed arithmetic, enabling expressions like 'calc(10em \/ 1px)' and 'calc(20% \/ 0.5em * 1px)'.\n<li class=\"l\"> Methods Uint8Array.prototype.toBase64, Uint8Array.prototype.toHex, Uint8Array.fromBase64, and Uint8Array.fromHex have been added for converting between Uint8Array and data in base64 or hexadecimal formats.\n<li class=\"l\"> The tools for web development have expanded capabilities related to AI for debugging performance issues. Support for emulating behavior when using the 'Save-Data' HTTP header has been added.    <center><img decoding=\"async\" alt=\"The release of the Chrome 140 web browser introduces IP hiding and script blocking support.\" src=\"\/wp-content\/uploads\/2025\/09\/956f8659ca84b07f7c45fff71ef12934.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>        <\/ul>\n<p>In addition to new features and bug fixes, the latest version has addressed six vulnerabilities. Many of these vulnerabilities were identified through automated testing tools such as AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues that could bypass all layers of browser protection and execute code outside the sandbox environment were detected. As part of the vulnerability reward program for this release, Google has paid out four bounties totaling $10,000 (one bounty of $5000, one of $4000, and one of $1000). The amount of one bounty has yet to be determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63817\">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 140. \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":142214,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-142213","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 140. \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-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov\" \/>\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 140 \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u0441\u043a\u0440\u044b\u0442\u0438\u044f IP \u0438 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 | 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 140. \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-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov\" \/>\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-09-03T15:11:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-09-03T15:11: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\udd47Release of Chrome web browser 140 with IP masking and script blocking support | ProHoster","description":"Google has released version 140 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\/vypusk-web-brauzera-chrome-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov","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 140 \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u0441\u043a\u0440\u044b\u0442\u0438\u044f IP \u0438 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 | 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 140. \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-140-s-podderzhkoj-skrytiya-ip-i-blokirovki-skriptov","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-09-03T15:11:57+00:00","article:modified_time":"2025-09-03T15:11:57+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"142213","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 15:55:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 14:34:19","updated":"2026-02-09 15:55:19","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\/142213","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=142213"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/142213\/revisions"}],"predecessor-version":[{"id":158487,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/142213\/revisions\/158487"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/142214"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=142213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=142213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=142213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}