Topic: Youtube Error on console
Neanrakyr pro asked 6 years ago
Hello I'm using this modal
https://mdbootstrap.com/javascript/modals/#predefined-templates
Youtube Modal
And I got that error on my google chrome console
Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied.
Jakub Strebeyko staff answered 6 years ago
Hi there Neanrakyr,
Are you able to play the video correctly? The error you are getting is a Chrome specific bug. For security reasons, Chrome developers had restricted the X-XSS-Protection's report field URL to the same domain origin. It means that downloading a video from server where the header is
report=https://www.google.com/
by a site embedding it while not not being hosted on Google domain results in error. This should be fixed in near future.
With Best Regards,
Kuba
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Neanrakyr pro commented 6 years ago
Anyone?