firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
222 stars 78 forks source link

CORS error that prevents loading of google fonts with firephp enabled #52

Closed Hissvard closed 5 years ago

Hissvard commented 5 years ago

After updating to Chrome 76, I get the following error when loading pages using Google Fonts:

Access to font at 'https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2' from origin '<origin here>' has been blocked by CORS policy: Request header field x-firephp-version is not allowed by Access-Control-Allow-Headers in preflight response.

Maybe we could avoid sending that header to google fonts specifically? I'm sadly ignorant about this error in particular, so maybe there's a more elegant way.

Hissvard commented 5 years ago

Moved to aaronsaray/FirePHP4Chrome#34