Sorry Jonny <3

This commit is contained in:
Vanilagy
2026-05-04 10:53:09 +02:00
parent 1680bd02ad
commit 8955ba70c2
5 changed files with 5 additions and 5 deletions
@@ -153,7 +153,7 @@ loadUrlButton.addEventListener('click', () => {
const url = prompt( const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.', + ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4', 'https://mediabunny.dev/big-buck-bunny.mp4',
); );
if (!url) { if (!url) {
return; return;
+1 -1
View File
@@ -248,7 +248,7 @@ loadSampleButton.addEventListener('click', () => {
const url = prompt( const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.', + ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4', 'https://mediabunny.dev/big-buck-bunny.mp4',
); );
if (!url) { if (!url) {
return; return;
+1 -1
View File
@@ -749,7 +749,7 @@ loadUrlButton.addEventListener('click', () => {
const url = prompt( const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.', + ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4', 'https://mediabunny.dev/big-buck-bunny.mp4',
); );
if (!url) { if (!url) {
return; return;
@@ -238,7 +238,7 @@ loadUrlButton.addEventListener('click', () => {
const url = prompt( const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.', + ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4', 'https://mediabunny.dev/big-buck-bunny.mp4',
); );
if (!url) { if (!url) {
return; return;
@@ -139,7 +139,7 @@ loadUrlButton.addEventListener('click', () => {
const url = prompt( const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.', + ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4', 'https://mediabunny.dev/big-buck-bunny.mp4',
); );
if (!url) { if (!url) {
return; return;