Skip to content

feat/security headers#240

Merged
Userunknown84 merged 3 commits into
Userunknown84:mainfrom
Aharshi3614:feat/Security_headers
Jun 24, 2026
Merged

feat/security headers#240
Userunknown84 merged 3 commits into
Userunknown84:mainfrom
Aharshi3614:feat/Security_headers

Conversation

@Aharshi3614

Copy link
Copy Markdown
Contributor

Closes #229

Added security headers using Helmet to protect against common web vulnerabilities.

Changes:

  • Installed helmet package
  • Added app.use(helmet()) middleware
  • Security headers now added to all responses

Headers Added:

Header Purpose
X-XSS-Protection Prevents XSS attacks
X-Frame-Options Prevents clickjacking
X-Content-Type-Options Prevents MIME sniffing
Content-Security-Policy Controls allowed resources

@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

@Aharshi3614 is attempting to deploy a commit to the Aditya Sharma's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Aharshi3614 Aharshi3614 changed the title Feat/security headers feat/security headers Jun 24, 2026
@Userunknown84 Userunknown84 merged commit aa1b0ac into Userunknown84:main Jun 24, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Security Headers (Helmet)

2 participants