Skip to content

Commit

Permalink
Add referrerPolicy to Vimeo iframe to allow domain-restricted videos …
Browse files Browse the repository at this point in the history
…to be used
  • Loading branch information
davefarthing committed Jun 30, 2017
1 parent c350871 commit d72d1a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ define(['jquery', 'jquery/ui'], function ($) {
.attr('webkitallowfullscreen', '')
.attr('mozallowfullscreen', '')
.attr('allowfullscreen', '')
.attr('referrerPolicy', 'origin')
);
this._player = window.$f(this.element.children(':first')[0]);

Expand Down

0 comments on commit d72d1a8

Please sign in to comment.