Files
drone-footage-manager/.claude/settings.local.json
Alihan f499691345 Improve nginx configuration and compression job UX
- Add security headers (X-Frame-Options, X-Content-Type-Options, X-XSS-Protection)
- Implement proper cache control for static assets and prevent index.html caching
- Fix SSE handling to properly fetch new compression jobs
- Immediately refresh job list after queuing compression for better UX feedback
2025-10-13 00:51:56 +03:00

15 lines
330 B
JSON

{
"permissions": {
"allow": [
"Bash(docker compose:*)",
"mcp__playwright__browser_console_messages",
"mcp__playwright__browser_click",
"mcp__playwright__browser_evaluate",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_wait_for"
],
"deny": [],
"ask": []
}
}