Skip to content

Instantly share code, notes, and snippets.

@jdgregson
Created July 12, 2019 16:38
Show Gist options
  • Save jdgregson/817201ddcd0ac88c39f28a6bcc3fdbbf to your computer and use it in GitHub Desktop.
Save jdgregson/817201ddcd0ac88c39f28a6bcc3fdbbf to your computer and use it in GitHub Desktop.
Disable insecure and less-than-256-bit ciphers in Chrome
chrome.exe --args --cipher-suite-blacklist=0x009c,0x009d,0x002f,0x0035,0x000a,0x0a0a,0x1a1a,0x2a2a,0x3a3a,0x4a4a,0x5a5a,0x6a6a,0x7a7a,0x8a8a,0x9a9a,0xaaaa,0xbaa,0xcaca,0xdada,0xeaea,0xfafa,0x0a,0x1a,0x2a,0x3a,0x4a,0x5a,0x6a,0x7a,0x8a,0x9a,0xaa,0xba,0xca,0xda,0xea,0xfa,0xc013,0xc014,0xc02b,0xc02f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment