{"id":108315,"date":"2023-05-04T00:48:32","date_gmt":"2023-05-03T22:48:37","guid":{"rendered":"https:\/\/prohoster.info\/?p=108315"},"modified":"2023-05-04T18:45:38","modified_gmt":"2023-05-04T16:45:38","slug":"reliz-chrome-113","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-113","title":{"rendered":"Release of Chrome 113","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Google has released version 113 of the Chrome web browser. The stable release of the free project Chromium, which underlies Chrome, is also available simultaneously. The Chrome browser differs from Chromium by incorporating Google logos, a crash notification system, modules for playing protected content (DRM), an automatic update installation system, constant Sandbox isolation, the provision of keys for Google API, and the transmission of RLZ parameters during searches. For those who need more time to update, a separate Extended Stable branch with an 8-week support period is maintained. The next Chrome release, version 114, is scheduled for May 30.     <\/p>\n<p>Key changes in Chrome 113:  <\/p>\n<ul>\n<li class=\"l\"> Support for the WebGPU graphics API and the WGSL (WebGPU Shading Language) shader language is enabled by default. WebGPU provides a software interface similar to Vulkan, Metal, and Direct3D 12 for performing GPU-side operations, such as rendering and computations, and allows the use of shader language for writing GPU-side programs. Currently, WebGPU support is only enabled in builds for ChromeOS, macOS, and Windows; support for Linux and Android will be activated later.\n<li class=\"l\"> Performance optimization efforts have continued. Compared to version 112, the speed for the Speedometer 2.1 test has increased by 5%.\n<li class=\"l\"> Users are gradually being enabled for the storage partitioning mode, Service Workers, and communication APIs, which segment based on domains during page processing, isolating third-party handlers. This mode allows for blocking methods that track user movements across sites, based on storing identifiers in shared storages and areas not intended for persistent information storage (\"Supercookies\"), such as those operating through checking for the presence of specific data in browser caches. Initially, during page processing, all resources were stored in a common namespace (same-origin), regardless of the original domain, allowing one site to determine resource loading from another site through manipulation of local storage, IndexedDB API, or checking the presence of data in the cache.\n<p>When segmenting by the key used to extract objects from the cache and browser storages, a separate attribute is attached that defines the link to the primary one <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domain\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1236\">domain<\/a>, from which the main page is opened, limiting the scope for tracking scripts, such as those loaded via iframe from another site. To force the activation of segmentation without waiting for the standard rollout, the setting \"chrome:\/\/flags\/#third-party-storage-partitioning\" can be used.    <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/13cdb86acf07660c02b9fdc17ee9b26e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/p>\n<li class=\"l\"> A mechanism called First-Party Sets (FPS) has been proposed, allowing the definition of relationships between different sites of the same organization or project for shared Cookie processing among them. This feature is useful when one site is accessible through different domains (for instance, opennet.ru and opennet.me). Cookies for such domains are completely separated, but with FPS, they can now be linked into a common storage. The FPS can be enabled using the flag \"chrome:\/\/flags\/enable-first-party-sets\".\n<li class=\"l\"> A significant optimization has been made to the software implementation of the AV1 video encoder (libaom), allowing for increased performance of web applications using WebRTC, such as video conferencing systems. A new speed mode 10 has been added, suitable for devices with limited CPU resources. When testing the Google Meet application on a channel with a bandwidth of 40 kbps, the AV1 Speed 10 mode achieved a 12% increase in quality and a 25% performance boost compared to the VP9 speed 7 mode.\n<li class=\"l\"> With the enhanced protection feature of the browser enabled (Safe Browsing &gt; Enhanced protection) aimed at identifying malicious activity on Google\u2019s side in add-ons, telemetry collection regarding the operation of browser add-ons not installed from the Chrome Store has been implemented. Data such as the hashes of add-on files and the contents of manifest.json are sent.\n<li class=\"l\"> Some users have additional features enabled for auto-filling forms, aimed at quickly completing delivery addresses and payment details when making purchases at certain online stores.    <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/d2e177a48755e1dc62c3667f85b45c9d.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The menu displayed when clicking on the \"three dots\" icon has been restructured. The \"Extensions\" and \"Chrome Web Store\" items have been moved to the top level of the menu.\n<li class=\"l\"> A new feature has been added to translate only the selected portion of the page to another language, not just the entire page (translation is initiated from the context menu). To manage the inclusion of partial translation, a setting has been proposed at &#171;chrome:\/\/flags\/#desktop-partial-translate&#187;.\n<li class=\"l\"> On the page displayed when opening a new tab, the ability to resume interrupted work (&#171;Journey&#187;) has been added, allowing users to continue searching from where they left off.     <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/4069f6f9e9975c75941bb8df37935ce1.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the Android version, a new service page &#171;chrome:\/\/policy\/logs&#187; has been implemented for debugging centralized management policies set for users.\n<li class=\"l\"> In the build for the Android platform, the ability to display more personalized content in the recommended content section (Discover) has been implemented. Additionally, users not signed into a Google account can now customize preferred types of recommendations (for example, they can hide content from certain sources).    <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/8a5591b74c4db6dbb83c615771f56033.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> In the Android platform version, a new interface for selecting multimedia files for uploading photos and videos has been proposed (replacing its own implementation with the standard Android Media Picker interface).       <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/30d41287085baf505e3235802c398585.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> CSS has implemented the standard syntax for the image-set() function, which allows selecting an image from a set of options with different resolutions that best fits the current screen parameters and network connection bandwidth. The previously supported call with the prefix -webkit-image-set(), which offered a Chrome-specific syntax, has now been replaced with the standard image-set.\n<li class=\"l\"> CSS has added support for new media queries (@media) overflow-inline and overflow-block, allowing you to determine how content overflow will be handled beyond the initial boundaries of a block.\n<li class=\"l\"> CSS has added an update media query, allowing for style definitions when printing or displaying on slow (e.g., e-book screens) and fast (regular monitors) screens.\n<li class=\"l\"> CSS has introduced the linear() function for applying linear interpolation between a specified number of points, which can be used to create complex animations, such as bouncing and stretching effects.\n<li class=\"l\"> The Headers.getSetCookie() method now allows extraction of values from multiple Set-Cookie headers sent in a single request without merging them.\n<li class=\"l\"> The WebAuthn API has added a largeBlob extension for storing large binary data related to credentials.\n<li class=\"l\"> The Private State Token API has been enabled for distinguishing users without using cross-site identifiers.\n<li class=\"l\"> Websites are prohibited from setting the document.domain property to apply same-origin conditions to resources loaded from different subdomains. If a communication channel between subdomains needs to be established, the postMessage() function or the Channel Messaging API should be used.\n<li class=\"l\"> Improvements have been made to web development tools. The network activity inspection panel now allows overriding or creating new HTTP response headers returned by the web server (Network &gt; Headers &gt; Response Headers). Additionally, all overrides can now be edited in one place through the .headers file under Sources &gt; Overrides, and masks can be created for substitutions. Debugging applications using web frameworks such as Nuxt, Vite, and Rollup has been enhanced. CSS issue diagnostics in the Styles panel have improved, with separate identification of errors in property names and assigned values. The web console now provides autocomplete suggestions upon pressing Enter (not just when pressing Tab or the right arrow key).    <center><img decoding=\"async\" alt=\"Release of Chrome 113\" src=\"\/wp-content\/uploads\/2023\/05\/c0ce8edb65ad266670746c40c9a669d3.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>      <\/ul>\n<p>In addition to new features and bug fixes, the latest version has resolved 15 vulnerabilities. Many of the vulnerabilities were identified through automated testing with tools such as AddressSanitizer, MemorySanitizer, Control Flow Integrity, LibFuzzer, and AFL. No critical issues were found that would allow bypassing all levels of browser protection and executing code outside of the sandbox environment. Under the bug bounty program for this release, Google has awarded 10 prizes totaling $30,500 (including one prize of $7,500, one for $5,000, one for $4,000, two prizes of $3,000, three awards of $2,000, and two prizes of $1,000).<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=59074\">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 113. \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":108316,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-108315","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 113. \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-113\" \/>\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 113 | 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 113. \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-113\" \/>\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=\"2023-05-03T22:48:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-05-04T16:45:38+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 113 Release | ProHoster","description":"Google has released Chrome 113 web browser. A stable release of the free Chromium project, which is the basis of Chrome, is also available.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-chrome-113","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 113 | 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 113. \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-113","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":"2023-05-03T22:48:37+00:00","article:modified_time":"2023-05-04T16:45:38+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"108315","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":"2026-02-09 15:52:48","updated":"2026-02-09 15:52:48","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\/108315","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=108315"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108315\/revisions"}],"predecessor-version":[{"id":158480,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/108315\/revisions\/158480"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/108316"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=108315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=108315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=108315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}