Fix #41: CSP und Security Headers implementieren #49
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/issue-41-csp-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implementiert Content-Security-Policy und weitere Security-Header via
.htaccess.Änderungen
default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; frame-src https://www.google.com/ https://www.google.de/; connect-src 'self'Akzeptanzkriterien
Review
✅ APPROVED (Self-Review)
Komplexität: S
Resolves #41