Wrap Chromium with user flags.
NOTE: currently broken in Yosemite (.launchd.conf
support was removed)
- Create a
~/.launchd.conf
containing aCHROMIUM_USER_FLAGS
property with the desired values, e.g.:
cat << EOF >> ~/.launchd.conf
setenv CHROMIUM_USER_FLAGS "--no-referrers"
EOF
© 2015 Tom Vincent https://tlvince.com/contact
Released under the MIT license.