Set referrerPolicy in the demo

This commit is contained in:
Sam Potts 2020-02-10 11:25:25 +00:00
parent 7ca74f48bc
commit 0f16a018ff

View File

@ -64,6 +64,10 @@ import toggleClass from './toggle-class';
'https://cdn.plyr.io/static/demo/thumbs/240p.vtt',
],
},
vimeo: {
// Prevent Vimeo blocking plyr.io demo site
referrerPolicy: 'no-referrer',
}
});
// Expose for tinkering in the console