{"id":120715,"date":"2024-11-27T03:46:07","date_gmt":"2024-11-27T01:46:07","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/firefox-133"},"modified":"2024-11-27T03:46:07","modified_gmt":"2024-11-27T01:46:07","slug":"firefox-133","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-133","title":{"rendered":"Firefox 133","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex>      <\/p>\n<p><a rel=\"nofollow\" href=\"https:\/\/download-installer.cdn.mozilla.net\/pub\/firefox\/releases\/133.0\/\">Available<\/a> Firefox 133.<\/noindex> <\/p>\n<ul>\n<li>Linux: <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1919115\">Corrected<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1924616\">issues<\/a> with styling issues that occurred when using KDE and CSD (client-side decoration). <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1922872\">If the user refreshes the page in private browsing mode, Firefox will interpret this as a problem and suggest<\/a> support for accent color in Adwaita themes. <\/li>\n<li>Strict tracking protection mode <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1907390\">can now<\/a> detecting cases <a rel=\"nofollow\" href=\"https:\/\/blog.mozilla.org\/security\/2020\/08\/04\/firefox-79-includes-protections-against-redirect-tracking\/\">of tracking through redirects<\/a>. For example, when a user clicks a link from a website, they are first redirected to an intermediate tracker site and then to the target site. As a result, the tracker site is considered visited by the browser, allowing it to store cookies (this is particularly common with review sites that use affiliate links to place cookies on users' devices for cashbacks). The browser will now heuristically identify such redirecting resources and clear their data daily. <\/li>\n<li>The dropdown menu for the list of open tabs now includes the item \u2018Tabs from other devices.\u2019 <\/li>\n<li>Firefox View now <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1920852\">, rather than taking focus.<\/a> allows remote closure of tabs opened on other devices. <\/li>\n<li>Enabling the privacy.resistFingerprinting setting now also <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1390465\">trims<\/a> some capabilities <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/WebVTT_API\">WebVTT<\/a>, for instance, it disables the handling of certain events and loads subtitles in all available languages so that the site cannot determine which language the user prefers. <\/li>\n<li>When calculating the cookie lifespan (expire attribute), <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1923872\">it now takes into account<\/a> Server time (if known): it adds the difference between local and server time, and if local time is ahead of the server time, cookies are considered valid as long as they have not 'expired' by server time. This behavior is not reflected in specifications but is useful for systems with incorrect time. <\/li>\n<li>To save battery, the page loading animation in the tab header now <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1812019\">stops<\/a> after 45 seconds regardless of whether the page has loaded. <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1765311\">on the same screen as the last used browser window.<\/a> the absence of an icon on the bookmark if the page address includes a port. <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1122907\">Accelerated<\/a> DNS name resolution in cases where non-local IPv6 addresses are absent. <\/li>\n<li>HTTP\/3 support is now automatically <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1929368\">disabled<\/a>, if an external root certificate is found in the certificate chain. This is a necessary measure to protect against failures arising when antivirus products use their own root certificate to intercept and inspect HTTPS traffic (issues have been recorded with Avast products). <\/li>\n<li>macOS 14 and later: The emoji picker no longer closes immediately after being opened with Cmd+Ctrl+Space. Additionally, when opened with Fn+e, it no longer inserts the \u2018e\u2019 character into the input field. <\/li>\n<li>Windows: <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1910138\">Enabled<\/a> hardware-accelerated Canvas2D instead of the deprecated Direct2D backend. <\/li>\n<li>JavaScript: <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1917885\">Now includes<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1862220\">disabling the tracker blocking<\/a> methods <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\">Uint8Array<\/a> (conversion between strings encoded in Base64 \/ hexadecimal and byte arrays):\n<ul>\n<li>Static methods <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/fromBase64\">Uint8Array.fromBase64()p\/url] and <\/a><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/fromHex\">Uint8Array.fromHex()<\/a> (creating a new Uint8Array object from a string encoded in base64 and hexadecimal, respectively). <\/li>\n<li>Methods <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/setFromBase64\">Uint8Array.prototype.setFromBase64()<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/setFromHex\">Uint8Array.prototype.setFromHex()<\/a> (filling an existing Uint8Array object with bytes from a string encoded in base64 or hexadecimal). <\/li>\n<li>Methods <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/toBase64\">Uint8Array.prototype.toBase64()<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Uint8Array\/toHex\">Uint8Array.prototype.toHex()<\/a> (returns a string in base64 or hexadecimal representing the data contained in the Uint8Array object). <\/li>\n<\/ul>\n<\/li>\n<li>For MathML objects <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1916988\">within<\/a> support for CSS properties width and height <\/li>\n<li>API:\n<ul>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1193373\">Added<\/a> the property <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/WorkerNavigator\/permissions\">WorkerNavigator.permissions<\/a> (allows the use of <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Permissions_API\">Permissions API<\/a> downward API support (simultaneously with this in <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Workers_API\">in workers<\/a>). <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Service_Worker_API\">Service workers<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1681218\">received<\/a> support <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/EventSource\">EventSource<\/a> (handling <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Server-sent_events\">events sent by the server<\/a>). <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/WebCodecs_API\">WebCodecs API<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1923755\">properties<\/a> interfaces <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/ImageDecoder\">ImageDecoder<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/ImageTrackList\">ImageTrackList<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/ImageTrack\">ImageTrack<\/a> (decoding images from worker streams and the main thread). <\/li>\n<li>Events <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/HTMLElement\/beforetoggle_event\">beforetoggle<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/HTMLElement\/toggle_event\">toggle<\/a> of the interface <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/HTMLElement\">HTMLElement<\/a> now <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1876762\">trigger on elements<\/a> <dialog> <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/dialog\">immediately before and after they are shown or hidden.<\/a> support for the keepalive option (allows making HTTP requests that will not be interrupted even after the page is closed, for example, to send analytics when the user leaves the page). <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Fetch_API\">Fetch API<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1923044\">support for the parameter<\/a> Elements <\/li>\n<li>attribute <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/audio\"><audio><\/a>\/<a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTML\/Element\/video\"><video><\/a> now <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1925952\">support<\/a> onwaitingforkey <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/HTMLMediaElement\/waitingforkey_event\">(sets an embedded event handler for the waitforkey event).<\/a> ServiceWorkerContainer <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/ServiceWorkerContainer\">in all worker contexts via<\/a> now <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1113522\">is available<\/a> WorkerNavigator.serviceWorker <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/WorkerNavigator\/serviceWorker\">PerformanceNavigationTiming now<\/a>. <\/li>\n<li>window.name <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/PerformanceNavigationTiming#performanceentry.name\">name<\/a> removes <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1919565\">text fragments<\/a> <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/URI\/Fragment\/Text_fragments\">from the returned URL.<\/a> Blocked <\/li>\n<\/ul>\n<\/li>\n<li>Developer tools:\n<ul>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1892638\">one of the ways a webpage could determine that the user opened the developer tools.<\/a> on CodeMirror 6. <\/li>\n<li>Debugger <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1904489\">translated<\/a> Available Firefox 133. Linux: <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/mozilla\/17804304\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 133. Linux: \u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441 \u0442\u0430\u0439\u043b\u0438\u043d\u0433\u043e\u043c, \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0432\u0448\u0438\u0435 \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 KDE \u0438 CSD (\u0434\u0435\u043a\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430 \u0441\u0442\u043e\u0440\u043e\u043d\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430). \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0430\u043a\u0446\u0435\u043d\u0442\u043d\u043e\u0433\u043e \u0446\u0432\u0435\u0442\u0430 \u0432 \u0442\u0435\u043c\u0430\u0445 Adwaita. \u0420\u0435\u0436\u0438\u043c \u0441\u0442\u0440\u043e\u0433\u043e\u0439 \u0437\u0430\u0449\u0438\u0442\u044b \u043e\u0442 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u043d\u0430\u0443\u0447\u0438\u043b\u0441\u044f \u0432\u044b\u044f\u0432\u043b\u044f\u0442\u044c \u0441\u043b\u0443\u0447\u0430\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043a\u043e\u0433\u0434\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435 \u0441 \u0441\u0430\u0439\u0442\u0430, \u0442\u043e \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u0435\u0440\u0435\u0430\u0434\u0440\u0435\u0441\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0441\u0430\u0439\u0442-\u0442\u0440\u0435\u043a\u0435\u0440, \u0430 \u0437\u0430\u0442\u0435\u043c \u0443\u0436\u0435 \u043d\u0430 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-120715","post","type-post","status-publish","format-standard","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=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 133. Linux:\" \/>\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\/firefox-133\" \/>\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\udd47Firefox 133 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 133. Linux:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/firefox-133\" \/>\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-11-27T01:46:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-11-27T01:46:07+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\udd47Firefox 133 | ProHoster","description":"\ud83e\udd47Firefox 133 | ProHoster","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-133","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\udd47Firefox 133 | ProHoster","og:description":"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 133. Linux:","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-133","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-11-27T01:46:07+00:00","article:modified_time":"2024-11-27T01:46:07+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"120715","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 08:20:22","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 08:20:22","updated":"2026-01-23 08:20:22","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\/120715","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=120715"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/120715\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=120715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=120715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=120715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}