Best way to disable SSLv3 in Chrome for Poodle vulnerability
Fixing Chrome for the Poodle vulnerability seems to be more difficult on OSX than the other Operating Systems
This seems to work...
Exit chrome
Open Applescript editor
Enter this script
do shell script "open -a /Applications/Google\\ Chrome.app --args --ssl-version-min=tls1"
click run.
Check on this page, (you may need to cmd + R) refresh the page.
https://www.poodletest.com/
But is there a better way, or have I missed something?
Source: How do I disable SSLv3 in Safari (OSX & iOS)
Here is a patch, which is renaming Google Chrome/Chromium inside startup file and placing a script for calling browser with --ssl-version-min=tls1 parameter. No wrapper needed.