Mozilla Firefox 67.0 Beta 8 (Quantum) 发布

Mozilla Firefox 67.0 Beta 8 (Quantum) 发布

伴随着 66 正式版本的发布,Mozilla Firefox 67.0 Beta 8 (Quantum) 也紧随其后来到了 Beta 目录,67 版本的最大改进是支持多个配置文件一同运行,在“文件”菜单中,用户可以选择从另一个浏览器导入配置文件。并且,除非您在设置中允许,否则添加到浏览器的任何新扩展都无法在隐私模式中运行。

New

  • Intent to ship: WebRender was enabled by default in Betas since Firefox 64 for Desktop NVIDIA GPUs on Windows 10 and should be released with Firefox 67 in May

  • Firefox 67 willl be able to run different Firefox installs side by side by default.

  • Tabs can now be pinned from the Page Actions menu in the address bar

  • Users can block known cryptominers and fingerprinters in the Custom settings  or their Content Blocking preferences

  • The Import Data from Another Browser feature is now also available from the File menu

  • Firefox will now protect you against running older versions of Firefox which can lead to data corruption and stability issues.

Fixed

Changed

  • Firefox no longer supports handling webcal: links with 30boxes.com

  • Change to extensions in Private Windows:  Any new extensions you add to the browser won’t work in Private Windows unless you allow this in the settings.

Developer

  • The DevTools Changes panel now supports copying modified CSS. You can either copy the full changes or individual changed rules.

细心的用户可能注意到了,近期的 Firefox Beta 测试过程都是从 Beta 3 开始的,而更早一些的版本则会出现在 nightly 目录里。

下载地址 http://ftp.mozilla.org/pub/firefox/releases/67.0b8/

来源:cnBeta

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/101000.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • binlog日志记录什么内容_mysqlbinlog日志在哪

    binlog日志记录什么内容_mysqlbinlog日志在哪(一)binlog介绍binlog,即二进制日志,它记录了数据库上的所有改变,并以二进制的形式保存在磁盘中;它可以用来查看数据库的变更历史、数据库增量备份和恢复、Mysql的复制(主从数据库的复制)。(二)binlog格式binlog有三种格式:Statement、Row以及Mixed。–基于SQL语句的复制(statement-basedreplic

    2022年10月14日
  • 车牌检测STN:Spatial Transformer Networks

    车牌检测STN:Spatial Transformer Networks参考文献:MaxJaderberg,KarenSimonyan,AndrewZisserman,KorayKavukcuoglu.SpatialTransformerNetworks,2016.linkSpatialTransformerNetworks空间变换网络MaxJaderberg,KarenSimonyan,AndrewZisserman,Kor…

    2022年10月19日
  • 计算机组成原理之指令周期[通俗易懂]

    计算机组成原理之指令周期[通俗易懂]指令周期基本概念基本概念指令周期取出并执行一条指令所需的全部时间每条指令的周期不同由于各指令的功能不同,他们的周期也是不尽相同的。eg:NOP(空操作):只有取指周期ADD(加操作):指令周期有取指周期和执行周期两个阶段具有间址寻址的指令周期取指周期:把指令地址从内存中取出间址周期:把操作数地址从内存中取出执行周期:把操作数从内存中取出指令周期流程…

    2022年10月13日
  • MAC下Wireshark权限问题(you don’t have permission to capture on that device Mac)[通俗易懂]

    MAC下Wireshark权限问题(you don’t have permission to capture on that device Mac)

  • Python学习笔记(3):运算符与表达式[通俗易懂]

    Python学习笔记(3):运算符与表达式[通俗易懂]1.运算符运算符名称说明例子+加两个对象相加3+5得到8。"a"+"b"得到"ab"。-减得到负数或是一个数减去另一个数-5.2得

  • ioctl函数_通过ioctl函数设置IP不允许修改

    ioctl函数_通过ioctl函数设置IP不允许修改一、什么是ioctl  ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。  ioctl函数是文件结构中的一个属性分量,就是说如果你的驱动程序提供了对ioctl的支持,用户就可以在用户程序中使用ioctl函数来控制设备的I/O通道。  用户程序所作的只是通过命令码(cmd)告诉驱动程序它想…

    2022年10月18日

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号