IE安全防护方面强于Firefox和Chrome

最新ubuntu/linux/开源新闻或者其它IT相关资讯
回复
头像
vikyzhang
帖子: 677
注册时间: 2010-10-18 14:39
联系:

IE安全防护方面强于Firefox和Chrome

#1

帖子 vikyzhang » 2011-10-12 11:24

微软公布了一个通过比较Microsoft IE、Mozilla Firefox和Google Chrome 等浏览器抭流氓、钓鱼以及其产生他类型威胁的网站的能力,致力于警示浏览器安全的网站“Your Browser Matters”(“浏览器安全很重要”)。“Your Browser Matters”吝啬地分别给了最新的Firefox和Chrome各2分和2.5分(总分4分)。使用IE9访问它,然而结果是满分。IE7只得1分,而IE6完全没有分。该网站拒绝给Apple Safari 评级。

图片

图片

图片


转载请注明:Linux人社区>英文资讯翻译专版 编译

英文原文:
图片 Microsoft flags Firefox and Chrome for security failings
posted by David Adams on Tue 11th Oct 2011 20:08 UTC, submitted by lucas_maximus
图片Microsoft has unveiled a website aimed at raising awareness of browser security by comparing the ability of Internet Explorer, Mozilla Firefox, and Google Chrome to withstand attacks from malware, phishing, and other types of threats. Your Browser Matters gives the latest versions of Firefox and Chrome a paltry 2 and 2.5 points respectively out of a possible score of 4. Visit the site using the IE 9, however, and the browser gets a perfect score. IE 7 gets only 1 point, and IE 6 receives no points at all. The site refused to rate Apple's Safari browser in tests run by The Register.
Linux人社区开源新闻资讯翻译专版小编。翻译来自互联网上最新的英文开源资讯,提供给大家最迅即、最忠实于原文的开源业界动态、软件更新、有用技能等等。不至之处欢迎指正![email protected]
头像
灰色小狼
帖子: 4585
注册时间: 2008-12-06 10:38
系统: Arch

Re: IE安全防护方面强于Firefox和Chrome

#2

帖子 灰色小狼 » 2011-10-12 11:26

BTD
字数补丁
头像
ljj_jjl2008
论坛版主
帖子: 14256
注册时间: 2007-09-16 8:29

Re: IE安全防护方面强于Firefox和Chrome

#3

帖子 ljj_jjl2008 » 2011-10-12 11:27

微软公布的?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: IE安全防护方面强于Firefox和Chrome

#4

帖子 eexpress » 2011-10-12 11:28

骗子最喜欢搞这的。
● 鸣学
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: IE安全防护方面强于Firefox和Chrome

#5

帖子 leeaman » 2011-10-12 11:32

呵呵~~~微软真是日薄西山呐
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
baker
帖子: 462
注册时间: 2010-06-16 5:25

Re: IE安全防护方面强于Firefox和Chrome

#6

帖子 baker » 2011-10-12 11:53

悄悄地告诉你,其实IE9是目前最强力的杀毒软件。。。。。
少壮不努力,一生在内地……
النوم طفل، وسوف يكبر بائسة
OS: Arch+Fedora+win7 Ultimate
Having the ability to use C Matlab javascript......
♜♞♝♛♚♝♞♜(PS:您可以使用的最大字体是100。)
头像
daf3707
论坛版主
帖子: 12739
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: IE安全防护方面强于Firefox和Chrome

#7

帖子 daf3707 » 2011-10-12 11:58

We can't give you a score for your browser.
FX 8.0  :em06
jtshs256
帖子: 22323
注册时间: 2010-07-19 21:41
系统: OS X

Re: IE安全防护方面强于Firefox和Chrome

#8

帖子 jtshs256 » 2011-10-12 11:58

noscript....
躺平
头像
angelsky123321
帖子: 485
注册时间: 2011-04-02 19:18
系统: windows8.1
来自: QD

Re: IE安全防护方面强于Firefox和Chrome

#9

帖子 angelsky123321 » 2011-10-12 12:04

IE想说爱你不容易,从我刚认识windows的时候就知道firefox了~~~~ :em06 当年firefox名气真大~~~
ACER 4740G
i3 330M
4G DDR3
500G HDD
Windows8.1
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: IE安全防护方面强于Firefox和Chrome

#10

帖子 nmsfan » 2011-10-12 12:11

还真是2分,nnnnnnnd
minefield
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
头像
baker
帖子: 462
注册时间: 2010-06-16 5:25

Re: IE安全防护方面强于Firefox和Chrome

#11

帖子 baker » 2011-10-12 12:19

代码: 全选

if (Sys.ie) {
				type = "IE";
				version = Sys.ie;
				var array = version.split(".");
				var subVersion = array[0] + "." + array[1];
				if (subVersion == 6.0) {
						document.write("0 out of 4 ");
				} else if (subVersion == 8.0) {
						document.write("1 out of 4 ");
				} else if (subVersion == 9.0) {
						document.write("4 out of 4 ");
				}
		} else if (Sys.firefox) {
				type = "Firefox";
				version = Sys.firefox;
				var array = version.split(".");
				var subVersion = array[0] + "." + array[1];
				if (subVersion < 8) {
						document.write("2 out of 4 ");
				} else {
						document.write("We can't give you a score for your browser.");
				}
		} else if (Sys.chrome) {
				type = "Chrome";
				version = Sys.chrome;
				var array = version.split(".");
				var subVersion = array[0] + "." + array[1];
				if (subVersion < 4.0) {
						document.write("2.5 out of 4 ");
				} else {
						document.write("We can't give you a score for your browser.");
				}
		} else if (Sys.Safari) {
				type = "Safari";
				version = Sys.Safari;
				var array = version.split(".");
				var subVersion = array[0] + "." + array[1];
				if (subVersion < 4.0) {
						document.write("Fxxk u");
				} else {
						document.write("Fxxk u twice !!.");
				}
	}
上次由 baker 在 2011-10-12 12:23,总共编辑 4 次。
少壮不努力,一生在内地……
النوم طفل، وسوف يكبر بائسة
OS: Arch+Fedora+win7 Ultimate
Having the ability to use C Matlab javascript......
♜♞♝♛♚♝♞♜(PS:您可以使用的最大字体是100。)
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

Re: IE安全防护方面强于Firefox和Chrome

#12

帖子 luojie-dune » 2011-10-12 12:19

其实微软还喜欢干一件事,就是买下对它有力的所谓调查报告。
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: IE安全防护方面强于Firefox和Chrome

#13

帖子 qy117121 » 2011-10-12 12:23

chromium路过
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
头像
qiang_liu8183
论坛版主
帖子: 10701
注册时间: 2006-09-10 22:36
系统: Arch Debian
来自: 北京

Re: IE安全防护方面强于Firefox和Chrome

#14

帖子 qiang_liu8183 » 2011-10-12 12:27

微软好不要脸

顺便问一下谁用Firefox和Chrome时被篡改过主页?反正我是没有
干不了大事就把小事干的大气点
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: IE安全防护方面强于Firefox和Chrome

#15

帖子 月下叹逍遥 » 2011-10-12 12:28

:em01
浮生七十今三十,从此凄惶未可知
回复