emizzle 170d8528eb When communication is disabled in config, do not run the module in embark.
Previous to this change, `Geth: WARN [06-25|16:46:26] origin 'embark' not allowed on WS-RPC interface` would appear in the logs when the module was run while disabled.

Updated the cors component so that when `rpcCorsDomain` and `wsOrigins` are set to `'auto'`, and all components are disabled `rpcCorsDomain` and `wsOrigins` are passed as a null parameter to geth as opposed to being passed as `'auto'`.
2018-08-21 15:08:25 -04:00
..
2017-03-30 20:12:39 +09:00
2018-06-15 17:06:59 -04:00
2018-06-01 13:44:54 -04:00
2018-08-12 14:59:48 -05:00
2018-06-05 08:37:27 -04:00
2018-06-18 11:27:29 -04:00
2018-08-02 15:36:25 -05:00