{"id":80504,"date":"2020-05-06T19:41:58","date_gmt":"2020-05-06T17:41:58","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/firefox-76"},"modified":"2021-01-02T13:04:42","modified_gmt":"2021-01-02T11:04:42","slug":"firefox-76","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-76","title":{"rendered":"Firefox 76","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex>      <\/noindex><\/p>\n<p><a rel=\"nofollow\" href=\"https:\/\/download-installer.cdn.mozilla.net\/pub\/firefox\/releases\/76.0\/\">Available<\/a> Firefox 76.<\/p>\n<ul>\n<li>Password Manager:\n<ul>\n<li>From now on, <a rel=\"nofollow\" href=\"https:\/\/blog.mozilla.org\/firefox\/files\/2020\/05\/Website-Breach-Alert.png\">warns<\/a> you will be notified if the login and password saved for a website have been exposed in a leak from that site, as well as if the saved password has been found in a leak from another site (therefore, it's advisable to use unique passwords). The leak check does not reveal usernames and passwords to the remote server: the username and password are hashed, the first few characters of the hash are sent to the Have I Been Pwned service, which returns all hashes that match the query. The browser then locally verifies the full hash. A match indicates that the credentials are contained in a leak.<\/li>\n<li>When creating a new account or changing an existing password, the user is automatically prompted to generate a strong password (12 characters, including letters, numbers, and special symbols). This feature is now offered for all &lt;input type=\"password\"&gt; fields, not just those with the attribute &#171;autocomplete = new-password&#187;.<\/li>\n<li>On macOS and Windows, when attempting to view saved passwords, <a rel=\"nofollow\" href=\"https:\/\/ffp4g1ylyit3jdyti1hqcvtb-wpengine.netdna-ssl.com\/firefox\/files\/2020\/05\/Lockwise-pwd-lockdownv6.gif\">it will be<\/a> the operating system account password\/PIN\/biometrics\/hardware key is requested (provided the master password is not set). This feature is hindered on Linux by <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1527745\">bug 1527745.<\/a>.<\/li>\n<\/ul>\n<\/li>\n<li>The picture-in-picture mode has been improved: detached video can now be toggled to fullscreen mode (and back) with a double click.<\/li>\n<li>There is now an option to work with a specific site as a desktop application (in a separate window without the browser interface, and linking can only occur within the current domain). The browser.ssb.enabled setting adds an \"Install Website as App\" option to the site menu (the three dots in the address bar).<\/li>\n<li>A \"HTTPS-only\" mode (dom.security.https_only_mode) has been added, in which all requests over HTTP are automatically made over HTTPS and blocked if access via HTTPS fails. Additionally, starting from Firefox 60, there is a more lenient setting security.mixed_content.upgrade_display_content, which does the same but only for passive content (images and media files).<\/li>\n<li>On systems using Wayland, hardware acceleration for VP9 video playback and other formats has been implemented (in addition to the support for H.264 acceleration that was introduced in <a rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/mozilla\/15627080\">On macOS 15, support for new screen and window sharing selection features has been implemented. Support for macOS 14 will be added later.<\/a> ).<\/li>\n<li>The add-ons management interface now <a rel=\"nofollow\" href=\"https:\/\/www.ghacks.net\/2020\/04\/07\/firefox-to-list-all-host-permissions-on-aboutaddons\/\">displays all domains.<\/a>, to which the extension has access (previously only a few of the first domains from the list were displayed).<\/li>\n<li>The about:welcome page has been completely redesigned.<\/li>\n<li>When opening new tabs, the width of the shadow around the address bar has been slightly reduced.<\/li>\n<li>The size of the bookmarks panel has been slightly increased to prevent touch screen users from missing it.<\/li>\n<li>WebRender is enabled by default on laptops running Windows with Intel graphics of at least <a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/Intel_Graphics_Technology#Gen9\">Generation 9<\/a> (HD Graphics 510 and higher) and screen resolution &lt;= 1920&#215;1200.<\/li>\n<li>Support has been implemented <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/CSS\/color_value#System_Colors\">CSS4 system colors<\/a>.<\/li>\n<li>JS: support for numberingSystem and calendar has been enabled in constructors <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Intl\/NumberFormat\">Intl.NumberFormat<\/a>, <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Intl\/DateTimeFormat\">Intl.DateTimeFormat<\/a> and <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Intl\/RelativeTimeFormat\">Intl.RelativeTimeFormat<\/a>.<\/li>\n<li>Support for <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/AudioWorklet\">AudioWorklet<\/a>, allowing for complex sound processing in scenarios such as games or virtual reality. Additionally, this resolves the issue of missing audio in the Zoom web client.<\/li>\n<li>Parameter <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Window\/open\">window.open()<\/a> windowFeatures <a rel=\"nofollow\" href=\"https:\/\/www.fxsitecompat.dev\/en-CA\/docs\/2020\/browser-ui-can-no-longer-be-controlled-with-window-open-features-parameter\/\">no longer allows<\/a> hiding any browser window elements (tabbar, menubar, toolbar, personalbar) and serves only to indicate whether the page will be opened in a separate window. This feature was supported only in Firefox and IE and caused problems when restoring sessions.<\/li>\n<li>Attempts by web pages to navigate using an unknown protocol with <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/API\/Location\/href\">location.href<\/a> or <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Web\/HTML\/Element\/meta\">&lt;meta http-equiv=\"refresh\"&gt;<\/a> no longer lead to the 'Unknown Address Type' page, but are silently blocked (as in Chromium). To open third-party applications, window.open() or  should be used.<\/li>\n<li>Developer tools:\n<ul>\n<li>Debugger: elements <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Debugger\/UI_Tour#Source_list_pane\">of the 'Sources' panel<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1118152\">received<\/a> context menu item 'Add to blacklist'.<\/li>\n<li>Debugger: <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Debugger\/UI_Tour#Call_stack\">'Call Stack \u2192 Copy stack trace'<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1619039\">now<\/a> copies full links, not just file names.<\/li>\n<li>Network Monitor: the width of the column <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1615102\">adapts<\/a> to the content when double-clicking on the column boundary.<\/li>\n<li>Network Monitor: the menu item <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Network_Monitor\/request_list#Copy_as_cURL\">'Copy \u2192 Copy as cURL'<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1549773\">properties<\/a> with the option &#8212;globoff, which suppresses globbing if the copied link contains square brackets.<\/li>\n<li>Network Monitor: the 'Messages' tab for <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Network_Monitor\/Inspecting_web_sockets\">websocket requests<\/a> <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1566780\">has received<\/a> a new 'Control' filter to show control frames.<\/li>\n<li>Web Console: in <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Web_Console\/The_command_line_interpreter#Multi-line_mode\">multiline mode<\/a> code fragments longer than five lines <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1578212\">are truncated<\/a> to five lines, preceded by a triangle icon and ending with an ellipsis. When clicked, they expand to show the full code, and when clicked again, they collapse.<\/li>\n<li>Web Console: links to DOM elements displayed in the console, <a rel=\"nofollow\" href=\"https:\/\/bugzil.la\/1612276\">acquired<\/a> via the context menu item 'Show in Inspector', which highlights the element on the HTML panel <a rel=\"nofollow\" href=\"https:\/\/developer.mozilla.org\/docs\/Tools\/Page_Inspector\">of the page inspector<\/a>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"http:\/\/www.linux.org.ru\/news\/mozilla\/15684989\">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 76. \u041c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u043f\u0430\u0440\u043e\u043b\u0435\u0439: \u041e\u0442\u043d\u044b\u043d\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0435\u0442 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u043b\u043e\u0433\u0438\u043d \u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0430\u0441\u0432\u0435\u0442\u0438\u043b\u0438\u0441\u044c \u0432 \u0443\u0442\u0435\u0447\u043a\u0435, \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u0434\u0448\u0435\u0439 \u0441 \u044d\u0442\u043e\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u0431\u044b\u043b \u0437\u0430\u043c\u0435\u0447\u0435\u043d \u0432 \u0443\u0442\u0435\u0447\u043a\u0435 \u0441 \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430 (\u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u0442\u043e\u0438\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u043e\u043b\u0438). \u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0443\u0442\u0435\u0447\u043a\u0443 \u043d\u0435 \u0440\u0430\u0441\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043b\u043e\u0433\u0438\u043d\u044b \u0438 \u043f\u0430\u0440\u043e\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u043e\u043c\u0443 \u0441\u0435\u0440\u0432\u0435\u0440\u0443: \u043b\u043e\u0433\u0438\u043d \u0438 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-80504","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 76.\" \/>\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-76\" \/>\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 76 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 76.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/firefox-76\" \/>\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-05-06T17:41:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-01-02T11:04:42+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 76 | ProHoster","description":"Available in Firefox 76.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-76","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 76 | ProHoster","og:description":"\u0414\u043e\u0441\u0442\u0443\u043f\u0435\u043d Firefox 76.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/firefox-76","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-05-06T17:41:58+00:00","article:modified_time":"2021-01-02T11:04:42+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"80504","title":null,"description":"","keywords":"","keyphrases":null,"primary_term":null,"canonical_url":"","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 16:16:28","updated":"2022-10-01 19:58: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\/80504","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=80504"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/80504\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=80504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=80504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=80504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}