DEV Community

Discussion on: Who's looking for open source contributors? (October 8th edition)

Collapse
 
dotnetcoreblog profile image
Jamie

Repo: OwaspHeaders.Core
Open Issue: Feature-Policy header is not supported
Language: C#
License: MIT

It's not necessarily a beginners issue, because of how I've structured the project and it requires a little knowledge about how ASP NET Core's HttpContext class, the use of my HttpContextExtensions class, a little knowledge about how the Builder Pattern, and a working knowledge (or ability to switch browser tabs I guess ¯_(ツ)_/¯) of HTTP headers.

The issue itself should have links to all of the documentation required in order to do the work. I can see the work required for this header taking a similar path to the way that I've implemented the Content Security Policy stuff.