Commit bbeadb0
fix: CSP headers (#144)
- ID: 5571419 (Clickjacking protection)
- ID: 5571420 (CSP implementation)
## Summary by Sourcery
Add security headers to Nginx configuration.
Bug Fixes:
- Addressed clickjacking vulnerability by adding `X-Frame-Options: DENY`
header.
- Implemented Content Security Policy (CSP) to mitigate XSS attacks.
Enhancements:
- Added `X-Content-Type-Options`, `Referrer-Policy` for improved
security.
Co-authored-by: saeeddawod <saeed.dawod@gmail.com>1 parent ea7cf96 commit bbeadb0
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
0 commit comments