Welcome Guest, Not a member yet? Register   Sign In
Error Debugbar-Time
#1

(This post was last modified: 10-02-2020, 05:45 AM by saulolago.)

Does anyone know anything about this error?

Refused to get unsafe header "Debugbar-Time"

[Image: Screenshot-1.jpg]
Reply
#2

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
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf        .ttf
AddType application/x-font-opentype   .otf
AddType application/font-woff         .woff
AddType application/font-woff2        .woff2

# Add Image Types
AddType image/svg+xml .svg .svgz .jpg .png .ico

<FilesMatch ".(eot|ttf|otf|woff|woff2|svg|svgz|jpg|png|ico)">
    # For live server change to your real domain!
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>

If it is a live server make sure to change the * to your servers real url path.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB