I have an embed URL of a youtube video, where I am setting cc_load_policy=0 to force it to DO NO display captions. What happening is, captions are still being displayed on the video from Youtube.
Steps to Reproduce
- Go to the URL => https://www.youtube.com/embed/1u_QKOrXyMM?controls=0&wmode=transparent&rel=0&showinfo=0&enablejsapi=1&modestbranding=1&cc_load_policy=0&html5=1&widgetid=1
- Verify the above URL has cc_load_policy=0
- Click on the video and press C. Captions can be Turned ON/OFF by pressing C over again. Toggle the captions to be turned ON.
- Go to the Video URL again with cc_load_policy=0
Expected
Captions should not be displayed as cc_load_policy=0
Observe
Captions are still displayed even forcing cc_load_policy=0