StampyAI / stampy-nlp

NLP microservices for Stampy FAQ and AI Safety Info
0 stars 0 forks source link

add cors header #16

Closed ccstan99 closed 1 year ago

ccstan99 commented 1 year ago

From @joepio Could you add a cors header to the response that allows all origins? Or in this case allows pauseai.info and localhost.

Access-Control-Allow-Origin: https://pauseai.info <= more secure Access-Control-Allow-Origin: * <= easier