-
Notifications
You must be signed in to change notification settings - Fork 152
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: harden headers security #592
Conversation
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.
Good start! See if this is valuable to you in this PR.
Oh I completely missed that section of the docs! It’s most useful, thanks for the heads up. I’ll implement the changes requested ASAP. |
Co-authored-by: Asher Gomez <[email protected]>
Once denoland/fresh#1787 lands we will be able to achieve an |
Let's add a |
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.
Looking better! Can you please add a test?
Done! Comment improved and added a test case. Let me know if I should add something else |
Test logic looks good! However, are we able to do this in a |
Yeah, that's better indeed. Moved it. |
Is this ready for review? |
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'm going to assume this PR is ready to go. I tested it on my local machine, and it works without hiccups! LGTM! Thank you, @Jabolol.
Work in progress. See #591 for the relevant discussion.