I am beginner at intel xdk app development. i developed an app at cordova ap designer and by using iframe i embed some youtube videos but when i run these on device its just load their thumbnails but not load a video, and for vevo videos it shows a warning that it is restricted.
i used CSP is following.. so plz tell me any other way or sort out my this problem.. thanks in advance.
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.