tellytv / telly

An IPTV proxy
MIT License
760 stars 104 forks source link

Add CORS headers for Angular #155

Closed guyspr closed 6 years ago

guyspr commented 6 years ago

Added: https://github.com/gin-contrib/cors

Angular GET requests get blocked by missing CORS headers, adding the header resolves this.