ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
15 stars 10 forks source link

Setup Route 53 for Application Load Balancer #809

Closed chriswilty closed 1 month ago

chriswilty commented 7 months ago

Following on from #806, we will want to connect the Application Load Balancer with Route 53, so that UI and API are on the same domain. We could then disable CORS entirely.

Strictly speaking this is optional, as we could get away with a secure, cross-site cookie, but it will be nice to complete the job.