| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0daf09668170d877c936e2fea5fb26753cf1815d..df52d50998878873dfa6c7b04eddb7248250a93f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -264,6 +264,9 @@ const char kDisableV8IdleTasks[] = "disable-v8-idle-tasks";
|
| // Don't enforce the same-origin policy. (Used by people testing their sites.)
|
| const char kDisableWebSecurity[] = "disable-web-security";
|
|
|
| +// Disables Blink's XSSAuditor. The XSSAuditor mitigates reflective XSS.
|
| +const char kDisableXSSAuditor[] = "disable-xss-auditor";
|
| +
|
| // Specifies if the |DOMAutomationController| needs to be bound in the
|
| // renderer. This binding happens on per-frame basis and hence can potentially
|
| // be a performance bottleneck. One should only enable it when automating dom
|
|
|