Skip to content

Commit 9ad53e3

Browse files
authored
Update README.md
1 parent 4e4eeb5 commit 9ad53e3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const API_KEY = "sk-proj-abc123...";
109109
api_key = "sk-proj-abc123..."
110110
```
111111

112-
#### CORRECT: Environment Variables
112+
#### ↪️ CORRECT: Environment Variables
113113

114114
#### PHP with `vlucas/phpdotenv`
115115

@@ -181,7 +181,7 @@ const openaiKey = process.env.OPENAI_API_KEY;
181181
const claudeKey = process.env.ANTHROPIC_API_KEY;
182182
```
183183

184-
### 🔒 Additional Key Security
184+
### 🔒 Additional Key Security for your repos
185185

186186
```gitignore
187187
# .gitignore
@@ -1196,6 +1196,12 @@ module.exports = UniversalAIClient;
11961196
- [TruffleHog](https://github.com/trufflesecurity/trufflehog) - Find leaked credentials
11971197
- [Dependabot](https://github.com/dependabot) - Automated dependency updates
11981198

1199+
### Good to know
1200+
1201+
- [Security Headers — Complete Implementation Guide](https://github.com/VolkanSah/Security-Headers)
1202+
- [Securing FastAPI Applications](https://github.com/VolkanSah/Securing-FastAPI-Applications)
1203+
- [ModSecurity Webserver Protection Guide](https://github.com/VolkanSah/ModSecurity-Webserver-Protection-Guide)
1204+
11991205
---
12001206

12011207
## 💖 Support & Contributions

0 commit comments

Comments
 (0)