{"id":116524,"date":"2024-06-13T18:05:46","date_gmt":"2024-06-13T16:05:46","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-web-brauzera-chrome-126-so-vstroennym-ocr-dvizhkom"},"modified":"2024-06-13T18:05:46","modified_gmt":"2024-06-13T16:05:46","slug":"vypusk-web-brauzera-chrome-126-so-vstroennym-ocr-dvizhkom","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-126-so-vstroennym-ocr-dvizhkom","title":{"rendered":"Release of web browser Chrome 126 with integrated OCR engine","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 126 of the Chrome web browser. Simultaneously, a stable version of the free project Chromium, which forms the basis of Chrome, is available. Chrome differentiates itself from Chromium by using Google logos, having a crash notification system, modules for playing DRM-protected video content, an automatic update installation system, permanent Sandbox isolation, providing keys for Google API, and transmitting RLZ parameters during searches. For those who need more time to update, a separate Extended Stable branch is maintained for 8 weeks. The next Chrome version 127 is scheduled for July 23. <\/p>\n<p>Key changes in Chrome 126:<\/p>\n<ul>\n<li class=\"l\"> The built-in PDF viewer has integrated the ability to extract text from documents, which can be accessed through the 'Extract text from PDF' option in the context menu. To extract text from scanned documents where the text is embedded as an image, an optical character recognition (OCR) mechanism based on machine learning technology is used. This new feature is expected to facilitate PDF document handling for people with visual impairments using screen readers. In the future, there are plans to implement text recognition for images displayed on pages and for screenshots. The OCR engine is enabled by default for 50% of users, while others can activate it through the setting 'chrome:\/\/flags\/#pdf-ocr'.\n<p><center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/e1ac6b0c721aab384f93628d976fdb25.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<li class=\"l\"> The performance settings configuration page<br \/>\nThe ability to adjust the aggressiveness level of the Memory Saver mode (which reduces RAM usage by freeing up memory occupied by inactive tabs) has been added in the 'Performance\/Memory Saver' section of chrome:\/\/settings\/performance. For example, at a moderate level, the browser will unload fewer tabs than when the maximum option is set. This setting, which is available by default for only part of the users, can be activated through the parameter 'chrome:\/\/flags\/#memory-saver-aggressiveness'.<\/p>\n<p><center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/559f0e7ff1e396028d888595e0632a49.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<li class=\"l\"> For some users, the new OOPIF (out-of-process iframe) architecture is enabled by default in the PDF viewer, whereby the document content is processed in a separate process. This new architecture eliminates the complexities involved with implementing it based on the GuestView mechanism and simplifies the addition of new features to the PDF viewer. The new architecture can be enabled using the setting 'chrome:\/\/flags\/#pdf-oopif'.\n<li class=\"l\"> A reactive prefetch mode has been added that loads resources related to the page during navigation without waiting for their actual request, allowing for faster opening of new pages. An external Google service is used to predict resources that may be needed in the future, returning a list of recommendations after the URLs of the pages being navigated to are submitted.\n<li class=\"l\"> The ability to search in Google Lens for any images and text visible on the screen has been added. This feature can be activated through the context menu, an indicator in the address bar, or the menu '\u22ee', after which users can select the object of interest on the screen and obtain information about it from Google Lens. When performing this operation on <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"server\" data-wpil-keyword-link=\"linked\">server<\/a> screenshot of the screen is sent to Google.<br \/>\nscreenshot. The feature is currently enabled by default for 1% of users. To enable or disable Google Lens support, the parameter 'chrome:\/\/flags\/#enable-lens-region-search-static-page' can be used.<\/p>\n<li class=\"l\"> The results of optimizations to speed up the Speedometer 3 test have been finalized \u2014 over two years, Chrome's performance in this test has increased by 72%. For example, the SpaceSplitString function, used for parsing expressions like 'class='foo bar'', has been optimized, along with memory handling functions, unnecessary operations when working with web form elements have been eliminated, the most commonly used actions have been accelerated, and innerHTML usage has been optimized. Speed improvements have also been achieved through optimizations in the V8 garbage collector, which has become more effective due to enabling garbage collection during idle rendering to avoid competing with the application for CPU resources.<br \/>\n<center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/adfbb1953bbd67e4f33694ab8c24e272.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<li class=\"l\"> Significantly improved efficiency in working with cookies, allowing for reduced delays when interacting with websites. Previously, each time a cookie was accessed, a synchronous IPC request would be sent from the process handling the website to the process responsible for network interaction. Since web applications actively utilize values from cookies, such requests between processes slowed down operations, with 87% of requests to the other process being redundant.\n<p>To address this issue, a new architecture has been implemented where each process contains its own copy of cookie data and accesses it directly, while changes to the cookies, which may occur when working with the same cookies in another tab, are tracked through a versioning mechanism. The essence of this mechanism is that each value of<br \/>\ndocument.cookie is attached with a version counter, stored in shared memory, which increments upon value changes and is verified against the existing instance when reading.<\/p>\n<p><center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/42723f24becb8dfe70d0e8649fe5c1cd.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<li class=\"l\"> The API View Transitions has been added, allowing the creation of transitional animation effects when switching from one page to another within the same site (same-origin). Previously, this API could only be applied to effects between different DOM states on a single page (e.g., a smooth transition from one image to another). To apply transition effects between different documents, the 'navigation: auto' property should be used in the @-rule 'view-transition'.\n<li class=\"l\"> The API CloseWatcher has been enabled, allowing web applications to track Close requests and respond to their receipt (for example, a handler for the 'back' button press on an Android smartphone can be created).<br \/>\nClose requests are generated when attempting to close modal (<dialog>) and pop-up dialogs (popover='') by pressing the Esc key, using the 'Back' button, or with screen gestures on smartphones. <\/p>\n<li class=\"l\"> Support for feedback mechanisms (trigger-rumble) has been added to the Gamepad API, which allows tracking and handling events from gamepads and controllers, such as vibrations.\n<li class=\"l\"> The GeolocationCoordinates and GeolocationPosition interfaces have been updated with the .toJSON() method for serializing coordinate objects in JSON format.\n<li class=\"l\"> In the ChromeOS version, support for the tab display mode (CSS property 'display: tabbed') has been added, allowing the use of tabs in a single web application, for example, to organize the editing of multiple documents.\n<li class=\"l\"> An experimental feature (origin trial) has been added to preview content received from the camera or microphone.\n<li class=\"l\"> In the WebGPU API, shader compilation has been significantly accelerated. In the backend for the Vulkan graphics API, data loading into the GPU has been optimized (direct writing to the GPU buffer without intermediate copying is now supported).\n<li class=\"l\"> Improvements have been made to the web development tools. In the 'Application &gt; Storage' section, the ability to inspect data saved using the Storage Buckets API has been added, allowing for the organization of data storage into separate segments associated with the IndexedDB and CacheStorage APIs. The performance evaluation panel now allows for moving and hiding tracks, as well as excluding script execution information from the performance chart and enabling a mode that artificially slows down system performance by 20 times.\n<p><center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/e67628bca77de746d9d8bb5b03c31c59.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<p>The network activity tracking panel now supports substituting the complete string of the HTTP header in the format 'name: value' in the received response. The memory consumption observation panel has added filters to identify inefficient memory usage, such as the presence of duplicate strings or lingering objects associated with detached DOM nodes.<\/p>\n<p><center><img decoding=\"async\" alt=\"Release of web browser Chrome 126 with integrated OCR engine\" src=\"\/wp-content\/uploads\/2024\/06\/ecd2459b9e3f5e20ce2a8f6700d2f9a3.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<\/ul>\n<p>In addition to new features and bug fixes, the latest version addresses 21 vulnerabilities. Many vulnerabilities were detected as a result of automated testing with tools such as AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. Nine issues have been assigned a high severity level. No critical issues that would allow bypassing all browser protection levels and executing code outside the sandbox environment have been found. Under the vulnerability discovery reward program for the current release, Google has paid out 11 rewards totaling over $168,000. <\/p>\n<p>A record bounty of $100,115 has been awarded for the CVE-2024-5839 vulnerability, related to an issue in memory allocation mechanism implementation. This vulnerability has been assigned a medium danger level, as it can potentially lead to heap memory corruption when processing specially crafted HTML content. Additionally, bounties of $25,000, $7,000, $3,000, $2,000, $1,000, and $500 have been paid out, along with two bounties of $10,000 and $5,000. The amounts for the seven awards have not yet been determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=61356\">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 126. \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":116525,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-116524","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 126. \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-126-so-vstroennym-ocr-dvizhkom\" \/>\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 126 \u0441\u043e \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c OCR-\u0434\u0432\u0438\u0436\u043a\u043e\u043c | 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 126. \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-126-so-vstroennym-ocr-dvizhkom\" \/>\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=\"2024-06-13T16:05:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-06-13T16:05:46+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 the Chrome 126 web browser with a built-in OCR engine | ProHoster","description":"Google has released version 126 of the Chrome web browser. At the same time, the stable release of the open-source Chromium project, which forms the basis of Chrome, is also available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-web-brauzera-chrome-126-so-vstroennym-ocr-dvizhkom","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 126 \u0441\u043e \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c OCR-\u0434\u0432\u0438\u0436\u043a\u043e\u043c | 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 126. \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-126-so-vstroennym-ocr-dvizhkom","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":"2024-06-13T16:05:46+00:00","article:modified_time":"2024-06-13T16:05:46+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"116524","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-01-23 02:15:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 02:15:19","updated":"2026-01-23 02:15: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\/116524","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=116524"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/116524\/revisions"}],"predecessor-version":[{"id":172889,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/116524\/revisions\/172889"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/116525"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=116524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=116524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=116524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}