Skip to content

fix(security): add security headers to all HTTP responses#432

Merged
AnnabelJoe merged 2 commits into
AnnabelJoe:mainfrom
JosephOnuh:fix/340-security-headers
Jun 3, 2026
Merged

fix(security): add security headers to all HTTP responses#432
AnnabelJoe merged 2 commits into
AnnabelJoe:mainfrom
JosephOnuh:fix/340-security-headers

Conversation

@JosephOnuh
Copy link
Copy Markdown
Contributor

Closes #340

Changes

  • X-Frame-Options: DENY
  • X-Content-Type-Options: nosniff
  • Referrer-Policy: strict-origin-when-cross-origin
  • Permissions-Policy restricts camera, microphone, geolocation, payment, usb

Headers applied to all routes via next.config.ts headers() config.

JosephOnuh and others added 2 commits June 1, 2026 15:05
…#340)

- X-Frame-Options: DENY
- X-Content-Type-Options: nosniff
- Referrer-Policy: strict-origin-when-cross-origin
- Permissions-Policy restricts camera, mic, geolocation, payment, usb
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 3, 2026

@JosephOnuh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@AnnabelJoe AnnabelJoe merged commit e061c41 into AnnabelJoe:main Jun 3, 2026
7 of 15 checks passed
Comment thread apps/web/next.config.ts
key: 'Permissions-Policy',
value: 'camera=(), microphone=(), geolocation=(), payment=(), usb=()',
},
]
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

Successfully merging this pull request may close these issues.

Add security headers to all HTTP responses

3 participants