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

Cross-Domain Misconfiguration #190

Open
2 tasks
channa1 opened this issue May 13, 2020 · 0 comments
Open
2 tasks

Cross-Domain Misconfiguration #190

channa1 opened this issue May 13, 2020 · 0 comments

Comments

@channa1
Copy link

channa1 commented May 13, 2020

Before you describe your issue, idea or feature, please consider using this issue template.

Type of issue:

  • Bug / Error
  • Idea / Feature
  • [ ***] Improvement detail

Short description on the issue

Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server

Possible fix

Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.

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

1 participant