Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsText track from origin 'file://' has been blocked from loading
My captions are not showing in Chrome and I get the error message in developer tool :
Text track from origin 'file://' has been blocked from loading: Not at same origin as the document, and parent of track element does not have a 'crossorigin' attribute. Origin 'null' is therefore not allowed access.
The captions only show in Safari and FF, meaning this is cross browser, but how do I fix it for Chrome?
1 Answer
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsThanks @Jennifer Nordell. Yes I am doing this from my local computer, and I will check the link
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherIt seems like it's a security setting. Are you doing all of these from your local computer? Here's something I found on MDN.
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy