There is also a way to start chrome with disabled security features:
chromium --ignore-certificate-errors --disable-web-security --user-data-dir=./dummy_data
You need to provide a valid data directory, otherwise it will not work.