What CORS rules are really required?

In the integration guide for Rails, it suggests adding some CORS rules to allow for cross origin requests to our app server. What features of builder depend on these rules? Are they required?

Hi @jballo - that Rails guide was contributed by a community member - looking closer at it, you should actually not need any CORS rules added to your pages for them to work as expected