MisterPhilip / x-forwarded-for

X-Forwarded-For Header Browser Extension
MIT License
58 stars 18 forks source link

CORS issue with wordpress #14

Closed FireMasterK closed 4 years ago

FireMasterK commented 4 years ago

Access to font at 'https://fonts.gstatic.com/s/materialiconsoutlined/v21/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2' from origin 'https://redacted' has been blocked by CORS policy: Request header field x-forwarded-for is not allowed by Access-Control-Allow-Headers in preflight response.

MisterPhilip commented 4 years ago

This is a CORS issue with the server - not the extension. The Access-Control-Allow-Headers needs to have X-Forwarded-For included for you to use the extension properly.

And I stand corrected! Thanks for the pull request for this.

MisterPhilip commented 4 years ago

Thanks for the PR - I've submitted to both Chrome/Firefox extension stores. FF should be out already, Chrome usually takes several days to review before it's published.

FireMasterK commented 4 years ago

Awesome!