Skip to content

Commit

Permalink
Reset configure.zml to main
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed May 18, 2024
1 parent cc1480f commit 519c6de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/plone/restapi/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
i18n_domain="plone.restapi"
>

<plone:CORSPolicy
allow_origin="*"
allow_methods="DELETE,GET,OPTIONS,PATCH,POST,PUT"
allow_credentials="true"
expose_headers="Content-Length,X-My-Header"
allow_headers="Accept,Authorization,Content-Type,X-Custom-Header"
max_age="3600"
/>

<i18n:registerTranslations directory="locales" />

<include
Expand Down

0 comments on commit 519c6de

Please sign in to comment.