diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 09:33:53 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 09:33:53 +0000 |
commit | b3ce30eadefd76c985a02e7f0e166e4f7a84084e (patch) | |
tree | ab8c1f3928e81376f8d74ba9250ee93680422f71 /chrome/app | |
parent | 8b13e3030d85b615a0d9716faf0257432152e2e4 (diff) | |
download | chromium_src-b3ce30eadefd76c985a02e7f0e166e4f7a84084e.zip chromium_src-b3ce30eadefd76c985a02e7f0e166e4f7a84084e.tar.gz chromium_src-b3ce30eadefd76c985a02e7f0e166e4f7a84084e.tar.bz2 |
Expose WebKit's XSS Auditor as lab
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3598002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a48b749..ad504f0 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3888,6 +3888,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_LABS_DISABLE_OUTDATED_PLUGINS_DESCRIPTION" desc="Description of the 'Disable outdated plug-ins' lab"> Automatically disables plug-ins with known security vulnerabilities and offers update links for them. </message> + <message name="IDS_LABS_XSS_AUDITOR_NAME" desc="Description of the 'XSS Auditor' lab."> + XSS Auditor + </message> + <message name="IDS_LABS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab."> + Enables WebKit's XSS Auditor (cross-site scripting protection). This feature aims to protect you from certain attacks of malicious web sites. It improves your security, but it might not be compatible with all web sites. + </message> <!-- Click-to-load --> <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug-in, displayed in the click-to-play UI."> |