{"id":104144,"date":"2022-05-25T15:36:47","date_gmt":"2022-05-25T13:36:51","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-chrome-102"},"modified":"2022-05-25T15:36:47","modified_gmt":"2022-05-25T13:36:51","slug":"reliz-chrome-102","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-102","title":{"rendered":"Release of Chrome 102","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 102 of its web browser Chrome. At the same time, a stable release of the open-source Chromium project, which serves as the foundation for Chrome, is also available. The Chrome browser differs from Chromium in its use of Google logos, the presence of a notification system in case of crashes, modules for playing DRM-protected video content, an automatic update installation system, constant inclusion of Sandbox isolation, provisioning of keys for Google APIs, and transmission of RLZ parameters during searches. For those who need more time to update, the Extended Stable branch is supported separately, accompanied by 8 weeks of maintenance. The next release of Chrome 103 is scheduled for June 21.       <\/p>\n<p>Key changes in Chrome 102:  <\/p>\n<ul>\n<li class=\"l\"> To block exploitation of vulnerabilities caused by accessing freed memory blocks (use-after-free), the MiraclePtr (raw_ptr) type has begun to be used instead of standard pointers. MiraclePtr provides a wrapper around pointers that performs additional checks on accessing freed memory areas and crashes the application if such accesses are detected. The impact of the new protection method on performance and memory consumption is assessed as minimal. The MiraclePtr mechanism is not applicable in all processes, particularly not used in rendering processes, but it can significantly enhance security. For example, in the current release, out of 32 vulnerabilities fixed, 12 were caused by use-after-free issues.\n<li class=\"l\"> The interface layout for download information has been changed. Instead of a lower bar displaying download progress, a new indicator has been added to the address bar. Clicking on it shows the file download progress and a history of already downloaded files. Unlike the lower bar, the button is always displayed on the toolbar and allows quick access to the download history. This new interface is currently only offered by default to a portion of users and will be rolled out to everyone if no issues arise. To revert to the old interface or enable the new one, there's a setting at chrome:\/\/flags#download-bubble.    <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/881e51016e023bfd30164e77c40ac1a9.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> When searching for images through the context menu ('Search image with Google Lens' or 'Find through Google Lens'), results are now displayed not on a separate page but in a sidebar next to the content of the original page (allowing simultaneous viewing of both the page content and the search results).     <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/77883fb0af04753b22ea71835b22b12e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the settings under the 'Privacy and security' section, a 'Privacy Guide' section has been added, providing an overview of key settings affecting privacy with detailed explanations of the impact of each setting. For example, in this section, users can determine data sending policies to Google services, manage synchronization, cookie processing, and history retention. This feature is offered to a portion of users, and can be activated using the setting chrome:\/\/flags#privacy-guide.  <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/fb94e3b3c63f87d95fe981f8caf5885f.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Search history and viewed pages are now structured. When attempting to search again in the address bar, a suggestion 'Resume your journey' is displayed, allowing users to continue their search from where it was last interrupted.    <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/a418bac0af3938fda6070fee75dead4c.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The Chrome Web Store now features an 'Extensions Starter Kit' page with an initial selection of recommended extensions.\n<li class=\"l\"> The test mode has enabled the sending of a confirmation request to the main site's server for CORS (Cross-Origin Resource Sharing) with the header 'Access-Control-Request-Private-Network: true' when accessing a resource on an internal network (192.168.x.x, 10.x.x.x, 172.16.x.x) or localhost (128.x.x.x). Upon confirming the operation in response to this request, the server must return the header 'Access-Control-Allow-Private-Network: true'. In Chrome version 102, the confirmation result does not yet impact the request processing \u2014 if confirmation is absent, a warning is displayed in the web console, but the subresource request is not blocked. Activation of blocking due to lack of server confirmation is not expected until Chrome 105. To enable blocking in earlier versions, the setting 'chrome:\/\/flags\/#private-network-access-respect-preflight-results' can be activated.\n<p>Authorization confirmation <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=\"3048\">proxy server<\/a> has been introduced to enhance protection against attacks related to resource access in the local network or on the user's computer (localhost) from scripts loaded when the site is opened. Such requests are leveraged 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. To protect against such attacks, when accessing any subresources in the internal network, the browser will send an explicit request for the authority to load these subresources.       <\/p>\n<li class=\"l\"> When opening links in incognito mode through the context menu, certain parameters that affect privacy are automatically removed from the URL.\n<li class=\"l\"> The update delivery strategy for Windows and Android has been modified. To provide a more comprehensive comparison of the behavior between the new and old releases, several builds of the new version are now generated for download.\n<li class=\"l\"> The technology for network segmentation has been stabilized to protect against user tracking methods that rely on storing identifiers in areas not intended for permanent information storage ('Supercookies'). Since cached resources are stored in a shared namespace, regardless of the originating domain, one site can determine the loading of resources from another site by checking the presence of that resource in the cache. The protection is based on the application of network segmentation, which adds additional binding of entries to shared caches. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domain\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1232\">domain<\/a>, from which the main page is opened, limiting the cache coverage area for tracking scripts only to the current site (a script from an iframe cannot check if a resource was loaded from another site). State separation covers network connections (HTTP\/1, HTTP\/2, HTTP\/3, websocket), DNS cache, ALPN\/HTTP2 data, TLS\/HTTP3, configuration, downloads, and information in the Expect-CT header.\n<li class=\"l\"> For installed standalone web applications (PWA, Progressive Web App), the ability to change the appearance of the window title area using Window Controls Overlay components has been provided, extending the screen area of the web application to the entire window. The web application can control rendering and input handling throughout the entire window, except for the overlay block with the standard window control buttons (close, minimize, maximize), allowing the web application to take the form of a regular desktop application.     <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/031f5a10467272712cbe2ac6e3ee2808.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The autofill system now includes support for generating virtual credit card numbers in fields with payment details for online shopping. Using a virtual card, the number of which is generated for each payment, allows for not sharing real credit card data, although it requires the necessary service from the bank. Currently, this function can only be used by clients of certain banks in the USA. A setting 'chrome:\/\/flags\/#autofill-enable-virtual-card' has been proposed to manage enabling the feature.\n<li class=\"l\"> The 'Capture Handle' mechanism is activated by default, allowing information to be passed to applications that capture video. The API enables interaction between applications whose content is recorded and the applications that perform the recording. For example, a video conferencing application capturing video for a presentation broadcast can obtain information about the presentation controls and display them in the video window.\n<li class=\"l\"> Speculative rules support is enabled by default, providing a flexible syntax for defining the potential preloading of linked data occurring before the user navigates to the link.\n<li class=\"l\"> The mechanism for packaging resources into Web Bundle format has been stabilized, allowing for increased efficiency in loading a large number of associated files (CSS styles, JavaScript, images, iframe). Unlike Webpack packages, the Web Bundle format has the following advantages: only the constituent parts of the bundle, rather than the bundle itself, are stored in the HTTP cache; compilation and execution of JavaScript start without waiting for the entire package to load; additional resources like CSS and images can be included, which in Webpack had to be encoded as JavaScript strings.\n<li class=\"l\"> The ability to define a PWA application as a handler for certain MIME types and file extensions has been provided. After establishing the binding through the file_handlers field in the manifest, the application will receive a special event when the user attempts to open a file associated with the application.\n<li class=\"l\"> A new inert attribute has been added, allowing part of the DOM tree to be marked as 'inactive'. For DOM nodes in this state, text selection and pointer event handlers are disabled, meaning that the CSS properties pointer-events and user-select are always set to 'none'. If a node was editable, it becomes non-editable in the inert mode.\n<li class=\"l\"> The Navigation API has been added, allowing web applications to intercept navigation operations in the window, initiate transitions, and analyze the history of interactions with the application. The API provides an alternative to the window.history and window.location properties, optimized for single-page web applications.\n<li class=\"l\"> A new flag 'until-found' has been proposed for the 'hidden' attribute, making the element searchable on the page and scrollable through a text mask. For example, hidden text can be added to the page, the content of which will be found during local search.\n<li class=\"l\"> In the WebHID API, designed for low-level access to HID devices (Human Interface Devices, such as keyboards, mice, gamepads, and touch panels) and enabling operation without specific drivers within the system, a property called exclusionFilters has been added to the requestDevice() object. This allows certain devices to be excluded when the browser displays the list of available devices. For example, you can exclude device IDs that have known issues.\n<li class=\"l\"> Displaying the payment request form through a call to PaymentRequest.show() is prohibited without an explicit user action, such as clicking on an element linked to the handler.\n<li class=\"l\"> Support for an alternative implementation of the SDP (Session Description Protocol) used for session establishment in WebRTC has been discontinued. Chrome previously offered two variants of SDP \u2014 a unified one with other browsers and a Chrome-specific one. From now on, only the portable variant will be retained.\n<li class=\"l\"> Improvements have been made to the tools for web developers. The Styles panel has added buttons to simulate applying dark and light themes. Protection for the Preview tab in the network inspection mode has been strengthened (Content Security Policy application is enabled). The debugger has implemented script execution termination for reloading breakpoints. A preliminary version of the new 'Performance insights' panel has been proposed, allowing the analysis of performance for specific operations on the page.     <center><img decoding=\"async\" alt=\"Release of Chrome 102\" src=\"\/wp-content\/uploads\/2022\/05\/5a855d7b3bd823b358b72ae4222c2949.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>        <\/ul>\n<p>In addition to new features and bug fixes, the new version addresses 32 vulnerabilities. Many of these vulnerabilities were identified through automated testing using tools such as AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. One issue (CVE-2022-1853) has been assigned a critical severity level, indicating the potential to bypass all browser security layers and execute code on the system outside the sandbox environment. Details on this vulnerability have not been disclosed; it is only known that it is triggered by accessing a freed memory block (use-after-free) in the Indexed DB API implementation.    <\/p>\n<p>As part of the monetary reward program for identifying vulnerabilities in the current release, Google has paid out 24 bounties totaling $65,600 (one bounty of $10,000, one bounty of $7,500, two bounties of $7,000, three bounties of $5,000, four bounties of $3,000, two bounties of $2,000, two bounties of $1,000, and two bounties of $500). The amount for 7 rewards has yet to be determined.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57247\">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 102. \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":104145,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-104144","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 102. \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-102\" \/>\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 102 | 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 102. \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-102\" \/>\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-05-25T13:36:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-05-25T13:36:51+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 102 Release | ProHoster","description":"Google has released version 102 of the Chrome web browser. Simultaneously, the 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\/reliz-chrome-102","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 102 | 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 102. \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-102","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-05-25T13:36:51+00:00","article:modified_time":"2022-05-25T13:36:51+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"104144","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 22:25:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2022-05-25 13:38:01","updated":"2026-02-09 22:25: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\/104144","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=104144"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104144\/revisions"}],"predecessor-version":[{"id":160329,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104144\/revisions\/160329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/104145"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=104144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=104144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=104144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}