Ionic CLI livereload and CORS

My application makes quite a few CORS requests, anf I am attempting to use the Ionic CLI liverealod on device. Without the livereload, the requests are made just fine, but using the livereload server, they fail.

Is there anyway I can configure to whitelist all cross domain requests while using live reload? And if so is there a wildcard I can use or would I have to whitelist each one individually?