The code: ``` configureTaffy(){ enableCrossDomainAccess(true); } ``` Should add the following header to every response: ``` <cfheader name="Access-Control-Allow-Origin" value="*" /> ```