cisagov / crossfeed

External monitoring for organization assets
https://docs.crossfeed.cyber.dhs.gov
Creative Commons Zero v1.0 Universal
364 stars 54 forks source link

Define the “Access-Control-Allow-Origin” #2473

Closed schmelz21 closed 7 months ago

schmelz21 commented 7 months ago

💡 Summary

Mitigate a CORS Error from the application.

Motivation and context

The origin should be properly specified in the “Access-Control-Allow-Origin” header.  Ensure that origins specified in the “Access-Control-Allow-Origin” header are trusted.  Avoid utilizing a wildcards “*”.

Implementation notes

Please provide details for implementation, such as:

How do we know when this work is done?