TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
177 stars 41 forks source link

Added headers to config for fixing ase.in.tum #1348

Closed SebiWrn closed 2 weeks ago

SebiWrn commented 2 months ago

Motivation and Context

Fixed ticket of ase in tum

Description

Added headers to config

github-actions[bot] commented 2 months ago

Your Testserver will be ready at https://1348.test.live.mm.rbg.tum.de in a few minutes.

Logins | Kurs1 | Kurs2 | Kurs3 | Kurs4 | | ---------------------------------------- | ------------------------- | ------------------------- | ------------------------- | | public | public | loggedin | enrolled | | prof1 | prof1 | prof2 | prof1
prof2 | | student1
student2
student3 | student1
student2 | student2
student3 | student1
student2 |
joschahenningsen commented 2 months ago

Which headers do they need?

SebiWrn commented 2 months ago

Access-Control-Allow-Origin with value ase.in.tum.de, because they told us else they can't edit the jframes on their website with javascript

SebiWrn commented 2 months ago

Ok so we shouldn't do it with gin directly?