I was reading about PHP_SELF XSS vulnerability and I wanted to test it in chrome v60, I tried to disable the XSS auditor with :
$ chrome.exe --args --disable-web-security
$ chrome.exe --disable-web-security
$ chrome.exe --disable-xss-auditor
$ chrome.exe --disable-xss-auditor --enable-devtools-experiments --disable-features=enable-automatic-password-saving
but nothing worked, can you tell me how to properly disable it ?