Skip to content

Commit

Permalink
fix twitter feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jun 24, 2024
1 parent d806462 commit d13e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/links/twitter-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
player.autoplay = whitelistRecord.twitter['player-autoplay'];
}

if (!whitelistRecord.isAllowed('twitter.player', 'iframely')) {
if (whitelistRecord.isAllowed('twitter.player', 'iframely')) {
player.rel.push(CONFIG.R.iframely); // Allows player = canonical
}

Expand Down

0 comments on commit d13e3a0

Please sign in to comment.