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

[Security]Provide a professional web backend server with basic security settings #509

Open
badboy-huaqiao opened this issue Apr 1, 2022 · 3 comments

Comments

@badboy-huaqiao
Copy link
Member

Have you tried https://chrome.google.com/webstore/detail/csp-content-security-poli/fmkkdpolbaacmofciknnofgkknjpbhpm to help in generating the CSP?

Originally posted by @bnevis-i in #507 (review)

@badboy-huaqiao
Copy link
Member Author

@bnevis-i move here, do you have any better advice or third-party library you know? so I can do a research, thanks for your effort works, your advice really helped me a lot.

@bnevis-i
Copy link
Collaborator

bnevis-i commented Apr 1, 2022

When researching this, I was looking for a package similar to NPM Helmet. https://www.npmjs.com/package/helmet Someone once tried to port it to golang but it never took off. I have found something similar for golang that is better supported: https://github.com/unrolled/secure Interestingly, the README shows how this software works for various microserver frameworks. It might be worth a look to see if any of those mentioned frameworks offers any additional value over what you are doing now or has any special Angular integrations.

@badboy-huaqiao
Copy link
Member Author

@bnevis-i thanks for your effort works, I will do more deeper research on what you provided above, keep this issue open until it has some sort of result.

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

No branches or pull requests

2 participants