summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 19:07:14 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 19:07:14 +0000
commitf62a8906648ddfcee0ffa9604939d4c7f66891aa (patch)
tree8718200d4678647932c32844e7de6391f22bcf40 /chrome/common/chrome_switches.cc
parent711af1e567247935ce44a0ab253ea9cbfcb3a5fb (diff)
downloadchromium_src-f62a8906648ddfcee0ffa9604939d4c7f66891aa.zip
chromium_src-f62a8906648ddfcee0ffa9604939d4c7f66891aa.tar.gz
chromium_src-f62a8906648ddfcee0ffa9604939d4c7f66891aa.tar.bz2
Enable the XSSAuditor by default.
R=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 26f6d6d..705f5a2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -540,9 +540,8 @@ const wchar_t kFileDescriptorLimit[] = L"file-descriptor-limit";
// to be sRGB.
const wchar_t kEnableMonitorProfile[] = L"enable-monitor-profile";
-// Enable WebKit's XSSAuditor to mitigate reflective XSS. The XSSAuditor is
-// still experimental.
-const wchar_t kEnableXSSAuditor[] = L"enable-xss-auditor";
+// Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS.
+const wchar_t kDisableXSSAuditor[] = L"disable-xss-auditor";
#if defined(OS_POSIX)
// A flag, generated internally by Chrome for renderer and other helper process