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

Mozilla Observatory Recommendations #61

Open
hkamran80 opened this issue Oct 31, 2023 · 0 comments
Open

Mozilla Observatory Recommendations #61

hkamran80 opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hkamran80
Copy link
Owner

General

Content Security Policy

  • Block inline styles by not allowing 'unsafe-inline' inside style-src
    • Currently conflicts with Tailwind CSS
  • Clickjacking protection, using frame-ancestors
  • Deny by default, using default-src 'none'
  • Restricts use of the <base> tag by using base-uri 'none', base-uri 'self', or specific origins
  • Restricts where <form> contents may be submitted by using form-action 'none', form-action 'self', or specific URIs
  • Uses CSP3's 'strict-dynamic' directive to allow dynamic script loading

Scan Results

@hkamran80 hkamran80 added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant