Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/autoload/cors.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return [
* Leaving this line here makes your application accessible by any origin.
*
* To restrict, replace this line with a list of origins that should have access to your application.
* Example: 'domain1.com', 'domain2.com'
* @see https://docs.mezzio.dev/mezzio-cors/v1/middleware/#examples-for-project-configurations
*/
ConfigurationInterface::ANY_ORIGIN,
],
Expand Down