dotfiles/chrome
2016-02-23 15:50:02 +01:00

7 lines
379 B
Bash
Executable file

#! /bin/sh
chromium --ignore-gpu-blacklist --cipher-suite-blacklist=0x000a,0xc009,0xc00a,0xc013,0xc014,0xc02b,0xc02f --enable-nacl --use-spdy=off
#0x0004 RC4-MD5 is deprecated on chrome
#0x0005 RC4-SHA is deprecated on chrome
#0x0032 DHE-DSS-AES128-SHA is deprecated on chrome
#0xc007 ECDHE-ECDSA-RC4-SHA is deprecated on chrome
#0xC011 ECDHE-RSA-RC4-SHA is deprecated on chrome