diff --git a/.gitignore b/.gitignore index bbe6c45d..22e616b9 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ plan.md auto_loop.sh agentic_security/static/elm-stuff/ agentic_security/static/node_modules/ +.venv/ +.cache/ diff --git a/agentic_security/routes/static.py b/agentic_security/routes/static.py index 2abafd94..b5a838e0 100644 --- a/agentic_security/routes/static.py +++ b/agentic_security/routes/static.py @@ -115,7 +115,7 @@ async def serve_icon(icon_name: str) -> FileResponse: async def proxy_tailwindcss() -> FileResponse: """Proxy the Tailwind CSS script.""" return proxy_external_resource( - "https://cdn.tailwindcss.com", + "https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4", STATIC_DIR / "tailwindcss.js", "application/javascript", ) diff --git a/agentic_security/static/index.html b/agentic_security/static/index.html index fcdf046e..48a33fdd 100644 --- a/agentic_security/static/index.html +++ b/agentic_security/static/index.html @@ -154,13 +154,13 @@

LLM API Spec