You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfixes:
CORS headers are now correctly set for custom domain names
npm dependencies updated
Security & architecture changes:
When UseRoute53Nameservers is enabled, records are only created for the exact URL specified in the CustomDomainName stack parameter. Previously, records for the URL specified (e.g., foo.bar.com) and the www-prefixed URL (e.g., www.foo.bar.com) were both created. This causes issues with the way CORS is implemented in the dev portal. Please create a github issue if this affects your use-case.