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

Strict Content Security Policy #2954

Open
dillonstreator opened this issue Jan 5, 2025 · 2 comments
Open

Strict Content Security Policy #2954

dillonstreator opened this issue Jan 5, 2025 · 2 comments

Comments

@dillonstreator
Copy link

To enhance the security of the platform, I propose implementing a strict Content Security Policy (CSP). A well-defined CSP helps mitigate various types of attacks, such as cross-site scripting (XSS) and data injection attacks, by restricting the sources from which resources can be loaded.

Request:

  • Define a CSP that includes strict rules for resource sources.
  • Minimize unsafe-inline and unsafe-eval directives, as these can weaken CSP’s effectiveness.
  • Specify trusted domains for loading scripts, styles, images, and other resources.
  • Implement a reporting mechanism to log any policy violations.

Thank you for considering this request to improve the platform’s security posture. Let me know if I can provide additional details. Csper has a free tool for helping to generate the CSP.

Copy link

github-actions bot commented Jan 5, 2025

Hello @dillonstreator, thanks for contributing to the Password Pusher community! We will respond as soon as possible.

@pglombardo
Copy link
Owner

Thanks @dillonstreator - good point! I'll see if I can add this soon. I'll post back here once I have something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants