Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Cors breaks all other media #14

Open
jtkeyva opened this issue Apr 4, 2024 · 0 comments
Open

Firebase Cors breaks all other media #14

jtkeyva opened this issue Apr 4, 2024 · 0 comments

Comments

@jtkeyva
Copy link

jtkeyva commented Apr 4, 2024

You instructions are to add this to firebase.json but when i do, all my other images and videos don't load
{
"hosting": {
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
}

i am hosting my videos and files on supabase. how do i get those to work and be visible?

your readme is good, but a little confusing. like where do i put the headers in the index.html?

is it possible to use this package hosted on firebase and getting images and videos from supabase or backblaze or s3?

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant