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

Make CORS more dynamic #1646

Merged
merged 5 commits into from
May 3, 2024
Merged

Conversation

rjzondervan
Copy link
Contributor

No description provided.

WilcoLouwerse
WilcoLouwerse previously approved these changes May 2, 2024
@@ -305,6 +314,7 @@ public function fromSchema(array $schema): self
array_key_exists('domains', $schema) ? $this->setDomains($schema['domains']) : '';
array_key_exists('configuration', $schema) ? $this->setConfiguration($schema['configuration']) : '';
array_key_exists('organization', $schema) ? $this->setOrganization($schema['organization']) : '';
array_key_exists('origins', $schema) ? $this->setOrigins($schema['origins']) : '';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you update fromSchema and toSchema functions

bbrands02
bbrands02 previously approved these changes May 2, 2024
@rjzondervan rjzondervan dismissed stale reviews from bbrands02 and WilcoLouwerse via ca3a6a8 May 3, 2024 07:03
@rjzondervan rjzondervan merged commit 9813b74 into development May 3, 2024
3 of 8 checks passed
@rjzondervan rjzondervan deleted the feature/WOO-142/dynamic-cors branch May 3, 2024 07:28
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

Successfully merging this pull request may close these issues.

None yet

3 participants