crossbuilder
crossbuilder copied to clipboard
Any idea how to resolve CORS error when fetching RSS feed?
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?
You should add all urls to the manifest like:
"permissions": [
"*://*.feedburner.com/*"
],