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

Youtube links no longer work #428

Open
tcorbly opened this issue Nov 8, 2022 · 1 comment
Open

Youtube links no longer work #428

tcorbly opened this issue Nov 8, 2022 · 1 comment
Labels
bug Something isn't working medium Medium priority

Comments

@tcorbly
Copy link
Member

tcorbly commented Nov 8, 2022

Links to the tutorial videos are broken and may need to be updated.

@tcorbly tcorbly added bug Something isn't working medium Medium priority labels Nov 8, 2022
@chrismbirmingham
Copy link
Contributor

I did a bit of digging on this but I don't yet have a solution. The problem is caused by the Cross-origin isolation required for using features like SharedArrayBuffer:

function setCrossOriginIsolationHeaders(res) {
res.header("Cross-Origin-Opener-Policy", "same-origin");
res.header("Cross-Origin-Embedder-Policy", "require-corp");
}

It would seem that the current suggested solution is to use the credentialless tag in the iframe, but that is not currently available on even a majority of browsers...

I would suggest we drop the iframe embeddings and replace them with links, as right now people don't have a way to access the videos without directly searching for them on youtube.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants