Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any idea how to resolve CORS error when fetching RSS feed? #40

Open
evivz opened this issue May 25, 2016 · 1 comment
Open

Any idea how to resolve CORS error when fetching RSS feed? #40

evivz opened this issue May 25, 2016 · 1 comment

Comments

@evivz
Copy link

evivz commented May 25, 2016

Hello,

When I fetch RSS feed (feedburner) it works fine in via browser but when I do via extension same code gives cross error.

In angular they do this way: http://jsfiddle.net/mahbub/b8Wcz/

How to do same way in react using this boiler plate?

@zalmoxisus
Copy link
Owner

You should add all urls to the manifest like:

"permissions": [
    "*://*.feedburner.com/*"
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants