forked from namastedev/namaste-frontend-system-design
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chirag Goel
authored and
Chirag Goel
committed
Jan 7, 2024
1 parent
c9e47be
commit 972c061
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/node_modules | ||
.vscode/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |