Merge pull request #430 from Podcastindex-org/jamescridland-patch-19

Add CORS header requirement
jamescridland-patch-20
Dave Jones 2023-01-10 21:30:59 -06:00 zatwierdzone przez GitHub
commit d8c68bace4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
## Transcript File Format Details
This is the initial spec for the podcast transcript format. There are four possible formats detailed below.
This is the initial spec for the podcast transcript format. There are four possible formats detailed below.
* Some transcript implementations are done in-browser. [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) are required to make these files available from other websites. [A CORS tester is available here](https://cors-test.codehappy.dev/), to ensure that transcripts are available within browser-based players.
<br><br>