Skip to content

Commit

Permalink
Chore: Added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag Goel authored and Chirag Goel committed Jan 7, 2024
1 parent c9e47be commit 972c061
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/node_modules
.vscode/
.DS_Store
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Namaste Frontend System Design 🚀


# Security
- XSS
- CSRF
- IFrame Protection
- Security Headers
- Client-Storage Security
- Secure Communication (HTTPS)
- Dependency Security
- Compliance and Regulations
- Input Validation and Sanitization
- Server-Side Request Forgery (SSRF)
- Server-side JavaScript Injection (SSJI)
- Feature Policy | Permissions-Policy
- Subresource Integrity (SRI)
- Cross-Origin Resource Sharing (CORS)

0 comments on commit 972c061

Please sign in to comment.