Skip to content

Commit

Permalink
feat: Use Do Not Track for Vimeo service (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored Oct 16, 2022
1 parent 68d4fd1 commit e504683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/EmbedService/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class Vimeo extends AbstractEmbedService {
* @inheritDoc
*/
public function getBaseUrl(): string {
return '//player.vimeo.com/video/%1$s';
return '//player.vimeo.com/video/%1$s?dnt=true';
}

/**
Expand Down

0 comments on commit e504683

Please sign in to comment.