![]() |
Error Debugbar-Time - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Error Debugbar-Time (/showthread.php?tid=77673) |
Error Debugbar-Time - saulolago - 10-02-2020 Does anyone know anything about this error? Refused to get unsafe header "Debugbar-Time" ![]() RE: Error Debugbar-Time - InsiteFX - 10-02-2020 I believe it has to do with CORS, you can try adding this to your .htaccess file in the root with index.php Code: # Add Font Types If it is a live server make sure to change the * to your servers real url path. |