-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CSRF plugin #1006
Merged
Merged
feat: CSRF plugin #1006
Changes from 13 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
482d1a7
wip
o0Ignition0o 331a5e1
wip: address review issues + add a bit of documentation.
o0Ignition0o a76847c
compliance
o0Ignition0o ff83523
remove noise from the custom-headers.router.yml file
o0Ignition0o 5f75844
recommended -> required + get closer to the fetch specification when …
o0Ignition0o 579eac0
wip, add a bunch of comments
o0Ignition0o 00cf251
more comments
o0Ignition0o 00769c2
update documentation
o0Ignition0o 03ca032
csrf tests: add helper functions for accepted/rejected requests
SimonSapin d4afa38
csrf: add a test for MIME type parsing
SimonSapin 19f96a2
wip, try to update docs
o0Ignition0o 1759abb
rename csrf disabled option to unsafe_disabled + docs pass 1/n
o0Ignition0o 669b786
cors documentation part 2/n
o0Ignition0o c4f101f
update documentation snapshot
o0Ignition0o ba41af3
revert cors documentation, as we will polish it in a followup pr
o0Ignition0o 95c3526
Merge branch 'main' into igni/csrf
o0Ignition0o 6622d4c
Add three changelog entries:
o0Ignition0o 4d27490
order breaking section items by impact
o0Ignition0o a20105b
hook the csrf plugin + send preflighted requests in our integration t…
o0Ignition0o b35ed95
revert CONTRIBUTING.md as it will be followed up on by @SimonSapin
o0Ignition0o File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the three steps defined above:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve submitted #1036. Maybe undo this chunk here to avoid a merge conflict?