Skip to content

v3.0.1

Compare
Choose a tag to compare
@echo-bravo-yahoo echo-bravo-yahoo released this 10 May 19:32
d362bab

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.