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

AMO Blog Feed isn't exposed for CORS #469

Open
zakius opened this issue Mar 9, 2023 · 1 comment
Open

AMO Blog Feed isn't exposed for CORS #469

zakius opened this issue Mar 9, 2023 · 1 comment

Comments

@zakius
Copy link

zakius commented Mar 9, 2023

Describe the problem and steps to reproduce it:

In-browser feed readers can't load the feed due to CORS misconfiguration. Some may be able to if they leverage WebRequest API to modify received headers, but for a resource that is inherently meant to be shared I believe it should be CORS unlocked

What happened?

Trying to load https://addons.mozilla.org/blog/feed.xml results with Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://addons.mozilla.org/blog/feed.xml. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200

What did you expect to happen?

The feed to be properly loaded

┆Issue is synchronized with this Jira Task

@diox diox transferred this issue from mozilla/addons Mar 10, 2023
@diox
Copy link
Member

diox commented Mar 10, 2023

Agreed, we should open up Access-Control-Allow-Origin for the feed.

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