Skip to content

migrate cors configuration from server to top level#1586

Merged
garypen merged 7 commits intomainfrom
garypen/1483-cors-csrf
Aug 26, 2022
Merged

migrate cors configuration from server to top level#1586
garypen merged 7 commits intomainfrom
garypen/1483-cors-csrf

Conversation

@garypen
Copy link
Contributor

@garypen garypen commented Aug 23, 2022

from:

server:
  cors:

to:

cors:

fixes: #1483

from:

```
server:
  cors:
```

to:

```
cors:
```

All the "live" code is working fine, the errors are in the test code
which I've not updated until we agree this issue is worth addressing.

fixes: #1483
@garypen garypen self-assigned this Aug 23, 2022
@github-actions

This comment has been minimized.

@garypen garypen changed the title partially complete migration of cors configuration migrate cors configuration from server to top level Aug 26, 2022
@garypen garypen marked this pull request as ready for review August 26, 2022 09:28
@garypen garypen requested a review from StephenBarlow as a code owner August 26, 2022 09:28
@garypen garypen added this to the v1.0.0-alpha.0 milestone Aug 26, 2022
Copy link
Contributor

@SimonSapin SimonSapin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The licenses.html changes look unrelated?

Looks good other than this

@garypen
Copy link
Contributor Author

garypen commented Aug 26, 2022

The licenses.html changes look unrelated?

Looks good other than this

I think it is unrelated. I can revert it.

Seems like a spurious change, so reverting...
@garypen garypen merged commit 1956b56 into main Aug 26, 2022
@garypen garypen deleted the garypen/1483-cors-csrf branch August 26, 2022 10:17
@abernix abernix mentioned this pull request Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

yml configuration: CORS - CSRF

3 participants