Skip to content

Commit

Permalink
Merge pull request #722 from Gater73/development
Browse files Browse the repository at this point in the history
Update CONSTANTS.js to add x.com
  • Loading branch information
tymmesyde authored Nov 12, 2024
2 parents 645afa1 + e095ca1 commit ba3ff2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CONSTANTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const EXTERNAL_PLAYERS = [
},
];

const WHITELISTED_HOSTS = ['stremio.com', 'strem.io', 'stremio.zendesk.com', 'google.com', 'youtube.com', 'twitch.tv', 'twitter.com', 'netflix.com', 'adex.network', 'amazon.com', 'forms.gle'];
const WHITELISTED_HOSTS = ['stremio.com', 'strem.io', 'stremio.zendesk.com', 'google.com', 'youtube.com', 'twitch.tv', 'twitter.com', 'x.com', 'netflix.com', 'adex.network', 'amazon.com', 'forms.gle'];

module.exports = {
CHROMECAST_RECEIVER_APP_ID,
Expand Down

0 comments on commit ba3ff2b

Please sign in to comment.