Optimized more CSP policies and recaptcha

This commit is contained in:
2025-05-15 19:36:46 +02:00
parent 2302cbfeb4
commit 9c65c320f9
8 changed files with 48 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ install: build
@echo "⚙️ Install complete."
test:
@echo "\n🧪 Running Unit Tests..."
@echo "🧪 Running Unit Tests..."
python -m unittest discover -s tests/unit
@echo "\n🔬 Running Integration Tests..."
@echo "🔬 Running Integration Tests..."
python -m unittest discover -s tests/integration