{"id":77152,"date":"2020-04-08T01:43:11","date_gmt":"2020-04-07T23:43:11","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/firefox-75"},"modified":"2020-04-08T01:43:11","modified_gmt":"2020-04-07T23:43:11","slug":"firefox-75","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-75","title":{"rendered":"Firefox 75","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\/75.0\/\">Available<\/a> Firefox 75.<\/noindex>\n<\/p>\n<ul>\n<li>The Quantum Bar address bar, which debuted in Firefox 68, has received its first major update:\n<ul>\n<li>The size of the address bar significantly increases when it gains focus (browser.urlbar.update1).\n<\/li>\n<li>Before the user starts typing, the dropdown menu displays top sites (browser.urlbar.openViewOnFocus).\n<\/li>\n<li>In the dropdown menu with browsing history, <a rel=\"nofollow\" href=\"https:\/\/www.ghacks.net\/wp-content\/uploads\/2020\/02\/firefox-75-new-address-bar.png\">the https:\/\/ protocol is no longer displayed,<\/a>. Nowadays, using a secure connection is not surprising; it\u2019s now important to draw users' attention not to the presence of HTTPS, but to its absence (browser.urlbar.update1.view.stripHttps).\n<\/li>\n<li>Additionally, <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1614957\">has been put into operation.<\/a> the display of the www subdomain (the browser.urlbar.trimURLs setting returns both www and https:\/\/ simultaneously; there\u2019s no point in adjusting the aforementioned setting).\n<\/li>\n<li>The settings browser.urlbar.clickSelectsAll and browser.urlbar.doubleClickSelectsAll have been removed. Now the click behavior in the address bar on Linux matches that of macOS and Windows, <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/333714\">which users have requested for 14 years.<\/a>.\n<\/li>\n<\/ul>\n<\/li>\n<li>On systems using Wayland, hardware acceleration for WebGL has been added (widget.wayland-dmabuf-webgl.enabled). It doesn\u2019t work with X11 as it would require <a rel=\"nofollow\" href=\"https:\/\/habr.com\/company\/infopulse\/blog\/424369\/\">a huge number of exceptions and hacks,<\/a> (Mozilla does not have the immense resources of Google to test every existing version of drivers with every existing model of graphics cards). Wayland significantly simplifies the situation, allowing Martin Strynkowski from RedHat to write the necessary backend <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1572697\">DMABuf<\/a>. A pleasant bonus is that DMABuf can provide hardware acceleration for H.264 decoding (widget.wayland-dmabuf-vaapi.enabled). In the next release, hardware acceleration will also work with other video formats.\n<\/li>\n<li>Official packages in Flatpak format have been introduced, <a rel=\"nofollow\" href=\"https:\/\/flathub.org\/apps\/details\/org.mozilla.firefox\">allowing session recovery on the KDE Plasma virtual desktop.<\/a>.\n<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1620101\">on the same screen as the last used browser window.<\/a> Deferred image loading support has been added. If an image has the attribute\n<\/li>\n<li>loading <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/HTML\/Element\/img#attr-loading\">with the value lazy, the browser will load the image only when the user scrolls to the corresponding position on the page.<\/a> Users from the UK (in addition to users from the US) will see sponsored content blocks (which can be disabled in settings) on the homepage.\n<\/li>\n<li>Support for TLS 1.0\/1.1 has been re-enabled. Now is not the best time to hinder people's access to any resources, even slightly.\n<\/li>\n<li>Support for TLS 1.0\/1.1 has been reinstated. Now is not the best time to even slightly hinder people's access to any resources.\n<\/li>\n<li>From now on, the background browser <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1597743\">caches<\/a> all trusted PKI certificates from certificate authorities known to Mozilla. This should improve compatibility with servers whose owners have incorrectly configured HTTPS.\n<\/li>\n<li>The about:policies page <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1609872\">has been rewritten<\/a> from XUL to HTML.\n<\/li>\n<li>The Web Crypto API now <a rel=\"nofollow\" href=\"https:\/\/www.fxsitecompat.dev\/en-CA\/docs\/2020\/web-crypto-api-is-no-longer-available-on-insecure-sites\/\">is available<\/a> only for sites opened via a secure connection.\n<\/li>\n<li>Regarding HTML documents, Firefox <a rel=\"nofollow\" href=\"https:\/\/blog.mozilla.org\/security\/2020\/04\/07\/firefox-75-will-respect-nosniff-for-page-loads\/\">now takes into account<\/a> the X-Content-Type-Options directive: nosniff, which tells the browser not to attempt to heuristically determine the MIME type of the content. Previously, 'nosniff' was used only for CSS and JS.\n<\/li>\n<li>In builds for macOS, the technology <a rel=\"nofollow\" href=\"https:\/\/hacks.mozilla.org\/2020\/02\/securing-firefox-with-webassembly\/\">RLBox<\/a>. C++ code of potentially vulnerable third-party libraries is converted into a WebAssembly module, the privileges of which are strictly limited, and then the module is compiled into machine code and executed in an isolated process. The first such library was <a rel=\"nofollow\" href=\"https:\/\/scripts.sil.org\/cms\/scripts\/page.php?site_id=projects&amp;item_id=graphite_home\">Graphite<\/a>. Additionally, macOS now allows reading certificates from the operating system's store (configuration setting security.osclientcerts.autoload), as well as <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/440895\">fixed<\/a> a bug that caused browser session restoration to put browser windows on the current desktop instead of the desktops where those windows were located in the previous session.\n<\/li>\n<li>In Windows, <a rel=\"nofollow\" href=\"https:\/\/wiki.mozilla.org\/Firefox\/Roadmap\/Updates\">included<\/a> direct composition (Direct Composition), which should positively affect performance. Additionally, <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1613337\">fixed<\/a> the inability to import logins from Chrome 80 and above.\n<\/li>\n<li>CSS:\n<ul>\n<li>Support for functions <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/min\">min()<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/max\">max()<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/clamp\">clamp()<\/a>.\n<\/li>\n<li>window.name <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/text-decoration-skip-ink\">text-decoration-skip-ink<\/a> gained the value all.\n<\/li>\n<\/ul>\n<\/li>\n<li>JavaScript:\n<ul>\n<li>Support for <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Classes\/Class_fields#Public_static_fields\">public static fields in classes<\/a>.\n<\/li>\n<li>A class <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Locale\">Intl.Locale<\/a>.\n<\/li>\n<\/ul>\n<\/li>\n<li>The PerformanceResourceTiming <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/HTMLFormElement\">HTMLFormElement<\/a> gained a method <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/HTMLFormElement\/requestSubmit\">requestSubmit()<\/a>, which acts like pressing a button to submit data.<\/li>\n<li>Web Animations API:\n<ul>\n<li>Support for the getter <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Animation\/timeline\">Animation.timeline<\/a>, as well as <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Document\/timeline\">Document.timeline<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/DocumentTimeline\">DocumentTimeline<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/AnimationTimeline\">AnimationTimeline<\/a>.\n<\/li>\n<li>Support for methods <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Document\/getAnimations\">Document.getAnimations()<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Element\/getAnimations\">can<\/a>.\n<\/li>\n<\/ul>\n<\/li>\n<li>Developer tools:\n<ul>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Web_Console\/The_command_line_interpreter#Instant_evaluation\">Instant computation of<\/a> console expressions allows developers to see the result immediately as they type.\n<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Measure_a_portion_of_the_page\">The tool for measuring pages<\/a> has learned to resize a rectangular frame.\n<\/li>\n<li><a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Page_Inspector\">Inspector<\/a> now allows using not just CSS selectors for searching elements but also expressions <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/XPath\">XPath<\/a>.\n<\/li>\n<li>regular expressions <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/WebSockets_API\">WebSocket<\/a> using <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/JavaScript\/Guide\/Regular_Expressions\">A new setting view_source.tab_size has been introduced, allowing you to specify the tab length in the page's source code view mode.<\/a>.\n<\/li>\n<li>Monitoring network equipment via SNMPv3 in Zabbix\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"http:\/\/www.linux.org.ru\/news\/mozilla\/15627080\">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 75. \u0410\u0434\u0440\u0435\u0441\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 Quantum Bar, \u0434\u0435\u0431\u044e\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0430\u044f \u0432 Firefox 68, \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0430 \u043f\u0435\u0440\u0432\u043e\u0435 \u043a\u0440\u0443\u043f\u043d\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435: \u0420\u0430\u0437\u043c\u0435\u0440\u044b \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u043e\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u0444\u043e\u043a\u0443\u0441 (browser.urlbar.update1). \u0414\u043e \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 \u043d\u0430\u0431\u0438\u0440\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442, \u0432 \u0432\u044b\u043f\u0430\u0434\u0430\u044e\u0449\u0435\u043c \u043c\u0435\u043d\u044e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u0442\u043e\u043f \u0441\u0430\u0439\u0442\u043e\u0432 (browser.urlbar.openViewOnFocus). \u0412 \u0432\u044b\u043f\u0430\u0434\u0430\u044e\u0449\u0435\u043c \u043c\u0435\u043d\u044e \u0441 \u0438\u0441\u0442\u043e\u0440\u0438\u0435\u0439 \u043f\u043e\u0441\u0435\u0449\u0451\u043d\u043d\u044b\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b https:\/\/. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0437\u0430\u0449\u0438\u0449\u0451\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \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-77152","post","type-post","status-publish","format-standard","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=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 75. \u0410\u0434\u0440\u0435\u0441\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 Quantum Bar, \u0434\u0435\u0431\u044e\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0430\u044f \u0432 Firefox 68.\" \/>\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-75\" \/>\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\udd47Firefox 75 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 75. \u0410\u0434\u0440\u0435\u0441\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 Quantum Bar, \u0434\u0435\u0431\u044e\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0430\u044f \u0432 Firefox 68.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/firefox-75\" \/>\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=\"2020-04-07T23:43:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-04-07T23:43:11+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 75 | ProHoster","description":"Firefox 75 is now available. The Quantum Bar address bar, which debuted in Firefox 68, is included.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-75","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 75 | ProHoster","og:description":"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 75. \u0410\u0434\u0440\u0435\u0441\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 Quantum Bar, \u0434\u0435\u0431\u044e\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0430\u044f \u0432 Firefox 68.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-75","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":"2020-04-07T23:43:11+00:00","article:modified_time":"2020-04-07T23:43:11+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"77152","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":null,"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":"2021-02-28 17:23:21","updated":"2022-09-28 10:59:32","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\/77152","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=77152"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/77152\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=77152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=77152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=77152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}