Skip to content
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

helmet default directives doesnt match helmet-csp default directives #461

Open
NihilumPlays opened this issue Apr 27, 2024 · 2 comments
Open
Assignees

Comments

@NihilumPlays
Copy link

while going from helmet to helmet csp i noticed that form-action 'self' is not part of helmet-csp default directives.

is there a reason for this?
is it safe to omit form-acion?

i see you maintain both libraries so im just wondering about the difference

@NihilumPlays NihilumPlays changed the title helmet default directive doesnt match helmet-csp default directives helmet default directives doesnt match helmet-csp default directives Apr 27, 2024
@EvanHahn
Copy link
Member

EvanHahn commented Apr 27, 2024 via email

@NihilumPlays
Copy link
Author

For anyone running into this as well you can add a form-action: 'self' manually as a temporay fix if you're using helmet-csp

@EvanHahn EvanHahn self-assigned this Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants