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

Allow cross origin access for RSS #628

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Kirdow
Copy link

@Kirdow Kirdow commented Jan 30, 2021

Allows browser-based code to access the RSS feed without browser interrupting the connection.

Figured this change is very needed as an RSS feed is fairly useless if people that want to use it can't access it from their code, for example if they have a fully front-end application that runs for the most part in the browser. Without this change, the browser would throw an error during the request as the RSS feed doesn't have the header Access-Control-Allow-Origin: *. This PR will fix that issue.

Kirdow and others added 3 commits January 30, 2021 02:09
Allows browser-based code to access the RSS feed without browser interrupting the connection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants