expected-std-out.txt 466 B

123456789101112131415
  1. <configure
  2. xmlns="http://namespaces.zope.org/zope">
  3. <configure
  4. xmlns="http://namespaces.zope.org/zope"
  5. xmlns:plone="http://namespaces.plone.org/plone">
  6. <plone:CORSPolicy
  7. allow_origin="http://example.com:4300,http://example.com:5300"
  8. allow_methods="DELETE,PUT"
  9. allow_credentials="false"
  10. expose_headers="X-Example-Header"
  11. allow_headers="X-Example-Header,X-Z-Header"
  12. max_age="600"
  13. />
  14. </configure>
  15. </configure>