changes from tslaptop-1
This commit is contained in:
parent
8e2e469bd2
commit
eb47675940
5 changed files with 29 additions and 15 deletions
8
chrome
8
chrome
|
@ -1,3 +1,7 @@
|
|||
#! /bin/sh
|
||||
chromium-browser --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f --enable-nacl
|
||||
#,0x0005
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue