Commit 3a62a6b
committed
allow any CORS origin for Chromecast HLS playback
Auth is token/session-based (not cookies), so wildcard origin is safe.
Chromecast HLS player fetches playlist and segments via XHR which
requires CORS from Google's receiver domain.1 parent 543f3e4 commit 3a62a6b
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 192 | | |
198 | 193 | | |
199 | | - | |
200 | 194 | | |
201 | 195 | | |
202 | 196 | | |
| |||
213 | 207 | | |
214 | 208 | | |
215 | 209 | | |
216 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
217 | 213 | | |
218 | 214 | | |
219 | 215 | | |
| |||
0 commit comments