Bug 397841 - "Need UI for Anti-Malware Settings" [p=johnath r=gavin a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2007-10-12 16:14:23 -07:00
parent cb2d941707
commit cfa2833789
2 changed files with 15 additions and 6 deletions

View File

@ -59,10 +59,13 @@
name="pref.privacy.disable_button.view_passwords_exceptions"
type="bool"/>
<!-- Add-ons, phishing -->
<!-- Add-ons, malware, phishing -->
<preference id="xpinstall.whitelist.required"
name="xpinstall.whitelist.required"
type="bool"/>
<preference id="browser.safebrowsing.malware.enabled"
name="browser.safebrowsing.malware.enabled"
type="bool"/>
<preference id="browser.safebrowsing.enabled"
name="browser.safebrowsing.enabled"
type="bool"
@ -99,7 +102,10 @@
</hbox>
<separator class="thin"/>
<checkbox id="tellMaybeAttackSite"
label="&tellMaybeAttackSite.label;"
accesskey="&tellMaybeAttackSite.accesskey;"
preference="browser.safebrowsing.malware.enabled" />
<checkbox id="tellMaybeForgery"
label="&tellMaybeForgery.label;"
accesskey="&tellMaybeForgery.accesskey;"

View File

@ -1,13 +1,16 @@
<!ENTITY warnAddonInstall.label "Warn me when sites try to install add-ons">
<!ENTITY warnAddonInstall.accesskey "W">
<!-- LOCALIZATION NOTE (tellMaybeForgery.label):
The methods by which forged (phished) sites will be detected by phishing
providers will vary from human review to machine-based heuristics to a
combination of both, so it's important that this string and
<!-- LOCALIZATION NOTE (tellMaybeForgery.label, tellMaybeAttackSite.label):
The methods by which forged (phished) and attack sites will be detected by
phishing providers will vary from human review to machine-based heuristics to a
combination of both, so it's important that these strings and
useDownloadedList.label convey the meaning "suspected" (and not something like
"known").
-->
<!ENTITY tellMaybeAttackSite.label "Tell me if the site I'm visiting is a suspected attack site">
<!ENTITY tellMaybeAttackSite.accesskey "k">
<!ENTITY tellMaybeForgery.label "Tell me if the site I'm visiting is a suspected forgery">
<!ENTITY tellMaybeForgery.accesskey "T">