Skip to content

More secure, extensible implementation of CORS headers

Spencer Sutton requested to merge feat/CORS into master

Core common needs a class that will take a list of domains allowed to access the backend from a browser. The previous implementation still exists in this PR but is marked as deprecated.

Merge request reports