{"id":120011,"date":"2024-10-02T09:21:22","date_gmt":"2024-10-02T07:21:22","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/firefox-131"},"modified":"2024-10-02T09:21:22","modified_gmt":"2024-10-02T07:21:22","slug":"firefox-131","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-131","title":{"rendered":"Firefox 131","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\/131.0\/\">Available<\/a> Firefox 131.<\/noindex> <\/p>\n<ul>\n<li>Linux: Support implemented <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1634192\">seek<\/a> and <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1896774\">mpris:length<\/a> for <a rel=\"nofollow\" href=\"https:\/\/wiki.archlinux.org\/title\/MPRIS\">MPRIS<\/a>. <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1908566\">Enabled<\/a> tab previews (when hovering over inactive tabs). <\/li>\n<li>The icon for the dropdown list of all open tabs has been changed. Additionally, <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1916622\">removed<\/a> a setting that allowed hiding it (can be hidden by adding #alltabs-button { display: none !important; } to <a rel=\"nofollow\" href=\"https:\/\/www.userchrome.org\/how-create-userchrome-css.html\">userChrome.css<\/a>). <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1914877\">If the user refreshes the page in private browsing mode, Firefox will interpret this as a problem and suggest<\/a> disabling the tracker blocking <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/URI\/Fragment\/Text_fragments\">text fragments<\/a>: allows full use of links embedded in <a rel=\"nofollow\" href=\"https:\/\/web.dev\/articles\/text-fragments?hl=ru\">a specific location in the text<\/a>. <\/li>\n<li>The permission granted to the site (for example, not using geolocation) is now remembered for an hour (or until the tab is closed, if that happens sooner). <\/li>\n<li>The built-in translator now <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1866827\">takes into account<\/a> the language that the user selected earlier (for example, if the user operates in an English OS and Firefox but chooses to translate text into Spanish, the next time they will be offered to translate text into Spanish by default, instead of English). <\/li>\n<li>The ability to go to the main page of the search engine from the search bar (when it is separated from the address bar) has been restored: to do this, you need to click in the search field and press the search engine icon while holding Shift. <\/li>\n<li>CSS: The inset-area property <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1909358\">has been renamed<\/a> downward API support (simultaneously with this in <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/position-area\">position-area<\/a> in the upcoming implementation <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/CSS_anchor_positioning\">of anchor positioning<\/a>. <\/li>\n<li>JavaScript: <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1896390\">If the user refreshes the page in private browsing mode, Firefox will interpret this as a problem and suggest<\/a> support for synchronous iterator helpers: <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/drop\">Iterator.prototype.drop()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/every\">Iterator.prototype.every()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/filter\">Iterator.prototype.filter()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/find\">Iterator.prototype.find()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/flatMap\">Iterator.prototype.flatMap()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/forEach\">Iterator.prototype.forEach()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/map\">Iterator.prototype.map()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/reduce\">Iterator.prototype.reduce()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/some\">Iterator.prototype.some()<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Iterator\/take\">Iterator.prototype.take()<\/a> (allow performing Array-like operations on iterators without the need to create intermediate Array objects, and can also be used with very large datasets where creating an intermediate Array is not feasible). <\/li>\n<li>WebAssembly: <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1908375\">Enabled<\/a> disabling the tracker blocking <a rel=\"nofollow\" href=\"https:\/\/github.com\/WebAssembly\/exception-handling\/issues\/280\">exnref<\/a>. <\/li>\n<li>HTTP:\n<ul>\n<li>HTTP header <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Set-Cookie\">Set-Cookie<\/a> with the attribute <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Set-Cookie#none\">SameSite=None<\/a> or without specifying SameSite at all (which is interpreted as SameSite=None), must now <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1909673\">have the attribute<\/a> (that is, such cookies can only be set over HTTPS connections). <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Set-Cookie#secure\">Secure<\/a> Cookies Having Independent Partitioned State (CHIPS) <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1908160\">If the user refreshes the page in private browsing mode, Firefox will interpret this as a problem and suggest<\/a> disabling the tracker blocking <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Privacy\/Privacy_sandbox\/Partitioned_cookies\">, also known as \"cookie partitioning\" \u2014 allows the developer to place cookies into partitioned storage using the<\/a>, also known as &#171;coolie splitting&#187; \u2014 allows a developer to place cookies in a partitioned storage using a directive <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Set-Cookie#partitioned\">HTTP header.<\/a> HTTP header <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Set-Cookie\">Set-Cookie<\/a>Thus, cookies are stored separately for each top-level site and can only be read on the same top-level site (and its subdomains) where they were set. This prevents cross-site tracking while allowing the use of third-party cookies, such as maintaining the state of embedded maps or chat widgets across different subdomains of the site. <\/li>\n<\/ul>\n<\/li>\n<li>The PerformanceResourceTiming <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/PointerEvent\">PointerEvent<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1656377\">properties<\/a> support for properties <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/PointerEvent\/altitudeAngle\">altitudeAngle<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/PointerEvent\/azimuthAngle\">azimuthAngle<\/a> (the angle between the stylus and the screen (X-Y plane) and the position of the stylus above the screen relative to its X-axis, respectively). <\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1914596\">The built-in translator has gained support for Basque and Galician languages.<\/a> the method <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Document\/caretPositionFromPoint\">caretPositionFromPoint()<\/a> of the interface <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Document\">Document<\/a>. <\/li>\n<li>Support for SVGGraphicsElement.nearestViewportElement and SVGGraphicsElement.farthestViewportElement has been removed, as they were deprecated earlier this year. <\/li>\n<li>Developer tools:\n<ul>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1801545\">Now includes<\/a> the ability to change various values using the mouse wheel. <\/li>\n<li>Inspector <a rel=\"nofollow\" href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=1626234\">can now<\/a> to show computed values of custom properties on hover where they are defined. <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/mozilla\/17746023\">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 131. Linux: \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 seek \u0438 mpris:length \u0434\u043b\u044f MPRIS. \u0412\u043a\u043b\u044e\u0447\u0451\u043d \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0432\u043a\u043b\u0430\u0434\u043e\u043a (\u043f\u0440\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043a\u0443\u0440\u0441\u043e\u0440\u0430 \u043d\u0430 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0432\u043a\u043b\u0430\u0434\u043a\u0443). \u0418\u0437\u043c\u0435\u043d\u0451\u043d \u0437\u043d\u0430\u0447\u043e\u043a, \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u0439 \u0432\u044b\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0432\u043a\u043b\u0430\u0434\u043e\u043a. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0443\u0434\u0430\u043b\u0435\u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0448\u0430\u044f \u0435\u0433\u043e \u0441\u043a\u0440\u044b\u0442\u044c (\u043c\u043e\u0436\u043d\u043e \u0441\u043a\u0440\u044b\u0442\u044c, \u0434\u043e\u0431\u0430\u0432\u0438\u0432 #alltabs-button { display: none !important; } \u0432 userChrome.css). \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0435\u043a\u0441\u0442\u0430: \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438, \u0432 [&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-120011","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 131. Linux: \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\" \/>\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-131\" \/>\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 131 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 131. Linux: \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/firefox-131\" \/>\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-10-02T07:21:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-10-02T07:21:22+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 131 | ProHoster","description":"Available in Firefox 131. Linux: Support implemented","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-131","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 131 | ProHoster","og:description":"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 131. Linux: \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-131","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-10-02T07:21:22+00:00","article:modified_time":"2024-10-02T07:21:22+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"120011","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 06:58:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 06:58:19","updated":"2026-01-23 06:58: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\/120011","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=120011"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/120011\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=120011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=120011"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=120011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}