I'm trying to drop ember simple auth in my app, and I have a combination of ajax requests with ic-ajax and ember data requests throughout my app. How can I set somewhere the authorization header for all ic-ajax requests so I don't have to go find them all and manually set the headers for each request.